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
3
votes
1 answer

Looking to access/output the Associated Image of a page separate from dspBody(). How do I go about doing that?

I'm trying to access the Associated Image for a page separate from a call to dspBody(). I see that I can get it using: #$.content().getImageURL()# But I need a specific defined size of the image. I have several custom sizes defined (like: medium,…
JesseEarley
  • 1,036
  • 9
  • 20
3
votes
1 answer

Mura CMS database connectivity issue inside docker using docker-compose.yml file

I am trying to setup Mura CMS using Docker on my local machine. MYSQL database seems not to be working. I am using the docker-compose up command. I have been trying the following…
3
votes
1 answer

Mura 6 - Japanese characters are saved as question marks

I have Mura 6 installed. Japanese character are not saving from Mura admin on new page creation/updation. I have changed the tcontent table from text to nvarchar and tried to do an insert query from SSMS with Japanese text and it does save the text…
Abdul Rehman
  • 1,662
  • 3
  • 22
  • 36
2
votes
3 answers

ColdFusion: Passing a variable from an include back up to the parent page

I'm using Mura CMS 7.1, which uses ColdFusion. On a page template I have some markup and am including a template file that has code for displaying calendar events from an outside source. When there are no events, I'm currently displaying a message…
JesseEarley
  • 1,036
  • 9
  • 20
2
votes
1 answer

How to handle accents characters in Spanish websites in Mura

The issue I am encountering is when a user is on the Spanish website, they are not able to see all results if their type the word incorrectly. Meaning, if their character does not have the accent above the character, the results will show blank. For…
user9808783
  • 129
  • 11
2
votes
3 answers

How do you handle 404 errors with Mura and your web server?

I have searched for an answer but I have not been able to find a definitive source of information. What I am after is the ability to log/notify for EVERY 404 error. The information that I have found online solves some 404 errors but not all. I…
Miguel-F
  • 13,450
  • 6
  • 38
  • 63
2
votes
3 answers

MURA - Getting started

I have just installed Mura CMS. I have Lucee installed and setup. However, it seems I am not completely "there" yet. I can get to the Mura Page, but something seems missing: When I go to: http://localhost:8888/cms I get a: 404 requested page could…
Leptonator
  • 3,379
  • 2
  • 38
  • 51
2
votes
1 answer

Mura CMS - Displaying a Class Extension File

I've created a class extension which allows uploading of an additional file (an image). The attribute name is "headingFile". I now need to be get the URL for that image so I can display it. I've been able to get information about the file with:…
Jason
  • 1,957
  • 2
  • 20
  • 34
2
votes
3 answers

Coldfusion loop in mura stop after 10 iterations

Can anyone see what is wrong with this loop? I am not a coldfusion developer but I am doing something for our absent developer. I am trying to get the loop to stop after 10 iterations but it is not happening. The CMS I am using is Mura. …
Mike
  • 140
  • 8
2
votes
2 answers

Any one using Mura, how can I safely add a globalFunctions.cfc

I am new to Mura and have a lot of existing code that I am trying to utilize. I have a globalFunction.cfc file that has a lot of functions that I need to have access to for the existing code. Previously I always extended my application.cfc to the…
Lance
  • 3,193
  • 2
  • 32
  • 49
1
vote
1 answer

Page not found in Mura

I have been searching for a solution to my problem with Mura, but to no avail. Unfortunately, I need to use Mura because this site must be made with coldfusion, and so far it is the only CMS that makes the most sense to me. I'm not a web designer /…
1
vote
1 answer

extend contentRenderer Mura

I'm looking to extend the content renderer in a plugin I'm developing so that I can add custom Mura tags to use throughout a website instead of content objects which for the purpose of this plugin are too inflexible. Firstly, is this the right way…
Dave Mackintosh
  • 2,738
  • 2
  • 31
  • 40
1
vote
0 answers

MuraCMS and ColdFusion2021 Upgrade

I just recently upgraded my CF from 10 to 2021 Enterprise. We are running muraCMS as our framework on the site. My CF files open fine, but my mura templates are giving me errors and I cannot access the full site. I also cannot access the mura Admin…
rudy2579
  • 11
  • 3
1
vote
2 answers

Export content from Mura CMS

Has anyone worked on Mura CMS before? I need to know if it is possible to export a Mura site into HTML, XML so that I can import it into some other CMS (mostly Wordpress) Thanks!
1
vote
1 answer

Accessing the Mura Component Bean from a Plugin

I am working on a Mura plugin that uses a mura tag to pull in a component and use it on the page. Essentially my plugin needs to call $.dspObject('component',Arguments.componentid). Since the mura scope isn't available within the plugin method…
Dave Long
  • 9,569
  • 14
  • 59
  • 89
1
2 3 4 5 6 7 8