Baxi
Ich hab auch ein problem.
Bei mir ist allerdings nur eine Kategorie verschoben.
Hier mal der Screen
[IMG]http://i28.tinypic.com/wbdkcj.jpg[/IMG]
Kann jemand mal schreiben, was man genau wo ändern muss?
habe zwar gelkesen das man den Wert auf 100% setzen soll, aber ich blick da bei mir nicht wirklich durch.
Danke
Maniac_81
verwende mal die suche hier, wurde schon x-mal besprochen. im woltlab-support-forum gibts auch eine lösung.
Freibeuter
Moin Moin, habe ein Problem die ganze Sache runterzuladen kriege immer ne Fehlerhafte Seite
(bei Mitbewerberforen ist das auch so)
[Habe mir es anderweitig von jmd schicken lassen, der es hier schonmal her hatte]
Sehr Nice
DeepThroat
Ich bastele gerade etwas mit den geteilten Kategorien herum. Da ich als Rahmung für jede einzelne Kategorie oben und unten Grafikelemente einbauen möchte, stehe ich gerade vor der Frage wo ich denn in der index_catbit.tpl den Code dafür einbauen muss. Beim oberen Rahmenelement war dies kein Problem. Habe das für euch mal in meiner
index_catbit.tpl markiert.
Vielleicht sieht jemand mit den nötigen HTML-Kenntnissen, wo die Lücke für die untere Grafik ist. Wäre dafür sehr dankbar
code: |
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:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
|
<if($depth == 1)>
<then>
</table><br>
<!-- obere Grafik -->
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}">
<tr>
<td align="left"><img src="{$style['imagefolder']}/obenlinks.gif" alt="" title="" /></td>
<td width="100%" background="{$style['imagefolder']}/obenmitte.gif"></td>
<td align="right"><img src="{$style['imagefolder']}/obenrechts.gif" alt="" title="" /></td>
</tr>
</table>
<!-- ENDE obere Grafik -->
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablecat" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><span class="normalfont"> <if($show_hide == 1)><then><a href="$current_url"><img src="{$style['imagefolder']}/minus.gif" border="0" alt="{$LANG_START_DEACTIVATE_CAT}" title="{$LANG_START_DEACTIVATE_CAT}" /></a></then><else><if($show_hide == 2)><then><a href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if> </span></td>
<td><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont"><if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />{$lang->items['LANG_START_INCLUSIVE']} $subboardbit</then></if></span></td>
</tr>
</table></td>
</tr>
<if($show_hide=="1")><then>
<tr>
<td class="tabletitle"><span class="smallfont"> </span></td>
<td class="tabletitle" style="width:<if($hide_modcell==0)><then>80</then><else>100</else></if>%" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
<td class="tabletitle" align="center" style="width:60px" width="60"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
<td class="tabletitle" align="center" style="width:60px" width="60"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
<td class="tabletitle" align="center" nowrap="nowrap" style="width:240px" width="240"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
<if($hide_modcell==0)><then><td class="tabletitle" style="width:20%" align="center"><span class="smallfont"><b>{$lang->items['LANG_START_MODERATORS']}</b></span></td></then></if>
</tr>
</then></if>
</then>
<else>
<if($depth == 2)>
<then>
<tr>
<td class="tableb" align="center"><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" border="0" /></td>
<td class="tablecat" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><span class="normalfont"> <if($show_hide == 1)><then><a href="$current_url"><img src="{$style['imagefolder']}/minus.gif" border="0" alt="{$LANG_START_DEACTIVATE_CAT}" title="{$LANG_START_DEACTIVATE_CAT}" /></a></then><else><if($show_hide == 2)><then><a href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if> </span></td>
<td><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont"><if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />{$lang->items['LANG_START_INCLUSIVE']} $subboardbit</then></if></span></td>
</tr>
</table></td>
</tr>
</then>
<else>
<tr>
<td class="tableb" align="center"> </td>
<td class="tablecat" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left">
<table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="{$style['imagefolder']}/$onoff.gif" border="0" alt="" title="" /></td>
<td><span class="normalfont"> <if($show_hide == 1)><then><a href="$current_url"><img src="{$style['imagefolder']}/minus.gif" border="0" alt="{$LANG_START_DEACTIVATE_CAT}" title="{$LANG_START_DEACTIVATE_CAT}" /></a></then><else><if($show_hide == 2)><then><a href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if> </span></td>
<td><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont"><if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />{$lang->items['LANG_START_INCLUSIVE']} $subboardbit</then></if></span></td>
</tr>
</table>
</td>
</tr>
</else>
</if>
</else>
</if>
|
|
ChunkySommer4
bei mir hat auch alles geklappt vielen dank für die infos
gruss chunkysommer4