View Single Post
Old March 16th, 2008, 05:13 PM   #5 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Quote:
Originally Posted by Chuck S View Post
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";
skidpics is offline   Reply With Quote