vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   They don't want to help at vb.com... ADMIn CP new version annoucement (https://vborg.vbsupport.ru/showthread.php?t=73788)

Jolten 01-04-2005 11:14 PM

They don't want to help at vb.com... ADMIn CP new version annoucement
 
I can not spend the time to upgrade my entire site to v3.0.4 at this time. I did replace the init file to cover the security flaw though.

However, I'd like to kill the large "NEW VERSION" announcement in the admin CP. I'd prefer not to wast screen real estate on an announcement I'm well aware of. I'm not looking to circumvent any call home features or anything. I just want my admin CP back. (and an option should really be built in to disregard announcements).

Anyone able to point me in the right direction.

Please don't ask me to post at vbulletin.com, I have, they won't assist due to "file modifications."

trackpads 01-04-2005 11:17 PM

Start editing out parts of admincp/index.php. That is what I did the other night when their server was down and I couldnt get into my admincp. Make a backup first!

Zachery 01-04-2005 11:24 PM

Quote:

Originally Posted by Jolten
I can not spend the time to upgrade my entire site to v3.0.4 at this time. I did replace the init file to cover the security flaw though.

However, I'd like to kill the large "NEW VERSION" announcement in the admin CP. I'd prefer not to wast screen real estate on an announcement I'm well aware of. I'm not looking to circumvent any call home features or anything. I just want my admin CP back. (and an option should really be built in to disregard announcements).

Anyone able to point me in the right direction.

Please don't ask me to post at vbulletin.com, I have, they won't assist due to "file modifications."

We are not going to, but we cannot(at vBulletin.com) support any changes to the files.

tnguy3n 01-04-2005 11:49 PM

Quote:

Originally Posted by Jolten
I can not spend the time to upgrade my entire site to v3.0.4 at this time. I did replace the init file to cover the security flaw though.

However, I'd like to kill the large "NEW VERSION" announcement in the admin CP. I'd prefer not to wast screen real estate on an announcement I'm well aware of. I'm not looking to circumvent any call home features or anything. I just want my admin CP back. (and an option should really be built in to disregard announcements).

Anyone able to point me in the right direction.

Please don't ask me to post at vbulletin.com, I have, they won't assist due to "file modifications."

Open admincp/index.php

FIND:
Code:

<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>

and DELETE IT!

Jolten 01-05-2005 01:23 AM

Already ahead of you tnguy. Thanks. I did just that.


All times are GMT. The time now is 11:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01038 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete