PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Buttons auf die andere Seite ?


Smoker
12.12.2003, 13:25
Also im vB 2 waren die Buttons ( neuer beitrag und Antwort ) ja rechts.
jetzt sind sie links und das ist doof :(

Wie bekomme ich die wieder nach rechts ???

Thxx
Smoker

Mystics
12.12.2003, 21:10
Template SHOWTHREAD:<tr valign="bottom">
<if condition="!$show['threadedmode']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td>
</if>
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>-><tr valign="bottom">
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
<if condition="!$show['threadedmode']">
<td class="smallfont" align="right"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td>
</if>
</tr>(2x!)

Template FORUMDISPLAY:<tr valign="bottom">
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a></td>
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>-><tr valign="bottom">
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
<td class="smallfont" align="right"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a></td>
</tr>(2x!)

Smoker
12.12.2003, 21:34
Danke :)

bye
Smoker

Calvin
02.03.2005, 13:49
Ähnliche Frage. Wie bekomme ich die Reply und NewThread-Buttons rechts vom Forenlogo? Hab relativ große Buttons und daher würden sie dort oben besser reinpassen.

Mystics
02.03.2005, 21:00
Ähnliche Frage. Wie bekomme ich die Reply und NewThread-Buttons rechts vom Forenlogo? Hab relativ große Buttons und daher würden sie dort oben besser reinpassen.Da das zwei vollkommen verschiedene Templates sind (oben header und beim Thema showthread Template) ist das nicht möglich, da zum Ladezeitpunkt vom header die entsprechenden Variablen nicht gesetzt sind.