March 16th, 2008, 05:13 PM
|
#5 (permalink)
|
| Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S Well in smf.php you can try this. It will help for future uploads as its not going to change things for old uploads add this in bold. Code: Content visible to verified customers only.
| With that change, my site will not pull up. I added if (!User['username'] ) $User['username'] = "Guest";
The end result is this: elseif ( $usergroup == "" ) {
// login for guests
$usergroup = 100;
}
if (!User['username'] ) $User['username'] = "Guest"; |
| |