Quote:
Originally Posted by InsaneContender
I think I may know - when I first registered it - I used my name as the admin (userid: 1)
My userid is 1 on the forums as well
Could this conflict?
|
This hack uses vBulletin's user table, and it doesnt care about what you did with the old registration you did with 4images.
because your board has custom groups, with custom settings (which I dont know), so I cant guess the reason.
try to check and play with the code I gave above.
If you want, you can test, getting your user_level ,
in page_header.php
FINE
if ($user_info['user_level'] >= USER) {
ADD ABOVE:
echo "Userlevel: ". $user_info['user_level'] ." - ";
echo "User setting: ". USER;
then go to your album, read the value for user level on top of your page. Should this be the correct user_level?
compare this with the second number .