The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
in your index.php under /admincp/index.php
you need to find: Code:
<script type="text/javascript" src="http://version.vbulletin.com/versioncheck.js"></script> <script type="text/javascript" src="http://version.vbulletin.com/version.js?id=YOURVBLICENCEID"></script> <script type="text/javascript"> <!-- if (typeof(vb_version) != "undefined" && isNewerVersion("<?php echo $vboptions['templateversion']; ?>", vb_version)) { var current_version = "<?php echo $vboptions['templateversion']; ?>"; var latest_string = "<?php echo $vbphrase['latest_version_available_x']; ?>"; var current_string = "<?php echo $vbphrase['you_are_running_vbulletin_version_x']; ?>"; var download_string = "<?php echo $vbphrase['download_vbulletin_x_from_members_area']; ?>"; document.writeln('<table cellpadding="4" cellspacing="0" border="0" align="center" width="90%" class="tborder"><tr><td class="tcat" align="center"><b><?php echo $vbphrase['there_is_a_newer_vbulletin_version']; ?></b></td></tr><tr><td class="alt1" align="center">'); document.writeln('<p><b><a href="http://www.vbulletin.com/forum/showthread.ph' + 'p?postid=' + vb_announcementid + '" target="_blank">' + construct_phrase(latest_string, vb_version) + "</a></b></p>"); document.writeln('<p>' + construct_phrase(current_string, current_version.bold()) + '</p>'); document.writeln('<p><a href="http://www.vbulletin.com/members/" target="_blank">' + construct_phrase(download_string, vb_version.bold()) + '</a></p>'); document.writeln('</td></tr></table>'); } //--> </script> <if condition="$bbuserinfo[userid]==YOURUSERID HERE"> The code I posted </if> [edit - oops, posted my licence ^_^ ] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|