Questions tagged [mura]

Mura CMS is an open source content management system for CFML, created by Blue River Interactive.

Mura CMS is an open-source content management system based on CFML that provides extraordinary productivity and usability for website, intranet and mobile web projects. Mura CMS is ideal for organizations that value:

  1. Rapid development cycles for ambitious web/intranet projects
  2. Built-in mobile support via responsive design or mobile-specific template options
  3. Easy, intuitive interface for content managers with in-context page editing
  4. Clear customization and integration capabilities
  5. High-performance, scalable architecture

Mura CMS is open source or commercially-licensed; both options have professional support, training and development services available. Learn more at GetMura.com

112 questions
0
votes
0 answers

How to determine if Mura link is a external link

I have a pop-up link that detects if its a external link. The pop-up is able to detect if there is a external link correctly. The website is using Mura CMS which users have used a feature in Mura to create links within Mura (click here). This is a…
INSGUEST
  • 3
  • 6
0
votes
0 answers

Upgrading older Mura sites, changing from ACF to Lucee, and changing OS 2008r2 to 2016

I've inherited an older Mura client (client1.com) running 5.6x and I also have a more current client (also inherited) running 7.1x (client2.com). First, I have very very very little experience with Mura. The older client (client1.com) running 5.6x…
HPWD
  • 2,232
  • 4
  • 31
  • 61
0
votes
1 answer

CKeditor applied class is hiding some images from view in editor

I'm using CKEditor 4.8.0 and in some instances, my images do not appear within the CKEditor window but do display in the actual page output. Looking into it further, I see that the image tags are wrapped with a span tag that has the following…
John Sieber
  • 322
  • 2
  • 13
0
votes
1 answer

Mura 7.1 Translation Plugin not appearing on site

I am not able to see the plugin that is provided by Mura on my website. Roll over to Mura 7.0 was done to our external website. I am currently working on Vietnamese Website and would like to add the translation plugin that I did in Mura 6. In Mura…
Robert
  • 167
  • 1
  • 2
  • 14
0
votes
1 answer

How to upload a non Mura Theme to Mura

I would like to be able to upload my own theme to Mura. Through my research, I was able to find how to upload Mura theme to Mura but not non-Mura themes. I would like to know the process of uploading my own theme.
user9808783
  • 129
  • 11
0
votes
0 answers

Can You Change Site Logo URL?

Is it possible to change the url for the site logo in the nav bar?
JontheNerd
  • 85
  • 1
  • 1
  • 9
0
votes
1 answer

Is it possible to update text in Mura search bar form

I am working on a Spanish website. I would like to update the text from the search bar from English to Spanish. Currently, the Search Bar is in English (refer to image below): I was able to locate the search form cfm file (it is done in…
user9808783
  • 129
  • 11
0
votes
0 answers

How to add user defined navigation in Mura 7

I'm using Mura 7 and want to add used defined navigation. I've designed the new navigation, as per the client wishes. I want to add that into inline edit navigation drag & drop options. Is that possible? Could someone let me know how to do it?…
Kannan.P
  • 1,263
  • 7
  • 14
0
votes
0 answers

Issues with Mura Custom form validation

I have created a custom file in displayobjects in Mura called myform.cfm and added the form code in that form. I am using jQuery Validator to validate the form using the data required attributes of jQuery but it is always skipping the validation.…
Habb
  • 11
  • 1
  • 5
0
votes
0 answers

500 error - source file [/var/w/config/settings.ini.cfm] is not a file

Installed MuraCMS 7.1 using docker image with MySQL 5.7 and Lucee 5 at Jelastic cloud The setup completed, but index.cfm throws a Lucee runtime error with the message source file [/var/w/config/settings.ini.cfm] is not a file Can any suggest how…
Guru
  • 11
  • 2
0
votes
0 answers

Setting specific file upload mime types in MURA CMS?

Adobe ColdFusion 11/MURA CMS 6 I would like to know where I can set the "accept" attribute of in MURA CMS. I have created a class extension attribute of type "user" and am using a 'file' form field. I would like users to be…
Charles Robertson
  • 1,760
  • 16
  • 21
0
votes
1 answer

MURA CMS: how to add a page programmatically

So, what can I say? How do I go about adding a page programmatically in MURA CMS? Preferably version 6.1. I am building a plugin that needs to create a couple of pages in the Site Manager. I want to add this routine in the 'install' method of the…
Charles Robertson
  • 1,760
  • 16
  • 21
0
votes
0 answers

How to get current page details in Mura CMS?

For getting current page details:- Reference : - Mura content
0
votes
0 answers

Page set NOT to Display, but shows anyway (Mura 6)

I go into site manager for an old page that we want to disable. The Display param on the Publish tab is set to "No", but one can still put in the page's url and get to it in the browser. Is that the way it is supposed to work.
sugardaddy
  • 433
  • 1
  • 4
  • 10
0
votes
0 answers

How to get all categories by code in Mura CMS?

Here is simple way to get the categories in Mura variables.stInputs.siteid='#variables.$.event('siteid')#'; variables.stInputs.parentID=''; variables.gateway = variables.$.getBean('categoryGateway'); …