The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Time in the footer
Is it possible to change the color of the "time" in the footer element? I tried adding a style to the tag, but that didn't work. It only changed the "All times are GMT -5. The time now is ____ ." (Red is what changed, the underlined time element stayed).
I tried wrapping it in a div from the additional CSS that I made, but that didn't work out either. the time is the same color as my background, and I'd like to change it, without changing the color of all times throughout the forum. |
#2
|
|||
|
|||
Edit the all_times_are_gmt_x_time_now_is_y phrase by removing the span:
Code:
All times are GMT{1}. The time now is <span class="time">{2}</span>. |
#3
|
|||
|
|||
My default footer template (3.8.1) has this code instead of a span:
Code:
<div class="smallfont" align="center"> $vbphrase[all_times_are_gmt_x_time_now_is_y]</div> --------------- Added [DATE]1236408349[/DATE] at [TIME]1236408349[/TIME] --------------- Figured it out from another forum. Had to change this in the Admin Control Panel/Languages & Phrases/Search in Phrases. Then searched for "all_times_are_gmt_x_time_now_is_y" (Phrase Variable Name only). Then added the code calorie suggested above. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|