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
1
vote
2 answers

Mura Plugin file permissions for developing plugin

I'm trying to develop a Plugin for Mura CMS. When I upload the plugin zip file through the admin panel all the file permissions in the /plugin directory are 644 so I can't modify the cfm files in order to develop and debug on the server without…
David Jennings
  • 301
  • 2
  • 10
1
vote
1 answer

Mura 6.1 Include cfm page error

I am using this code for display my page in page content in MURA 6.1
[mura]$.dspInclude('display_objects/custom/main.cfm')[/mura]
But it gives me the error below: Note: If you wish to use an absolute template path (for example, …
tariqews
  • 19
  • 1
  • 6
0
votes
2 answers

javascript error: select is undefined. Only occurs when run in Mura plugin public output

I'm working on creating the public side of a plugin and am getting a javascript error that does not occur when I run the same code outside of Mura or when I run it on jsfiddle. The javascript is pretty straight forward. It populates a form select…
John Sieber
  • 322
  • 2
  • 13
0
votes
1 answer

Mura tag/page content rendered backwards

hi guys, I'm having bit of an issue with a Mura tag, I don't really use a lot of them but I have one in a page with some content underneath it but no matter what I do it renders below any content entered beneath it. Is this normal? Is there a work…
Dave Mackintosh
  • 2,738
  • 2
  • 31
  • 40
0
votes
0 answers

MURA CMS url's redirection

I'm currently using MURA software. How could I manage my URL redirection not just inside the domain, but outside too. Because now when I get into settings and trying to switch redirect from one page to another I get just static displaying site.com…
0
votes
0 answers

500 Error No matching Method/Function [renderCSRFTokens] for call with named arguments found

I'm migrating a mura 6.0 website to version 7.1 on a fresh install and I have most of it working but some pages are returning a server 500 error regarding renderCSRFTokens (text below). I can't seem to find any info on this online. The site was…
0
votes
0 answers

How can I check to see if a component exists in Mura CMS?

I need to be able to look for a component, by name, inside of a site, but I've not been able to find documentation that shows me how to do that. How can I accomplish this?
JesseEarley
  • 1,036
  • 9
  • 20
0
votes
1 answer

How to add Mura's Comment form to a Mura Template

I would like to add Mura's comment form to a template on my Mura site. However, Mura's documentation only explains how to do so page by page via the inline editor. I have scoured the web and come up empty handed for an example of how to do…
0
votes
0 answers

Custom component can't included using CkEditor button in mura cms

I Create a custom component and try to add my custom component in page but when I click on CKEditor button to add the component it shows the pop-up then I select the component and try to add but it cannot add component also when I add component…
0
votes
0 answers

Is there a way to export a Mura calendar?

Is there any way to export just the calendar? (I have a client that wants to transition to WP but is only concerned about the calendar.)
0
votes
2 answers

How to access modules from mura tag in content

I'd like to access the modules directory in /themes/[themename]/modules instead of /sites/default/themes/[themename]/modules/ from [mura]-tag in content This is Mura Core Version…
0
votes
0 answers

Unable to target Mura Form

Unable to target the build-in Mura form using Jquery. The following is the code: $("#field-whatisyourcurrentplan").on('change',function(){ var ident = $(this).find("option:selected").attr("id"); console.log(ident); …
INSGUEST
  • 3
  • 6
0
votes
0 answers

How to set hitespace management for dockerized lucee server?

I have dockerized site build upon Mura CMS and I need to change Whitespace management of Lucee to not default value. Docker file: blueriver/docker-muracms:7.1-commandbox-lucee5 So wondering if does exist environment variable to cover that purpose.
dominikj111
  • 348
  • 5
  • 15
0
votes
0 answers

How can I prevent CKEditor from wrapping Mura Tags with a paragraph or div?

How can I prevent CKEditor from messing with Mura Tags? OR how can I get CKEditor to ignore [m]something here[/m]? I have zero experience with modifying CKEditor, but all of the solutions I've seen thus far are usually "ignore this html element" or…
0
votes
1 answer

Mura site getting error "Variable RS undefined". Any ideas on how to resolve this?

The site has not been updated for maybe 9 yrs. Now when I login as Admin to get to the Update link, it won't even load that due to this error. So I am unable to update to possibly fix this error due to the error blocking even that. Any ideas short…
teaman
  • 469
  • 7
  • 18