There are 5 item(s) tagged with the keyword "Mura CMS".
Displaying: 1 - 5 of 5
What if you have a Coldfusion application that uses uuid values in the database, but you would like to insert data directly using MySQL? Unfortunately, Coldfusion's createuuid() function creates a 35 character uuid value, while the uuid() function in MySQL creates a 36 character uuid value.
As a cyclist, runner, and a person into technology, it is difficult not to be attracted to Strava. With Strava's open API, I immediately wanted to access my data and find ways to work with it. I started with putting together a simple API wrapper in Coldfusion and am now working it into a Mura CMS plugin for storing and displaying data on my own site.
Pulling your hair out trying to figure out why your long content on a Mura CMS page is being truncated? There is a good chance that your datasource in the Coldfusion Administrator has too small of a value for the long text buffer (chr) setting.
Do you have a section in your Mura CMS site for blog posts of press releases that you would like to display the release date at the top of each page? There are a couple of ways that this could be accomplished. You could create a component that uses the Mura tag to display the release date, $.content('releaseDate'), and then include it into the content body of each page using the mura tag within the editor. Or, you could use the onPageBodyRender event and your theme or site eventHandler to do the work for you.
Have the desire to use simple javascript obfuscation on email addresses within your Mura CMS content? There is a function available in global.js that can be used as seen in the following example.
Displaying: 1 - 5 of 5