dantemod
hallo habe ne frage wie beckomm ich die Pn box unter den header wie
hier
[IMG]http://img265.imageshack.us/img265/1583/boxnc7.jpg[/IMG]
Maniac_81
index.tpl
suche:
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
|
<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>
|
|
und füge es an gewünschter stelle wieder ein.
SKYBREAKER
hab da auch nen anliegen und zwar
möchte ich die Pn-Box OBEN & UNTEN haben problem ist ich habe es probiert mit den ersten code con synoxis
zeigt mir aber an :
Parse error: syntax error, unexpected '"' in /www/htdocs/w006f681/html/wbb2/index.php(435) : eval()'d code on line 121
hier ist mal die index so wie sie gerade aussieht (ohne dem Fehler)