|
I plan to use Fire Board 1.0.3 stable version, Now I still using Fire Board 1.0.0.
Actually I want to uninstall my current version completely so I can do fresh install on new stable version. I've read the manual and it goes like below to uninstall the Fire Board 1.0.0 completely:
1. Go to Administrator -> Installers -> Components
2. Select Fireboard and click Uninstall.
3. After this point, you can decide if you want to completely uninstall Fireboard or leave the database tables and uploaded files intact.
If you want to completely Uninstall fireboard: Apply the following database queries:
DROP TABLE `jos_fb_announcement` ,
`jos_fb_attachments` ,
`jos_fb_categories` ,
`jos_fb_favorites` ,
`jos_fb_groups` ,
`jos_fb_messages` ,
`jos_fb_messages_text` ,
`jos_fb_moderation` ,
`jos_fb_ranks` ,
`jos_fb_sessions` ,
`jos_fb_smileys` ,
`jos_fb_subscriptions` ,
`jos_fb_users` ,
`jos_fb_whoisonline`
And delete “Joomla_Root/images/fbfiles/” directory.
How to run above query and dropping the table ? so I can clean install the new stabel Fire Board 1.0.3
Really need help, thanks
Elfin
|