The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I link to my header
How can I link to my header, so when you hit the header image, it has to go back to the front page
I looked and looked, I could not find it my another quastions how can i change this logo and the scripsons about my homepage.. i cant edit this message this is a discussion forum powered by vBulletin.To find out about vBulletin, go to http://www.vbulletin.com/ i have do this AdminCP > Settings > Options > General Settings > Meta Description i also have do that go to admincp/Languages & Phrases/Search in Phrases Search for Text = x_powered_by_vbulletin Search in ... = Phrase Variable Name Only click find in the next page click edit to edit the phrase then in the box put {1} then save but is steel not changed.. i have this problem when i give my web adress from messenger orwhatzapp |
#2
|
||||
|
||||
Do this ... look for the following in your navbar template
Code:
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if> Code:
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" width="315" height="125" title="YOUR TITTLE HERE" alt="AN ALTERNATE DESCRIPTION HERE IF YOU WANT" /></a></div><vb:else /><div> </div></vb:if> The other is to change the GLOBAL phrase x_powered_by_vbulletin to what you want .... hope this helps ... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|