vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Hide Version Number. Updated with hiding the version everywhere automatically. (https://vborg.vbsupport.ru/showthread.php?t=235252)

Allan 02-16-2010 03:48 PM

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']); 


borbole 02-16-2010 04:22 PM

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.

ascott 02-16-2010 08:57 PM

Uploaded it and turned it on in admin CP but it never worked for me :(

sd2310 02-17-2010 09:22 AM

Quote:

Originally Posted by ascott (Post 1984067)
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 ?

sKippah 02-17-2010 09:56 AM

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

ascott 02-17-2010 08:46 PM

Quote:

Originally Posted by sd2310 (Post 1984422)
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:

thetgc 02-18-2010 01:01 AM

Quote:

Originally Posted by sKippah (Post 1984445)
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...

kho91 02-18-2010 09:12 PM

its not working in the cms page

borbole 02-18-2010 09:49 PM

Sorry about that but I don''t have a cms that I could test it.

sd2310 02-19-2010 08:33 AM

Quote:

Originally Posted by kho91 (Post 1985937)
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.


All times are GMT. The time now is 07:33 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.01311 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete