The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove vBulletin version from admin & mod control panels in 3.6.12?
Hi,
Could someone tell me how to delete the vBulletin version number from the Admin & Mod control panels in vB 3.6.12? Thanks...! |
#2
|
|||
|
|||
I'm looking at the source for 3.8.3, but assuming it didn't change that much - edit admincp/index.php and look for the section that starts with
PHP Code:
line 150 or so. The mod panel is similar, except edit modcp/index.php. |
#3
|
|||
|
|||
Hi Kevin, thanks for the help.
I searched if ($_REQUEST['do'] == 'head') , and a few variations of it, but I still can't find in the index.php file of the admin cp where I can edit the version number. It's a bit of a puzzle at this point! |
#4
|
|||
|
|||
In the admincp, it's
Code:
echo ADMIN_VERSION_VBULLETIN Code:
echo $vbulletin->versionnumber; both of those are in the middle of some code. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|