Quote:
|
Originally Posted by Chuck S Clearly let me show the conditional here in showproduct which will show you where i am coming from and allows the post a review link to be shown. You have to have one of these things set to off that I see. Code: Content visible to verified customers only.
Therefore there can only be one of two things wrong here. You either have usergroup permissions set that they can not post which is the $userreview variable or you have allow reviews turned off in admin options which is the $Global variable. Both have to be enabled to allow reviews.
What usergroup do you show user Omegatron in? I should be in group 2
If this was the case I should also have mod access according to your picture of the usergroups which I do not so something else is seriously wrong. I suggest before anything you reupload all the files especially if this was an upgrade. I run vbulletin 3 on my site so there are no permissions issues reported or none that I see. |
Well, i turns out that the id's were totally screwed up:
mysql> select groupid,groupname from rp_usergroups;
+---------+------------------+
| groupid | groupname |
+---------+------------------+
| 6 | Administrator |
| 1 | Banned |
| 3 | Unregistered |
| 4 | Registered |
| 2 | COPPA |
| 5 | Super Moderators |
| 7 | Moderators |
| 8 | Banned Users |
+---------+------------------+
8 rows in set (0.00 sec)
mysql> select usergroupid,title from 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 |
+-------------+-----------------------------------+
Dunno how this happens but when i import the usergroups it doesn't check the groupid's to match the usergroupid's ??
I fixed it manually in the db and it works now. I just hope it still works when i refresh the usergroups.