Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Hide Version Number. Updated with hiding the version everywhere automatically. Details »»
Hide Version Number. Updated with hiding the version everywhere automatically.
Version: 1.00, by borbole borbole is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.4 Rating:
Released: 02-06-2010 Last Update: 09-09-2010 Installs: 455
Uses Plugins
Translations  
No support by the author.

This is a small hack that it will allow you to turn off the public display of the version number of your vBulletin forum. You can enable and disable it at the Acp-Options-Forums Home Page Options.

I know that it can be easily done by changing the language phrase but this way is handier in my opinion.

Updated: With hiding the version in the templates automatically with thanks to Boofo.

Update again. Now it hides the version at the archives as well and therefore the version is hidden everywhere.

Download Now

File Type: xml Hide Version.xml (3.0 KB, 1486 views)

Screenshots

File Type: jpg Admin Control Panel_1266270278004.jpg (101.1 KB, 0 views)
File Type: png Forums_1271763016923.png (3.2 KB, 0 views)
File Type: png arcive1284150514855.png (7.8 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
da_judge, ForceHSS, K4GAP, puertoblack2003, zascok

Comments
  #32  
Old 02-16-2010, 03:48 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack delete our french copyright, a suggestion:
  • In "Hide Version" pluginn find:
PHP Code:
$vbphrase['powered_by_vbulletin'] = 'Powered by <a href="http://www.vbulletin.com" id="vbulletinlink">vBulletin&trade;</a><br />Copyright &copy; vBulletin Solutions, Inc. All rights reserved.'
  • Replace with:
PHP Code:
$vbphrase['powered_by_vbulletin'] = preg_replace("/Version [\d\.]+/",""$vbphrase['powered_by_vbulletin']); 
Reply With Quote
  #33  
Old 02-16-2010, 04:22 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hadn''t thought of other languages to be honest as I use only english at my forum. Thanks for reminding me and for posting the code. I am sure it will come in handy to a lot of people who use another language other than english.
Reply With Quote
  #34  
Old 02-16-2010, 08:57 PM
ascott ascott is offline
 
Join Date: May 2009
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uploaded it and turned it on in admin CP but it never worked for me
Reply With Quote
  #35  
Old 02-17-2010, 09:22 AM
sd2310 sd2310 is offline
 
Join Date: Oct 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ascott View Post
Uploaded it and turned it on in admin CP but it never worked for me
Only the display of the translation copyright or the hack himself ?
Reply With Quote
  #36  
Old 02-17-2010, 09:56 AM
sKippah sKippah is offline
 
Join Date: Oct 2008
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice one but does not really help. Just open the Source Code and u will find at the very top
Code:
<meta name="generator" content="vBulletin 4.0.1" />
Would be nice if u would do a recode, that will hide the whole Version Numbers
Reply With Quote
  #37  
Old 02-17-2010, 08:46 PM
ascott ascott is offline
 
Join Date: May 2009
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sd2310 View Post
Only the display of the translation copyright or the hack himself ?
It was still showing the 4.0.1 but now that I've updated to 4.0.2 it's working correctly now :up:
Reply With Quote
  #38  
Old 02-18-2010, 01:01 AM
thetgc thetgc is offline
 
Join Date: Apr 2009
Location: Middlesbrough
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sKippah View Post
Nice one but does not really help. Just open the Source Code and u will find at the very top
Code:
<meta name="generator" content="vBulletin 4.0.1" />
Would be nice if u would do a recode, that will hide the whole Version Numbers
#

Thats what I said. As long as this is in the source code, google and other search engines will always show your website... regardless of it been removed from the bottom of the footer... please research how google uses the meta tags...
Reply With Quote
  #39  
Old 02-18-2010, 09:12 PM
kho91 kho91 is offline
 
Join Date: Dec 2007
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its not working in the cms page
Reply With Quote
  #40  
Old 02-18-2010, 09:49 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry about that but I don''t have a cms that I could test it.
Reply With Quote
  #41  
Old 02-19-2010, 08:33 AM
sd2310 sd2310 is offline
 
Join Date: Oct 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kho91 View Post
its not working in the cms page
Definitely, this CMS causes a lot of issues. It only remains to edit directly the phrase: remove Version {1} from powered_by_vbulletin. I didn't find others methods.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05173 seconds
  • Memory Usage 2,346KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete