Quote:
Originally Posted by Freesteyelz
In Admin CP, go to Language & Phrases and do a search for "powered_by_vbulletin". In the open box just enter what you want. As Allan pointed out, that is the minimal wording you can use legally.
To remove the version in the Meta tag go to Common Templates --> headinclude. Find:
Code:
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
And replace it with:
Code:
<meta name="generator" content="vBulletin" />
|
Freesteyelz
I removed if from the meta tag but not sure how to remove it from the footer.
I did this:
In Admin CP, go to Language & Phrases and do a search for "powered_by_vbulletin". In the open box just enter what you want.
and get this :
Powered by vBulletin Version {1}<br />Copyright ©2000 - {2}, Jelsoft Enterprises Ltd.
How should it look like to remove the version?
Quote:
Originally Posted by bada_bing
Freesteyelz
I removed if from the meta tag but not sure how to remove it from the footer.
I did this:
In Admin CP, go to Language & Phrases and do a search for "powered_by_vbulletin". In the open box just enter what you want.
and get this :
Powered by vBulletin Version {1}<br />Copyright ©2000 - {2}, Jelsoft Enterprises Ltd.
How should it look like to remove the version?
|
Never mind got it I just removed this {1}