PDA

View Full Version : Tutorial Request


sabret00the
01-06-2004, 09:48 PM
i'm having trouble grasping just how to make admin options for hacks, i was wondering if anyone could write a tutorial or something just so i can have a greater understanding as to how it works.

MindTrix
01-06-2004, 09:51 PM
What kind of Admin options? Just like links etc?

sabret00the
01-06-2004, 09:58 PM
nah like proper admin options like when you make a hack and you need to turn something on or off in the admin cp, set the user groups that can use it etc, etc

Zachery
01-06-2004, 09:58 PM
are we talking about a whole new side box? or just extra options in one of them?

or general vB settings?

NTLDR
01-06-2004, 10:13 PM
vB2 or vB3? If you want options that appear with all vBulletins other main options, just enable debug mode and you'll see additional links to add Groups and new options to them. In vB3 these will become part of the $vboptions array.

sabret00the
01-07-2004, 03:15 PM
ok this is what i'm referring too, not sure if you all understood what i was on about or not.
https://vborg.vbsupport.ru/attachment.php?attachmentid=15543
(that's tigga's admin options for his vBadvanced Script)

Dean C
01-07-2004, 03:50 PM
Moved to general modifations discussion :)

NTLDR
01-07-2004, 03:53 PM
Enable debug and you'll see some extra links in the vBulletin Options page(s) to add new settings etc :)

You can just add:

$debug = 1;

After global.php is required in options.php and this will allow you to see the extra links without having debug enabled globally.

sabret00the
01-07-2004, 06:29 PM
thanks, i'll check it out :)