As of version 5.3, Mura CMS uses CKEditor 3 as its HTML WYSIWYG editor. Blue River have done a great job of integrating the editor, but there are a few extra customisations you might like to make.
If you've started with the merced theme, you'll see in the js directory a subdirectory named editor. This is where all the customisation takes place. (If you have updated from a Mura installation prior to 5.3, you won't have this directory - it didn't appear for me even when I updated the default site files. If you download a clean install of Mura, you'll find the files at /www/default/includes/themes/merced/js/editor.)
Read more »
Posted on 31 October, 2010, in
Mura CMS
One feature that is missing from Mura’s site member tools is the ability for an administrator to log in to the site as a particular user.
So I hacked together a very quick tool which will allow you to do just that.
Once installed, go to the plugins page for your site, and click on the name of the Impersonate User plugin.
You’ll then get a form in which you can enter either a UserID (a UUID) or a username. Click the button, and you’ll be immediately logged out of the admin, logged in as the requested user, and directed to the site’s home page.
You can now see the site exactly as that user would, even though you don’t know what their password is…
You can find the source code on the plugin’s github repository, and you can download the plugin here.
Posted on 15 April, 2010, in
ColdFusion, Mura CMS
One of the great things about Mura - much like Mango - is its extensibility via its plugin architecture.
The basic user validation in Mura doesn't do much in the way of checking a username. It's required, and it cannot be the same as an existing username. That's as far as it goes.
If you have forums, or other public displays of usernames, you probably don't want users registering with a name containing "admin" or your company or product name. And one-letter usernames aren't great, either.
So, wanting a bit more, I set about writing a plugin - and just a few hours later, here it is, ready for release into the wild.
Read more »
Posted on 2 April, 2010, in
ColdFusion, Mura CMS
A few weeks ago, I was landed with an emergency web project - due to a number of factors, I needed to design and build a fully functional product launch site with site membership, CMS facilities, integrated forums and a free trial signup process. In two and a half weeks.
I'd looked briefly at Mura CMS a while back, but didn't have a use for it at the time. This seemed the ideal project to implement Mura, if only the learning curve would be easy enough. So I took a day or two to install Mura, play with it, get to grips with the structure and conventions, and see if it fitted the task. A bit of a gamble, as if it wasn't a good fit then I'd have wasted two precious days, but well worth the effort.
Read more »
Posted on 2 April, 2010, in
ColdFusion, Mura CMS