The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Footer Nav Bar Chnage Spelling of a Button
I have "footer navbar" on my site...and all I want to do is change the name of one of the buttons in the footer navbar. The button name I want to change is currently called "Archive".
I know much of the coding that controls this footer navbar is in the "footer" template accessed via the vB admincp. Link of the footer navbar as users see it: https://i73.photobucket.com/albums/i...ps0danj5iw.png Link of the code in the vBulletin "footer" template that controls this button: https://i73.photobucket.com/albums/i...ps3sju0pl2.png [/URL][/IMG] Can someone tell me what I need to do (or where I need to go) to change the spelling of this "Archive" button to something else (for example change it to "Pizza"). Thanks |
#2
|
|||
|
|||
search phrases under Languages & Phrases, change the phrase for archive
|
#3
|
|||
|
|||
Thanks snakes1100...great answer as usual.
When I did a search in Languages & Phrases for "archive"...there's nothing editable in any of the search results. Here's a screenshot of one of the results: https://i73.photobucket.com/albums/i...ps70i6rgtq.png Thanks |
#4
|
|||
|
|||
You want this phrase, not the one you are editing.
GLOBAL Phrases Containing 'archive' Just enter what you want it to say in the box, then save. --------------- Added [DATE]1554121218[/DATE] at [TIME]1554121218[/TIME] --------------- If you want, just edit the footer template for the style: <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if> to <vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">PIZZA</a></li></vb:if> |
#5
|
|||
|
|||
Hey there Snakes1100...you are The Man! That did the trick!
Just so you know...I searched with the phrase manager again...and found something I must have missed the 1st time. There was an editable "Archive" phrase (see link below)...but when I changed it to something else (like Pizza)...it didn't change the name in the footer link: https://i73.photobucket.com/albums/i...psynj1dsxq.png But editing the footer template as you instructed did the trick! Thanks VERY much! --------------- Added [DATE]1554129329[/DATE] at [TIME]1554129329[/TIME] --------------- A bit of a followup question Snakes1100. Here's a screenshot of the footer template code that controls this footer navbar. As you can see...on the one line of code...I changed {vb:rawphrase archive} to Pizza....and that worked great. https://i73.photobucket.com/albums/i...psddoph7b3.png My followup question is: Rather than manually modifying each individual {vb:rawphrase xyz123} statement for each footer link name. Looking at the code in the screenshot...should there be a file or template that contains all this info in one place that I could modify rather than changing each line of footer template code for each footer link name? Thanks again. |
#6
|
|||
|
|||
No, you need to change them in the footer template or do the phrasing.
|
#7
|
|||
|
|||
Ok great. Thanks for confirming. And thanks much for the help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|