The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
Quote:
|
#33
|
||||
|
||||
Quote:
Thanks all for assisting and making it work (at all?). |
#34
|
|||
|
|||
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, |
#35
|
||||
|
||||
Thanks swedie
|
#36
|
||||
|
||||
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); |
#37
|
|||
|
|||
Quote:
Or should I change this back?? Quote:
|
#38
|
||||
|
||||
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! |
#39
|
|||
|
|||
Quote:
I can see it's installed by going to http://www.nordinho.com/vbull/profil...do=editwebpage.... |
#40
|
||||
|
||||
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. |
#41
|
|||
|
|||
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, |
#42
|
|||
|
|||
I got it showing now!!...don't know how, but it is showing (and breaking the layout worries for later)...
The permissions seem to change though each time I save them, I guess because of the double values... |
#43
|
||||
|
||||
I'm still trying to get it to work. :tired:
|
#44
|
||||
|
||||
I don't have that //Reputation thingy you guys have. I'm using vb3.0.0 RC2. Maybe it doesn't have the Reputation thingy all working.
I once again updated the .SQL file with some changes to the INSERTS for all the phrases. I put a different language ID in there... If you don't get the lanuage to display, go into mysqlcc or phpmyadmin and change the field languageid to '0' instead of '-1'. That should make it work. |
#45
|
|||
|
|||
I'm using vb3.0.3, do you know a way to change those values??
|
#46
|
||||
|
||||
Quote:
You need PHPMYADMIN or MySQLcc. List the content of the table called "phrase". Then change the values by hand. To quicker find the last added phrases type this as a SQL command: SELECT * FROM phrase ORDER BY phraseid DESC LIMIT 30 This will show the last 30 added phrases. Now go through them one by one. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|