![]() |
Quote:
|
Quote:
Thanks all for assisting and making it work (at all?). |
Heya,
I'm having some trouble displaying/viewing the hack...it doesn't show up anywhere. I've changed the permissions, logged in and out and cleared my cache... I think the problem is in the general permissions screen, since it isn't showing up correctly (see attachment) I tried changing the general permissions in the init.php file since this looked wrong...I think... PHP Code:
PHP Code:
greets Nordinho, |
Thanks swedie :)
|
Quote:
can_use_guestbook, can_use_webpage They should be under: Permissions in the Phrase Manager. Or run this SQL again. INSERT INTO `phrase` (phraseid, languageid, varname, text, phrasetypeid) VALUES ('', '-1', 'can_use_guestbook', 'Can use Guestbook?', 3); INSERT INTO `phrase` (phraseid, languageid, varname, text, phrasetypeid) VALUES ('', '-1', 'can_use_webpage', 'Can use Webpage?', 3); |
Quote:
Or should I change this back?? Quote:
|
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, 'canseeraters' => 256, 'canuseavatar' => 512, 'canusesignature' => 1024, 'canusecustomtitle' => 2048, 'canseeprofilepic' => 4096, 'canviewownusernotes' => 8192, 'canmanageothersusernotes' => 16384, 'canpostownusernotes' => 32768, 'canpostothersusernotes' => 65536, 'caneditownusernotes' => 131072, 'canuseguestbook' => 262144, 'canusewebpage' => 524288, 'canseehiddencustomfields' => 1048576 ); Just like that! |
Quote:
I can see it's installed by going to http://www.nordinho.com/vbull/profil...do=editwebpage.... |
I'm having exactly the same problems as Nordinho. I don't know much about php but the genericpermissions array actually continues further down in my init.php file.
// 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, 'canuseguestbook' => 262144, 'canusewebpage' => 524288, 'canseehiddencustomfields' => 1048576, // Reputation 'canseeownrep' => 256, 'canuserep' => 524288, 'canhiderep' => 1048576, 'cannegativerep' => 2097152, 'canseeothersrep' => 4194304, 'canhaverepleft' => 8388608, ); Can 2 field names (or whatever their called) have the same value? Nordinho, my phrases were "missing" even though the phrases were there but when I provided a US translation they work now. |
Quote:
I'm actually having the exact same permissions list as you got...indeed there are some double values...Swedie has the one below as well, which I don't got...Can the double values just be changed or are they specific?? 'canseeraters' => 256, |
All times are GMT. The time now is 09:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|