2
I believe the Protector module will change the database tables for you, but you'll need to edit mainfile.php manually.
Quote:
If you want to change prefix, edit /path/to/xoops/root/mainfile.php manually.
Change:
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
define('XOOPS_DB_PREFIX', 'xoops');
To:
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
define('XOOPS_DB_PREFIX', 'desired_prefix');
Hope this helps.
JMorris
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.