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
0 answers

How to call $.dspBody() function in Mura without actually displaying the content?

I need to display the search results after a user searches. The results weren't showing so I went looking and according to this Google Group discussion, I needed to call the .dspBody() function. I added that function to my template like…
Charlie Brumbaugh
  • 219
  • 1
  • 5
  • 15
1
vote
0 answers

FW/1 URL Encoding Subsystems

I am creating an FW/1 based plugin for Mura CMS, and after I installed it I was getting permanent redirect errors in my browser. I noticed that my URL which should be /plugins/studentms/?action=admin:main.default was being turned into…
Dave Long
  • 9,569
  • 14
  • 59
  • 89
1
vote
1 answer

Mura Display Form Data in a Page

I have some custom html code where i need to get the name and image an caption from the form i created in the mura backend, how can i do this, i searched everywhere in the google groups but nothing related found, i just need a start what to do and…
Habb
  • 11
  • 1
  • 5
1
vote
1 answer

Allow theme level 'EventHandler.cfc' to raise exceptions in MURA CMS 6?

Can anyone tell me, how I can enable exception handling in the theme level EventHandler.cfc in MURA CMS 6? I have already had to remove the error handling in the Application.cfc error method, because the default routine wasn't displaying enough…
Charles Robertson
  • 1,760
  • 16
  • 21
1
vote
2 answers

How to target the 7th child only

Problem I have the following code that displays the navigation bar that is provided by Mura: #$.dspPrimaryNav( viewDepth=0 , id='navPrimary' , class='nav navbar-nav nav-nowrap' , displayHome='never' , closeFolders=false ,…
Roberto Flores
  • 775
  • 2
  • 12
  • 46
1
vote
1 answer

ColdFusion - Date and Time formatting is rounding up 5 minutes

I have the following date string: 2017-05-02 08:00:00.0 When I apply datetimeformat() like: #datetimeformat(item.getValue('releasedate'), 'h:mm a')# It is rounding up by 5 minutes and outputting: 8:05 AM. In the code above, 'releasedate' is the…
JesseEarley
  • 1,036
  • 9
  • 20
1
vote
2 answers

Mura CMS 7 - restricting content types?

I know that content types can be extended using Extension Manager, but can the default content types be restricted so that they aren't available for non-admins? For example, let's say I extend 'Page' and create a sub-type called 'Product Page', is…
JesseEarley
  • 1,036
  • 9
  • 20
1
vote
1 answer

Mura CMS - What options do I have for displaying body content?

I'm in the process of creating some custom page layouts for my new install of Mura (I'm a Mura newbie, but we are using this at my work, so I'm learning as I go), but I'm in need of some assistance with the body of the page. Following a default…
JesseEarley
  • 1,036
  • 9
  • 20
1
vote
1 answer

Mura CMS - How to display a custom attribute?

I've created a class extension (drop-down list of color names), and I want to display a custom attribute called "deptHomeCol2Color" in a page layout that I've created. According to the Mura documentation: #$.content('deptHomeCol2Color')# is all I…
JesseEarley
  • 1,036
  • 9
  • 20
1
vote
1 answer

Coldfusion Mura - URL changes when a page is edited - can this behavior be changed

In Mura, when a page is edited, the URL changes in such a way that /about-us/ becomes /about-us1/ which then breaks any existing links to /about-us/ unless we put in a 301 redirect. Mura: Core Version 5.6.4982 Site Version 5.6.4938 Is…
HPWD
  • 2,232
  • 4
  • 31
  • 61
1
vote
0 answers

Full Calendar - How to distinguish past events and future events

I am having a hard time trying to remove past and future events that are not reflected by the current month. Currently this is what I have the following code below: var calendarid =…
Roberto Flores
  • 775
  • 2
  • 12
  • 46
1
vote
0 answers

Remove past dates and next months dates from the current month displaying

I am trying to figure out a way to remove past dates, future months dates, and both past and future dates events and only display current month dates and their events. I am new to javascript and I am not able to determine how to add the following…
Roberto Flores
  • 775
  • 2
  • 12
  • 46
1
vote
0 answers

Installing Mura 6.2 Code Base and Lucee Configuration

I have created empty database at MySQL and created DSN at Lucee admin. Did not get any Mura setup form as mentioned in the step4 of Installing Mura Code base. application.contentServer.handleRootRequest()# was the only output. What are the other…
Guru
  • 11
  • 2
1
vote
1 answer

Integrate dynamic jquery.qrcode RSS feed with slick slider

Does anyone have any input on how I can get a jquery.qrcode working with a simple slick slider? I have a slider set up currently as follows to loop through the number of items in my feed defined in another slideshow: Main Slideshow where the feed…
Matthew Johnson
  • 209
  • 1
  • 3
  • 13
1
vote
2 answers

Retrieving an extended attribute that extends Site/Default

I have a small problem using the Extended Attributes feature in Mura CMS. I have added a global extended attribute to Site/Default, but I am clueless how to retrieve it in my application. For normal content you would do…
Automagisch
  • 142
  • 11