124
Quote:
Dreakon wrote:
I have access to phpMyAdmin, but I have no idea how to use it. And what do you mean change the table names? How do I know what table names I am using?
Thanks for the info ;)
1) log in to phpMyAdmin
2) select the database your xoopsinstall uses (if it isn't already selected)
3) Click 'SQL' (next to structure)
4) Paste the SQL from my previous post in the textarea
5) change bb_forums and bb_posts to chosen-prefix_bb_forums and chosen-prefix_bb_posts, chosen-prefix being the tableprefix when you installed XOOPS (default='xoops')
6) Click [Go]