Quote:
Originally Posted by BlackxRam
The 4images is running on a brand new install. There was no changes, however it is still portraying some members as guests thats why some people cant see anything and some can.
Have you tried logging into your 4images as a normal registered user of vbulletin and seeing if you can see everything there is, including comments and all the functions?
|
You must have something wrong in your settings, but it seems that even when you are logged in, you are still treat as guest.
do you have your admin account working fine?
Do you have this part setup right, and please DO CHECK and see if forum's member has groupID =2
// User levels
define('GUEST', 0);
define('USER_AWAITING', 3);
define('USER', 2);
define('ADMIN', 6);