Zur Boardunity Forenstartseite

Zurück   Boardunity & Video Forum » Technik » Web Design und Grafik

Antwort
 
LinkBack Themen-Optionen Thema bewerten
  #1  
Alt 19.06.2004, 13:22
Benutzerbild von Silmarillion
Master Gandalf
 
Registriert seit: 05.2004
Ort: Unterfranken
Beiträge: 467

forumhome_lastpostby


Moin,

stehe gerade aufm Schlauch! Will die Zeile "Letzter Beitrag" so umändern, dass sie - wie in diesem Forum - den letzten Poster und das Datum/Zeit immer in einer Zeile anzeigt. Was muss ich hierfür in folgendem Code ändern?

Code:
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
	<div style="clear:both">
		<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
		<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
	</div>
	<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
		<phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
	</div>
	<div align="$stylevar[right]">
		$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
		<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"></a>
	</div>
</div>
<else />
<div class="smallfont" align="$stylevar[right]">
	$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
	<a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</if>
mfg
  #2  
Alt 19.06.2004, 13:39
Benutzerbild von Silmarillion
Master Gandalf
 
Registriert seit: 05.2004
Ort: Unterfranken
Beiträge: 467
Irgendwo müsste ich doch ein "nowrap" entfernen, oder? Fragt sich nur wo. Finde keins!

mfg

Antwort


Stichworte
-


Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.
Gehe zu






1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25