The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A few hacks I can't find.
I few of these hacks, I had previously installed, but now I can't seem to find them. I know all these hacks are here (somewhere), so it's not really a request.
These are the hacks I'm looking for: -This hack adds [New Thread] beside all forums on the main page. -This adds an banned users link at the bottom on the main forum. There are a list of all the banned users, why and for how long. -Not sure if I'll use this one, but it adds an Admin CP or Mod CP link to the bottom on the page, depending on your status. -And the server status hack. If you know the URL or even the name of any of these, please let me know. Thanks a lot. |
#2
|
|||
|
|||
Bump.. anyone?
|
#3
|
|||
|
|||
I could use the Admin CP/ Mod CP link one... so I'll bump it
It's gotta be something like (I really don't know any php... but) PHP Code:
|
#4
|
||||
|
||||
Code:
if ($bbuserinfo[usergroupid]==6) { //admins $adminpanel = "<a href=\"admin/index.php\">Administration Panel</a><br>"; } else if (($bbuserinfo[usergroupid] ==5) || ($bbuserinfo[usergroupid] ==7)) { //mods and super mods $adminpanel = "<a href=\"mod/index.php\">Moderation Panel</a><br>"; } else { //everyone else $adminpanel = ""; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|