An update to everyone! I just installed a Clean copy of vB3.0.3. I saw a couple of things thad had changed from version 3.0.0 Release Candidate 2 that i was using.
The changes has been uploaded to the new .ZIP file. Mostly it involves a couple of locations of lines in files that should be edit. I also noticed that the structure of some files has changed as well, making my installation script worthless.
I have NOT upgraded anything as far as HTML goes, or added any options. Just a new INSTALLATION INSTRUCTIONS file that should have most people understanding how to install this script.
Main "problem" i could see people is with the init.php file changes. THEREFOR I post MY VERSION of this, which is the CORRECT ONE FOR vB3.0.3 !
Quote:
// field names for general permissions
$_BITFIELD['usergroup']['genericpermissions'] = array(
'canviewmembers' => 1,
'canmodifyprofile' => 2,
'caninvisible' => 4,
'canviewothersusernotes' => 8,
'canmanageownusernotes' => 16,
'canseehidden' => 32,
'canbeusernoted' => 64,
'canprofilepic' => 128,
'canuseavatar' => 512,
'canusesignature' => 1024,
'canusecustomtitle' => 2048,
'canseeprofilepic' => 4096,
'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
'canseehiddencustomfields' => 262144,
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
'canuseguestbook' => 16777216,
'canusewebpage' => 33554432,
);
|
DO NOT USE FOR ANY OTHER VB VERSION!
NOW, important for those that CANNOT see the "Can use Webpage?" text under Usergroup Settings. GO INTO YOUR "PHRASE MANAGER". Locate by searching for "can_use_guestbook" and specify to search in 'phrase variable name only'. Now click on Edit for 'can_use_guestbook'. And click "Save".
DONE! This will make sure the text under Usergroup Manager pops up!