YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Nichts weltbewegendes... » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 735 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Nichts weltbewegendes...
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
Matze Matze ist männlich
Mitglied


images/avatars/avatar-562.gif

Dabei seit: 17.01.04
Beiträge: 77
Herkunft: Berlin
Forenversion: 3.0

 Nichts weltbewegendes... Antworten Zitieren Editieren Melden       UP

Huhu,

ich würde gern die letzte Linie auch bis oben gehen lassen nur ich stelle mich irgendwie zu doof dafür an und hoffe ihr könnt mir helfen.

die beiden templates die verantwortlich sind:

portal_lastthreads.tpl
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" width="100%">
  <tr>
   <td class="tabletitle" align="center" colspan="8"><span class="normalfont"><b>$titel</b></span></td>
  </tr>
<tr class="tablecat">
<td>&nbsp;</td>
<td width="100%"><span class="smallfont"><b>{$lang->items['PORTAL_LASTTHREADS_NAME']}</b></span></td>
<td nowrap="nowrap"><span class="smallfont"><b>{$lang->items['PORTAL_LASTTHREADS_DATE']}</b></span></td>
<td><span class="smallfont"><b>{$lang->items['PORTAL_LASTTHREADS_REPLY']}</b></span></td>
<td><span class="smallfont"><b>{$lang->items['PORTAL_LASTTHREADS_HITS']}</b></span></td>
<td nowrap="nowrap" colspan="2"><span class="smallfont"><b>{$lang->items['PORTAL_LASTTHREADS_LAST']}</b></span></td>
</tr>
$inhalt
</table>
<br />


portal_lastthreads_bit.tpl
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
<tr>
<td class="tableb"><img src="$r_lastt[iconpath]" alt="$r_lastt[icontitle]" title="$r_lastt[icontitle]" /></td>
<td width="100%" class="tablea">
<if($r_lastt[attachments]!="0")><then><img src="{$style[imagefolder]}/paperclip.gif" alt="" title="" />&nbsp;</then></if>
<span class="smallfont">$r_lastt[prefix] <a href="thread.php?threadid=$r_lastt[threadid]{$SID_ARG_2ND}"><b>$r_lastt[topic]</b></a><br />
<b>Forum:</b> <a href="board.php?boardid=$r_lastt[boardid]{$SID_ARG_2ND}">$r_lastt[title]</a><br />
<if($optionen[13]=="1")><then>&raquo;&nbsp;Thema erstellt von <a href="profile.php?userid=$r_lastt[starterid]{$SID_ARG_2ND}">$r_lastt[starter]</a> am $startthreaddate_lt $startthreadtime_lt</then></if></span></td>
<td nowrap="nowrap" class="tableb" align="center"><span class="smallfont">$lastpostdate_lt<br />$lastposttime_lt</span></td>
<td class="tablea" align="center"><span class="smallfont">$r_lastt[replycount]</span></td>
<td class="tableb" align="center"><span class="smallfont">$r_lastt[views]</span></td>
<td class="tablea" nowrap="nowrap"><span class="smallfont"><a href="profile.php?userid=$r_lastt[lastposterid]{$SID_ARG_2ND}">$r_lastt[lastposter]</a></span></td>
<td class="tableb" nowrap="nowrap"><span class="smallfont"><a href="thread.php?threadid=$r_lastt[threadid]&amp;goto=lastpost{$SID_ARG_2ND}"><img src="{$style[imagefolder]}/lastpost.gif" alt="" title="go to last post" border="0"/></a></span></td>
</tr>



Gruß
Matze
11.07.07 13:13 Matze ist offline E-Mail WWW Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Nichts weltbewegendes...