Quote:
|
Originally Posted by Chuck S It looks to me now you have selected UBBThreads integration and not vbulletin 3 integration when instaling.
Look in your reviewpost settings table using phpmyadmin or similar database tool and make sure setting 41 says vb3 and not threads like it does now.
That should get it operational. |
I was checking whether that would do anytghing. Apparently my problem was that a lot of the settings i specified during installation were not written to the db.
Now it seems to be working, just one weird thing:
rp_usergroups:
+---------+---------------+
| groupid | groupname |
+---------+---------------+
| 5 | Administrator |
| 1 | Banned |
| 3 | Unregistered |
| 4 | Registered |
| 2 | COPPA |
+---------+---------------+
vb_usergroup:
+-------------+-----------------------------------+
| usergroupid | title |
+-------------+-----------------------------------+
| 1 | Unregistered / Not Logged In |
| 2 | Registered Users |
| 3 | Users Awaiting Email Confirmation |
| 4 | (COPPA) Users Awaiting Moderation |
| 5 | Super Moderators |
| 6 | Administrators |
| 7 | Moderators |
| 8 | Banned Users |
+-------------+-----------------------------------+
The id's don't match.
Where can i find the create-statement of the table rp_usergroups?
P.S.:I updated the id's manually. Hope i didn't break any code with that.