Private Nachrichten Anzeige oben statt unten

Gipskopf
Hallo

ich habe bei mir im Forum die PN Anzeige unten im Forum.
www.diespritzer.de

Ich hätte die aber gerne oben unter dem Text

php:
1:
2:
Willkommen zurück2er [abmelden]
Neue Beiträgeseit Ihrem letzten BesuchHeute22:11.


könnt ihr mir da helfen.
actros11
Hallo,

suche den Code im Template "index".

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<if($showpmonindex==1 && $wbbuserdata['userid']!=0 && $wbbuserdata['can_use_pms']==1 && $wbbuserdata['receivepm']==1)>
  <then>
   <tr>
    <td class="tabletitle" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont"><b>{$lang->items['LANG_START_PM']}</b></span></td>
   </tr>
   <tr>
    <td align="center" class="tableb"><if($countnew>0)>
     <then><img src="{$style['imagefolder']}/on.gif" alt="{$lang->items['LANG_START_NEWPM']}" title="{$lang->items['LANG_START_NEWPM']}" /></then>
     <else><img src="{$style['imagefolder']}/off.gif" alt="{$lang->items['LANG_START_NONEWPM']}" title="{$lang->items['LANG_START_NONEWPM']}" /></else>
    </if></td>
    <td align="left" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" class="tablea"><span class="smallfont"><b><a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_START_PMIN']}</a></b><br />{$lang->items['LANG_START_PMS']}</span></td>
   </tr>

  </then>
 </if>


Schiebe ihn unter dem Code:

code:
1:
2:
3:
4:
</table><br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">



Jeder Style hat eine andere "index" und da muss man dann schon etwas probieren Augenzwinkern
Gruß Augenzwinkern
Gipskopf
Hi

erstmal Danke für dir Antwort.

Wenn ich jetzt den code

php:
1:
2:
3:
<tr>
  <td align="left" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" class="tablea"><span class="smallfont"><b><a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_START_PMIN']}</a></b><br />{$lang->items['LANG_START_PMS']}</span></td>
   </tr>


unter


php:
1:
2:
3:
4:
5:
<td class="tablea" align="left"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span></td>
   </tr>
   <tr>
    <td class="tableb" align="left" style="text-align: justify"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td>
   </tr>


einsetzte bekomme ich ne fehlermeldung.



Ich hänge mal meine Index datei an.
Vielleicht kannst du ja mal rein schauen.
actros11
versuch mal die im anhang