Moving to Joomla

Loading data from blog:

insert into jos_content
 (id, title, alias, introtext, state, sectionid, mask, catid, created, created_by)
select
 0 as id,
 subject as title,
 ‘blog_’ + id as alias,
 content as introtext,
 1 as state,
 0 as sectionid,
 0 as mask,
 0 as catid,
 date_entered as created,
 62 as created_by
from blog

mysql search and replace

UPDATE `mos2_content` SET introtext = replace(introtext,"<p>","") WHERE `title` REGEXP '-0';

 Loading default modules:

“They are in the directories and not listed on the module manager as you need to create the modules yourself using the code. Click New on the toolbar and you are presented with a series of radio buttons which relate to each of the available modules on the system”

 

Google Analytics – janalytics?

 

How To Remove all pre installed content from Joomla

I found this info http://forum.joomla.org/viewtopic.php?f=467&p=1316879

Delete all the articles.

Empty the article Trash.

Delete all the Categories.

Delete all the Sections.

Delete all menu modules except Main Menu.

Delete all links but HOME from the Main Menu.

You now have a sterile site.

 

Leave a Reply

Your email address will not be published. Required fields are marked *