问题标签 [mura]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
67 浏览

ckeditor - Mura CMS - Modifying the "Format" CKEditor dropdown

I want to modify the "Format" dropdown for CKEditor within Mura, because I don't like the way Mura renames the headings. For example, an <h2> element is renamed to "Heading", and an <h3> element is renamed to "Heading 2". I get why they did this, because the <h1> is reserved for the page title, but it's confusing for content editors and accessibility.

I want to remove this renaming feature.

0 投票
0 回答
41 浏览

coldfusion - 将 piwik 分析与冷融合一起使用

我也曾在 cfml slack 频道中问过这个问题。

但我在这里要求从那些没有加入#cfml slack 频道的人那里得到更好的答案。

查看mura插件,但我使用的是普通的coldfusion代码,任何帮助表示赞赏:https://github.com/Lagaffe/MuraPiwik

0 投票
0 回答
38 浏览

hyperlink - 无法在新标签中打开链接 - MuraCMS

我帮助管理的网站使用 MuraCMS。我注意到许多链接在同一个选项卡中打开,而不是打开一个新的。目标已正确设置为 _blank,因此我不确定是什么原因造成的。请帮忙!这些是指向网站其他页面的正常链接,因此它们不应该遇到任何奇怪的事情。

0 投票
1 回答
266 浏览

html - Mura CMS v7 Simple Form File Upload

I created a simple form from an html template, and it successfully collects data and emails it to the correct address.

The problem is when I insert a file upload field (type=file), it does not send the attachment (only the path) or upload the attachment.

Does anyone know what I can use to upload files in a simple form? Note: I have limited CFML experience.

Form html:

0 投票
2 回答
278 浏览

mysql - Mura CMS / Docker Compose 连接到数据库

我正在使用 docker compose 运行 Mura CMS 实例(使用 config/docker/local-mysql/docker-compose.yml)并收到以下错误:

这是我的 Docker-compose.yml 的副本,它是 Blue River 与 Mura 一起分发的标准 yml 文件。除了从 8080 端口更改为 80 端口外,它没有被修改。

有什么想法可能会出错吗?

0 投票
1 回答
125 浏览

.htaccess - Docker Image 中的 Mura CMS URL 重写(尾随 /)

我正在使用 Blue River 最新的 docker 镜像,运行 docker-compose 来启动它并在 Mura CMS 中部署了一个站点包。

问题是,当我访问 URL 后面没有正斜杠的页面时,我得到的是 404 而不是重定向。我已经从 web.config.txt 和 htaccess.txt 中删除了 txt,还尝试添加一些 .htaccess 规则来添加斜杠(https://stackoverflow.com/a/9844543/4035702)。

我想我可能必须更改 docker 中的 tomcat 设置以添加斜杠,特别是此处的参数:https ://stackoverflow.com/a/34400627/4035702 。

有谁知道如何解决这个问题?

0 投票
0 回答
101 浏览

coldfusion - 将网站导入 Mura cms

我有一个 zip 文件,其中包含 Mura cms 网站的所有必要文件夹和内容。我已经在本地主机上配置了 Mura cms 7.0 我想将网站导入本地主机,如何导入它?

0 投票
0 回答
103 浏览

html - 如何在网页上渲染外来字符

问题:我无法在网页上正确显示日文、中文、俄文等字符。我能够让一些字符在西班牙语版本中正确显示。但是,对于其他语言,它会中断。我不知道如何解决这个问题。我还在网站上使用 Mura CMS,但无法找到通过它们呈现字符的方法。

我在网页上看到以下内容。

在此处输入图像描述

0 投票
0 回答
166 浏览

coldfusion - 如何在 Mura CMS 中通过代码获取所有类别?

这是在 Mura 中获取类别的简单方法

返回类型是查询,我们可以在 Mura 模板中添加此代码片段

0 投票
0 回答
43 浏览

mura - 页面设置为不显示,但仍显示(Mura 6)

我进入站点管理器以获取我们要禁用的旧页面。Publish 选项卡上的 Display 参数设置为“No”,但仍然可以输入页面的 url 并在浏览器中访问它。

这就是它应该工作的方式。