Topic awaiting preservation: Joomla component migration (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-20-2010 16:48
I have a client whose Joomla 1.0 web site administration was hacked up by the previous developer and they want to move their components, modules, content to a fresh Joomla 1.0 install to regain control over Joomla administration. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-20-2010 21:19
For those that are also wondering you can register your components in the components table with a SQL query like this: code: INSERT INTO `jos_components` (`name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES ('Hello World', 'option=com_hello', 0, 0, 'option=com_hello', 'Manage Hello', 'com_hello', 0, 'js/ThemeOffice/component.png', 0, '', 1) |
Nervous Wreck (II) Inmate From: |
posted 01-21-2010 08:32
Interesting, thank you. Have two-three things to share, although I caught up too late. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 02-01-2010 18:43
I have Joomla! 1.0.15 Stable [ Daytime ] 22 February 2008 23:00 UTC version installed and am suffering horribly from the dreaded "Cookies Not Enabled" Javascript error when attempting to login to the frontend of Joomla. |