Siddy
Problembeschreibung:
Ich möchte gerne das Hauptthema mit unserem Maskotchen versehen. Das heist ein Thema z.B *Quaselthek* soll rechts und Links unser Drachen sein und dazwischen das Ober Thema *Quasselthek*.Dazu soll alles mittig sein also auch das öffnen oder schliessen zeichen.
Weis jemand wie das geht??
Biggi
Das ist eine Änderung im Template index_catbit.
Falls du das noch als Standardtemplate benutzt, kannst du es gegen dies hier ersetzen:
| 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:
|
<if($depth == 1)>
<then>
<tr>
<td class="tablecat" align="center" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="URL-ZU-DEINEM-MASKOTTCHEN" 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>
<td><img src="URL-ZU-DEINEM-MASKOTTCHEN" alt="" title="" /></td>
</tr>
</table></td>
</tr>
</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="center"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="URL-ZU-DEINEM-MASKOTTCHEN" 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>
<td><img src="URL-ZU-DEINEM-MASKOTTCHEN" alt="" title="" /></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> |
|
URL-ZU-DEINEM-MASKOTTCHEN mußt du natürlich noch ersetzen. Das kommt vier Mal vor.
Siddy
Super hat sehr gut geklappt.
Vielen Dank :-)
Aber jetzt ist oben das Style nach Links Verschoben siehe Bild.
Weis jemand warum das System das macht??
Biggi
Deine Templates waren schon nicht mehr original, kann das sein?
Ich nehme an, du hattest eine Kategorientrennung drin.
Poste mal bitte dein Template index_catbit des Styles wie es war, bevor du es durch meins ersetzt hast.
Vom Screenshot her kann ich dir nur sagen, daß da der colspan der Willkommenszeile nicht stimmt. Ich nehme aber an, daß die in dem Style normalerweise nicht zu der Tabelle mit den Kategorien und Foren gehört.
Was auch hilfreich wäre, wäre ein Link zu deinem Board. Ersetze aber vorher das von mir gepostete Template wieder durch das vorherige.
Siddy
Hallo Biggi,
danke für deine schnelle Antwort.
Hier das Original.
| Zitat: |
<if($depth == 1)>
<then>
</table>
<br />
<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>
</span></td>
</tr>
</table></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']};" class="tableinborder">
<if($show_hide == 1)><then>
<tr>
<td class="tabletitle" width="30"><span class="smallfont"> </span></td>
<td class="tabletitle" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
<td class="tabletitle" align="center" nowrap="nowrap" style="width:220px;"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
<if($hide_modcell==0)><then><td class="tabletitle" style="width:10%" align="center"><span class="smallfont"><b>{$lang->items['LANG_START_MODERATORS']}</b></span></td
></then></if>
</tr>
</then></if>
<if($show_hide != 1)><then>
<tr>
<td class="tablea" align="center" style="width:100%;">
<span class="smallfont"><i>{$lang->items['LANG_START_CATEGORY']}</i></span>
</td>
</tr>
</then></if>
</then>
<else>
<if($depth == 2)>
<then>
<tr>
<td class="tableb" align="center" width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" alt="" title="" border="0" /></td>
<td class="tableb" 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="center">
<table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" 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>
|
Habe das jetzt geändert in.
| Zitat: |
<if($depth == 1)>
<then>
</table>
<br />
<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><img src="http://www.mybuddha.de/images/drache_rechts1.gif" 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>
<td><img src="http://www.mybuddha.de/images/drache_links1.gif" alt="" title="" /></td>
</span></td>
</tr>
</table></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']};" class="tableinborder">
<if($show_hide == 1)><then>
<tr>
<td class="tabletitle" width="30"><span class="smallfont"> </span></td>
<td class="tabletitle" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
<td class="tabletitle" align="center" nowrap="nowrap" style="width:220px;"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
<if($hide_modcell==0)><then><td class="tabletitle" style="width:10%" align="center"><span class="smallfont"><b>{$lang->items['LANG_START_MODERATORS']}</b></span></td
></then></if>
</tr>
</then></if>
<if($show_hide != 1)><then>
<tr>
<td class="tablea" align="center" style="width:100%;">
<span class="smallfont"><i>{$lang->items['LANG_START_CATEGORY']}</i></span>
</td>
</tr>
</then></if>
</then>
<else>
<if($depth == 2)>
<then>
<tr>
<td class="tableb" align="center" width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" alt="" title="" border="0" /></td>
<td class="tableb" 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="http://www.mybuddha.de/images/drache_rechts1.gif" 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>
<td><img src="http://www.mybuddha.de/images/drache_links1.gif" alt="" title="" /></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="center">
<table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" 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> |
Jetzt klappt es ist aber nicht mehr in der mitte wie vorher.
Sorry bin ein Absoluter Laie.
Link zum Board
www.mybuddha.de
Danke für eure Hilfe
Biggi
Siehste, sag' ich doch. Getrennte Kategorien.
Probier mal dieses Template:
| 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:
|
<if($depth == 1)>
<then>
</table>
<br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablecat" align="center" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="http://www.mybuddha.de/images/drache_rechts1.gif" 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></span></td>
<td><img src="http://www.mybuddha.de/images/drache_links1.gif" alt="" title="" /></td>
</tr>
</table></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']};" class="tableinborder">
<if($show_hide == 1)><then>
<tr>
<td class="tabletitle" width="30"><span class="smallfont"> </span></td>
<td class="tabletitle" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
<td class="tabletitle" align="center" nowrap="nowrap" style="width:220px;"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
<if($hide_modcell==0)><then><td class="tabletitle" style="width:10%" align="center"><span class="smallfont"><b>{$lang->items['LANG_START_MODERATORS']}</b></span></td></then></if>
</tr>
</then></if>
<if($show_hide != 1)><then>
<tr>
<td class="tablea" align="center" style="width:100%;"><span class="smallfont"><i>{$lang->items['LANG_START_CATEGORY']}</i></span></td>
</tr>
</then></if>
</then>
<else>
<if($depth == 2)>
<then>
<tr>
<td class="tableb" align="center" width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" alt="" title="" border="0" /></td>
<td class="tableb" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="center"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="http://www.mybuddha.de/images/drache_rechts1.gif" 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>
<td><img src="http://www.mybuddha.de/images/drache_links1.gif" alt="" title="" /></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="center"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" 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> |
|
Und poste Code demnächst bitte mit den Code-Tags [IMG]http://your-wbb.de/images/port-dark/bbcode_code.gif[/IMG].
Das erleichtert die Bearbeitung sehr, da es eine Zeilennumerierung gibt und die Einrückungen und Umbrüche erhalten bleiben.
Siddy
Oh man vielen dank. Sieht klasse aus.
Jetzt muss ich nur noch heraus finden wie ich die Schrift zwischen den Drachen grösser machen kann.
Vielen 1000 Dank
Biggi
Kein Problem.
Das müßte über das Designpack gehen.
ACP -> Designpack bearbeiten -> Tabellenkategorienzeile -> Weitere Attribute (CSS Code):
Die Zahl kannst du natürlich deinen Bedürfnissen anpassen.
Wenn das nicht geht (es kann sein, daß die Klasse normalfont die Klasse tablecat_fc überschreibt), kannst du auch dieses Template nehmen:
| 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:
|
<if($depth == 1)>
<then>
</table>
<br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablecat" align="center" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="http://www.mybuddha.de/images/drache_rechts1.gif" 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" style="font-size:18pt;"><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></span></td>
<td><img src="http://www.mybuddha.de/images/drache_links1.gif" alt="" title="" /></td>
</tr>
</table></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']};" class="tableinborder">
<if($show_hide == 1)><then>
<tr>
<td class="tabletitle" width="30"><span class="smallfont"> </span></td>
<td class="tabletitle" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
<td class="tabletitle" align="center" width="45"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
<td class="tabletitle" align="center" nowrap="nowrap" style="width:220px;"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
<if($hide_modcell==0)><then><td class="tabletitle" style="width:10%" align="center"><span class="smallfont"><b>{$lang->items['LANG_START_MODERATORS']}</b></span></td></then></if>
</tr>
</then></if>
<if($show_hide != 1)><then>
<tr>
<td class="tablea" align="center" style="width:100%;"><span class="smallfont"><i>{$lang->items['LANG_START_CATEGORY']}</i></span></td>
</tr>
</then></if>
</then>
<else>
<if($depth == 2)>
<then>
<tr>
<td class="tableb" align="center" width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" alt="" title="" border="0" /></td>
<td class="tableb" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="center"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td><img src="http://www.mybuddha.de/images/drache_rechts1.gif" 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" style="font-size:18pt;"><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>
<td><img src="http://www.mybuddha.de/images/drache_links1.gif" alt="" title="" /></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="center"><table cellpadding="0" cellspacing="0">
<tr class="tablecat_fc">
<td width="30px"><img src="{$style['imagefolder']}/$onoff.jpg" 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> |
|
Da findest du die Angabe
style="font-size:18pt;" zweimal.
Siddy
Danke Biggi74 auch das hat geklapt.
Vielen dank hast mir echt geholfen.