
12-25-2001, 05:35 PM
|
|
|
Join Date: Dec 2001
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
[QUOTE] Originally posted by JohnBradshaw
Hi, different problem this time!
In the installation guide it says to find this in admin/functions.php:
PHP Code:
## FIND:
if ($bbuserinfo[adminemail]) {
$allowmailchecked="checked";
$allowmailnotchecked="";
} else {
$allowmailchecked="";
$allowmailnotchecked="checked";
}
## FIND:
$nosessionhash=iif($nosessionhash=="yes",1,0);
But I have checked my copy of vBulletin 2.2.1 and these are not present any clues? Also is it possible to change the level names, eg Bronze etc, to different ones?
Cheers,
|