PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Uhrzeit anzeige nur im Forumhome


hohleweg
08.10.2006, 13:53
Hi
Die Uhrzeitanzeige:
Alle Zeitangaben in WEZ +2. Es ist jetzt 13:52 Uhr.


möchte ich nur im Forumhome angezeigt haben.
Ist das möglich?
Gruß Jo

ragtek
08.10.2006, 14:06
probier mal
<if condition="(THIS_SCRIPT == 'index')"><div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></if>

hohleweg
10.10.2006, 17:55
Hi
Den Code in Forumhome einfügen?
oder tauschen mit?

also eingefügt in Forumhome bringt keine Änderung.
Noch nen Tip?
Gruß Joachim

Mystics
10.10.2006, 22:11
footer Template, suche:<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>Ersetze es mit:<if condition="THIS_SCRIPT == 'index'"><div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></if>

hohleweg
11.10.2006, 20:55
hi
so klappts SUPER !
danke
gruß jo