Export content from Mura CMS - coldfusion

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!

If you're using Mura 5.4+, there's a BETA feature you can try:
1) Login to the Admin, then go to Site Settings
2) Select the site you wish to export
3) On the Basic tab, scroll to the bottom and enter a directory to export static HTML files to (i.e., C:\sitefiles\ )
4) Click Update
5) Select the site again from the list of Current Sites
6) You should now see a link towards the top that reads 'Export Static HTML (BETA)'
7) Click the link and you should get an alert 'Export static HTML files to {whateverDirectoryYouEnteredEarlier}
Cheers!

You can also export a "Site Bundle" from the Site Settings. The Site Bundle will have all of the content of the site wrapped in nice WWDX XML files, that you could then parse with any language to import into another system.

Related

How to change Joomla site name from backend?

I have tried to install Joomla 3.8.x on AWS using cloud formation template. I am able to install Joomla website but after installing the site Joomla site name is default listed as "joomla!".i am trying to install Joomla with the unique site name but I am unable to find which table contains Joomla site name information in the Joomla database. I can able to the change the Joomla site name from admin panel after the installation but currently, I am searching for which table contains Joomla main configuration information.
You can change the name on which your Joomla.com website is accessed through the Change Name option. It is located in the options menu (gear icon) for the specific site in your admin panel
two simple steps

Cmsplugin-Nivoslider plugin for Django-CMS

I am new to Django-CMS, I have successfully installed Django-CMS on my Ubuntu 12.04 (64-bit OS). I want to add Nivo Slider on my web page using Cmsplugin-Nivoslider. After following steps mention in https://bitbucket.org/bercab/cmsplugin-nivoslider/overview, I am able to install cmsplugin-nivoslider on my Django-CMS. After syncdb, migrate and collectstatic commands, I am able to see nivo folder with js, theme and css files in my static folder, but I am not able to see anything on my Admin Panel related to Nivo Slider. Please tell me, do I need to do any further steps to use nivo-slider, How can I put that slider on my page ? Please guide me..
Thanks in Advance.
From the Admin interface, Add or edit a Page, you should have available a plugin for slider if the chosen template has a block &/or placeholder tag. Configure gallery from there.

Languages in opencart

I want to show Languages dropdown in header using opencart sellya theme. on below link you will see languages dropdown in header. http://serwer1382018.home.pl/sellyakids/
But on locally its not showing me on frontend. see below code:
<div id="lc_dropdown"><?php echo $language; ?><?php echo $currency; ?></div>
Add the new language in admin side: System > Localisation > Language page.
Now the language switch menu will be available in frontend as buttons/dropdown depending on the theme(the options will be wrapped in a form tag.).
Using css and javascript make it a dropdown selector.
Once the above steps are done, add files to the folder mentioned in the System > Localisation > Language page to fetch the new language translation data.
To Add Language Dropdown on Opencart Website follow below steps,
Download the language pack you need. You can search the OpenCart marketplace
Unzip it and upload the files to your main shop directory. Note: If there is an upload folder inside the archive, upload the contents of that folder, not the folder itself.
Go to OpenCart admin panel System > Localisation > Languages
Click "Add New". The details that you have to fill in the form are usually supplied in the "Documentation" tab on the OpenCart extension page of the language pack. You might also find them in a text file inside the installation archive.
Click on save button.
At front end you will see the new language is added in language drop down.

Joomla : how to create a Wrapper (iFrame) in tthe Backend Khepri Template

Hello freinds I need help as to how can I add 2 iFrames in the Joomla's Default Back-end Template Khepri.
I want to show the Hosting cPanel and also another application's Control Panel in these iFrames.
Kindly help.
The correct way to do this is to add a new module to the admin. Log in to your Joomla admin then select Extensions > Module Manager > Administrator.
This will get you to the modules manager for the administrative area. It works just like the front end. Click New module, then select Custom HTML and put your iFrame code in there.

Template Editor Script

Is it possible to find any open source template editors.. i wanted my site users to edit the contents of module as well as css. Once they click the edit, it should open a specific module or file name.. so the users can change the css and content and then click ok. Then after refresh the change in css and content should be reflected..
I am looking for something similar to the one in Wordpress Admin panel..where you can edit different files like header.php, style.css etc..
Any available scripts or demos or plugins or examples would be very helpful, as i can customize them to my needs
You can use html editor like fckeditor or tinymce and on server side save as php file and css file.
I on my site use JQuery rte editor and JSON RPC (Ajax -> PHP).
Finally i figured out the answer.. Some of them are
Bespin,
Ecoder
Ymacs
codemirror
emacs
they allow you to embed in your site.. and allow the users to edit the template of pages.