The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
No Credits In ACP!
Though I use this "hack" myself, it may be taken tounge in cheek. Instructions ------------------------ 1. Fire up your FTP program and navigate to your includes folder. 2. Open up vbulletin_credits.php and select all, then press delete. 3. Save and Upload the empty file. :devious: Result ---------- Less clutter on main ACP page. Faster loading? Area can be used for other things. Helps prevent itching and scratching. HOTM? Feel free to move this thread if needed. :nervous: |
#42
|
|||
|
|||
What would be far more honest if credit were going to be given in such a silly way, is that every hack should include a bit where the install appends to that list:
Secret Admirer Hack: buro9 etc... Then that would be fair. My boards are based on vBulletin, but the volume of hacks and variety of extensions installed means that the Credits list is not only redundant (my other admins couldn't give a hoot and neither could I), but also deeply misrepresentative of those whose work my forums are based on. |
#43
|
||||
|
||||
In my Admin CP I have to scroll the page to even see the credits. So it really doesn't matter if it is there or not unless I need to scroll for some reason.
* Boofo reminds hinmself to install this hack since Floris is now in the credits. |
#44
|
|||
|
|||
Agreed Boofo, personally, I don't need to scroll past the credits to get to anything, so why remove them.
Of course, if you have something below the credits, I could understand removing them - or... just move whatever it is above the credits. |
#45
|
|||
|
|||
It's just screen space. I like things to be as minimal and useful as possible.
I also remove the version check from that page... I don't mind it in the thin bar at the top, but I loath it when the thing I've gone into the AdminCp for is taking ages to get to because it's waiting for the vbulletin servers. Some of us just place function above almost everything else |
#46
|
||||
|
||||
Quote:
|
#47
|
||||
|
||||
Quote:
|
#48
|
|||
|
|||
Quote:
Basically remove: Code:
// there have been problems reported with fsockopen() in some PHP versions. // this should work around it though if (phpversion() < '4.3.0' OR phpversion() > '4.3.2' OR @ini_get('allow_url_fopen') != 1) { $fp = @fsockopen('version.vbulletin.com', 80, $errno, $errstr, 3); } else { $fp = @fopen('http://version.vbulletin.com', 'r'); } if ($fp) { fclose($fp); ?> <script type="text/javascript" src="http://version.vbulletin.com/versioncheck.js"></script> <script type="text/javascript" src="http://version.vbulletin.com/version.js?id=279159d3"></script> <script type="text/javascript"> <!-- if (typeof(vb_version) != "undefined" && isNewerVersion("<?php echo $vbulletin->options['templateversion']; ?>", vb_version)) { var current_version = "<?php echo $vbulletin->options['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?p=' + 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://members.vbulletin.com/" target="_blank">' + construct_phrase(download_string, vb_version.bold()) + '</a></p>'); document.writeln('</td></tr></table>'); } //--> </script> <?php } Code:
?> <div class="smallfont" align="center"> <!--<?php echo construct_phrase($vbphrase['vbulletin_copyright'], $vbulletin->options['templateversion'], date('Y')); ?><br />--> <script type="text/javascript"> <!-- if (typeof(vb_version) != "undefined") { var this_vb_version = "<?php echo $vbulletin->options['templateversion']; ?>"; if (isNewerVersion(this_vb_version, vb_version)) { document.writeln('<a href="http://www.vbulletin.com/forum/showthread.ph' + 'p?p=' + vb_announcementid + '" target="_blank">' + construct_phrase(latest_string, vb_version) + '</a><br />' + construct_phrase(current_string, this_vb_version.bold())); } else { document.write(construct_phrase('<?php echo $vbphrase['your_version_of_vbulletin_is_up_to_date']; ?>', this_vb_version)); } } // --> </script> </div> <?php I actually don't remove mine though... they'd return in upgrades. I wrap mine with: Code:
// HACK : START : QUICK if (false) { // HACK : END : QUICK STUFF I WANT NOT TO HAPPEN HERE // HACK : START : QUICK } // HACK : END : QUICK |
#49
|
|||
|
|||
Why do I have a nagging feeling I've been enticed into getting my arse kicked off of here?.. Well, I was asked by a mod!
|
#50
|
|||
|
|||
Quote:
|
#51
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|