Omranic
01-13-2006, 10:00 PM
hey,
I see that many people asking for something disable New vBulletin Version Notification in admincp or an option in admincp to switch it On/Off.
Now I worked on it only 30 seconds & get it work with 2 file edits (in one file - admincp/index.php) & a small product to give the ability to switch On/Off this Notification.
I made it as a sepaeate product becouse I Heard that this option may be available as default in future vbulletin version, so you can uninstall it whenever you need.
Installation: go to admincp dir & then to index.php file & open it in any php or text editor & find in it the following code:
<script type="text/javascript" src="http://version.vbulletin.com/versioncheck.js"></script>
Put above It directly the following code:
<?php
if ($vbulletin->options['disablevbnvno'])
{
?>
then find in the same file the following code:
document.writeln('</td></tr></table>');
}
//-->
</script>
& put under it directly the following code:
<?php
}
?>
Now Save your work & upload the file in its place
Now go to your admincp & then to Manage Products then [Add/Import Product] then import the attached product.
Now you are done
to use the hack & see that option follow the following steps:
Admincp >> vBulletin Options >> Admin Control Panel Options >> see at the button for this option (Switch On/Off New vbulletin version notification.) you will see it as default (yes) make it No if you need to disable it.
Thats All
Hope You have all the benefit
Thanks & Don't Forget to Click INSTALL
I see that many people asking for something disable New vBulletin Version Notification in admincp or an option in admincp to switch it On/Off.
Now I worked on it only 30 seconds & get it work with 2 file edits (in one file - admincp/index.php) & a small product to give the ability to switch On/Off this Notification.
I made it as a sepaeate product becouse I Heard that this option may be available as default in future vbulletin version, so you can uninstall it whenever you need.
Installation: go to admincp dir & then to index.php file & open it in any php or text editor & find in it the following code:
<script type="text/javascript" src="http://version.vbulletin.com/versioncheck.js"></script>
Put above It directly the following code:
<?php
if ($vbulletin->options['disablevbnvno'])
{
?>
then find in the same file the following code:
document.writeln('</td></tr></table>');
}
//-->
</script>
& put under it directly the following code:
<?php
}
?>
Now Save your work & upload the file in its place
Now go to your admincp & then to Manage Products then [Add/Import Product] then import the attached product.
Now you are done
to use the hack & see that option follow the following steps:
Admincp >> vBulletin Options >> Admin Control Panel Options >> see at the button for this option (Switch On/Off New vbulletin version notification.) you will see it as default (yes) make it No if you need to disable it.
Thats All
Hope You have all the benefit
Thanks & Don't Forget to Click INSTALL