MC600
YaBB God
Posts: 968
Jetzt habe ich Zähne!
|
|
Re:gäste dürfen profile anschauen
« Reply #1 on: January 26, 2004, 02:14:02 PM » |
|
Schau mal in Profile.php unter function ViewProfile ()
da sollte es ungefähr so aussehen:
function ViewProfile () {
global $user, $modify, $userpic_width, $facesurl, $userpic_height, $allowpics, $txt, $color, $cgi, $GodPostNum; global $SrPostNum, $FullPostNum, $JrPostNum, $settings, $allow_hide_email, $imagesdir, $yytitle; global $username, $password, $pwseed, $action, $cookiepassword, $cookieusername, $db_prefix, $modSettings;
if ($username == "Guest") fatal_error($txt[223]);
|