#1 (permalink)  
Old 15.12.2005, 21:41
Benutzer
 
Join Date: 11.2005
Posts: 79
Rep Power: 7
Hajö is on a distinguished road
Letzte Spalte "Letzter Beitrag" verschoben...
Bitte füllen Sie folgende Angaben möglichst vollständig aus.

Welcher Style: BlueWonder
Version der Forensoftware: wbb 2.3.3

Beschreibung des Problems:

Die letzte Spalte ist pro Kategorie in der Forenübersicht unterschiedlich breit und verschoben (siehe Screenshot !)

Weiss da jemand Rat ?

Hab über die Suche leider nichts passendes gefunden...

Gruß
Hajö
Attached Images
File Type: gif letzte-spalte.gif (67.2 KB, 50 views)

Last edited by Hajö : 15.12.2005 at 21:57.
Reply With Quote
  #2 (permalink)  
Old 15.12.2005, 22:04
Synoxis's Avatar
vBdesigns Guru
 
Join Date: 10.2004
Posts: 621
Rep Power: 9
Synoxis will become famous soon enoughSynoxis will become famous soon enough
Im Templatepack vom Blue Wonder neues Template erstellen und es index_boardbit nennen. Inhalt ist dann folgender:
Code:
<tr>
 <if($depth == 1)>
  <then>
  
   <td align="left" class="tablea"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"</then><else> colspan="2"</else></if>><table cellpadding="0" cellspacing="0">
    <tr class="tablea_fc">
     <td><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" />&nbsp;&nbsp;</td>
     <td align="left"><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><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if></span></td>
    </tr>
   </table></td>
  
  </then>
  
  <else>
  
  
  <if($depth == 2)>
   <then>
  
   <td class="tableb" align="center"><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" /></td>
   <td align="left" class="tablea"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>"</then></if>><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><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if>
    
    <if(isset($favorites) && $favorites)>
     <then><br /><b><a href="newthread.php?boardid=$boards[boardid]{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWTHREAD']}</a> <a href="usercp.php?action=removesubscription&amp;boardid=$boards[boardid]{$SID_ARG_2ND}">{$lang->items['LANG_START_UNSUBSCRIBE']}</a></b></then>
    </if>
    
    </span></td>
 
  </then>
  
  <else>
  
   <td class="tableb" align="center">&nbsp;</td>
   <td class="tablea" align="left"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>"</then></if>><table cellpadding="0" cellspacing="0">
    <tr class="tablea_fc">
     <td><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" />&nbsp;&nbsp;</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><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if></span></td>
    </tr>
   </table></td>
  
  </else>
  </if>
  
  </else>
 </if>
 
 <if($boards['externalurl'] == '')><then>
 
 <td class="tableb" align="center" nowrap="nowrap"><span class="normalfont">$boards[postcount]</span></td>
 <td class="tablea" align="center" nowrap="nowrap"><span class="normalfont">$boards[threadcount]</span></td>
 <td class="tableb" nowrap="nowrap" align="left"><if($boards['threadcount']!=0)>
  
  <then>
   <if($showlastposttitle==1)>
    <then>
    
     <table border="0" cellspacing="0" cellpadding="0">
      <tr align="left" class="tableb_fc">
       <td nowrap="nowrap">&nbsp;&nbsp;$ViewPosticon&nbsp;</td>
       <td nowrap="nowrap" width="100%"><span class="smallfont"><if($boards['threadprefix']!="" && $permissioncache[$boards['boardid']]['can_enter_board'] && $boards['password']=="")><then><span class="prefix">$boards[threadprefix]</span><br /></then></if> <if($permissioncache[$boards['boardid']]['can_enter_board'] && $boards['password']=="")><then><b><a href="thread.php?goto=lastpost&amp;threadid=$boards[lastthreadid]{$SID_ARG_2ND}" title="$boards[topic]">$topic</a></b></then><else><b>{$lang->items['LANG_START_UNKNOWN']}</b></else></if><br />$lastpostdate <span class="time">$lastposttime</span>&nbsp;{$lang->items['LANG_START_FROM']}&nbsp;<if($boards['lastposterid'])><then><b><a href="profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}">$boards[lastposter]</a></b></then><else>$boards[lastposter]</else></if></span></td>
      </tr>
     </table>
    
    </then>
    <else>
    
     <table style="width: 260px;">
      <tr class="tableb_fc">
       <td nowrap="nowrap" align="right" style="width:100%"><span class="smallfont">$lastpostdate <span class="time">$lastposttime</span><br />{$lang->items['LANG_START_FROM']} <if($boards['lastposterid'])><then><b><a href="profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}">$boards[lastposter]</a></b></then><else>$boards[lastposter]</else></if></span></td>
       <td><a href="thread.php?goto=lastpost&amp;threadid=$boards[lastthreadid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/lastpost.gif" border="0" alt="{$lang->items['LANG_START_GOTO_LASTPOST']}" title="{$lang->items['LANG_START_GOTO_LASTPOST']}" /></a></td>
      </tr>
     </table>
    
    </else>
   </if>
  </then>
  
  <else>
   <div align="center" style="width: 260px"><span class="smallfont">{$lang->items['LANG_START_NOPOSTS']}</span></div>
  </else>
  
 </if></td>
 <if($hide_modcell==0 && (!isset($favorites) || !$favorites))><then><td class="tablea" align="center"><span class="smallfont"><if($moderatorbit!="")><then>$moderatorbit</then><else>&nbsp;</else></if></span></td></then></if>
 
 </then></if>
</tr>
Hoffe es geht wurde aber glaube ich die Woche schonmal irgendwo hier erklärt. Oder gefragt. Such ich morgen dann, wenn es nicht gehen sollte.
__________________
Designer aus freier Wildbahn gesucht? Dann fang ihn ein!
Reply With Quote
  #3 (permalink)  
Old 14.02.2006, 20:12
Benutzer
 
Join Date: 11.2005
Posts: 79
Rep Power: 7
Hajö is on a distinguished road
Das hat leider nicht funktioniert...

Bin leider eben erst zum testen gekommen, hatte es vergessen...

Und was anderes zu dem Thema hab ich leider noch nicht gefunden...

Weiss noch jemand Rat ?

Gruß
Hajö
Reply With Quote
  #4 (permalink)  
Old 14.02.2006, 20:25
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Poste mal dein index_catbit Template aus dem Blue Wonder wBB Style.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #5 (permalink)  
Old 14.02.2006, 20:32
Benutzer
 
Join Date: 11.2005
Posts: 79
Rep Power: 7
Hajö is on a distinguished road
Hallo Christian,

das hier ist der Inhalt der index_catbit vom BlueWonder in meinem Board:

PHP Code:
<if($depth == 1)>
 <
then>
 </
table
</
td></tr></table>
<
div style="padding:5px 0px 5px 0px;"></div>
<
div class="forbg" style="width:{$style['tableinwidth']}">
                    <
div class="forl">
                    <
div class="forr">
<if(
$show_hide == 1)><then><a style="float:right;padding-right:8px;" 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 style="float:right;padding-right:8px;" href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if>
<
div class="fortitel"  align="left"><div class="frl"><strong><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]">$boards[title]</a></strong></div></div>
            </
div>

            </
div>
</
div>

<
table style="width:{$style['tableinwidth']}" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td>
    
<if(
$show_hide!="1")><then>

</
then></if>
<
table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder">

<if(
$show_hide=="1")><then>
 <
tr>
  <
td class="tabletitle"><span class="smallfont">&nbsp;</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" width="60"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
  <
td class="tabletitle" align="center" width="60"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
  <
td class="tabletitle" align="center" nowrap="nowrap" width="260"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
  <if(
$hide_modcell==0)><then><td class="tabletitle"  width="150" 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">&nbsp;<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>&nbsp;</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">&nbsp;</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">&nbsp;<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>&nbsp;</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> 
Gruß
Hajö
Reply With Quote
  #6 (permalink)  
Old 14.02.2006, 20:41
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Dann ersetze mal alles mit folgendem:

Code:
<if($depth == 1)> 
<then> 
</table> 
</td></tr></table> 
<div style="padding:5px 0px 5px 0px;"></div> 
<div class="forbg" style="width:{$style['tableinwidth']}"> 
                    <div class="forl"> 
                    <div class="forr"> 
<if($show_hide == 1)><then><a style="float:right;padding-right:8px;" 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 style="float:right;padding-right:8px;" href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if> 
<div class="fortitel"  align="left"><div class="frl"><strong><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]">$boards[title]</a></strong></div></div> 
            </div> 

            </div> 
</div> 

<table style="width:{$style['tableinwidth']}" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td> 
     
<if($show_hide!="1")><then> 

</then></if> 
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder"> 

<if($show_hide=="1")><then> 
<tr> 
  <td class="tabletitle" width="3%"><span class="smallfont">&nbsp;</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="60"><span class="smallfont"><b>{$lang->items['LANG_START_POSTS']}</b></span></td> 
  <td class="tabletitle" align="center" width="60"><span class="smallfont"><b>{$lang->items['LANG_START_THREADS']}</b></span></td> 
  <td class="tabletitle" align="center" nowrap="nowrap" width="280"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td> 
  <if($hide_modcell==0)><then><td class="tabletitle"  width="150" 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">&nbsp;<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>&nbsp;</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">&nbsp;</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">&nbsp;<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>&nbsp;</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>
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #7 (permalink)  
Old 14.02.2006, 20:48
Benutzer
 
Join Date: 11.2005
Posts: 79
Rep Power: 7
Hajö is on a distinguished road
Juhuuuuuuuuuuuuuu !!!

Jetzt passt es...

Danke Christian !!!

Gruß
Hajö
Reply With Quote
  #8 (permalink)  
Old 28.02.2006, 11:47
Benutzer
 
Join Date: 11.2005
Posts: 79
Rep Power: 7
Hajö is on a distinguished road
Hallo Leute,

hab leider genau das gleiche Problem beim cyborg Style !

Kann sich dem vielleicht nochmal jemand annehmen ?

Hier die index_cadbit vom caborg Style:
PHP Code:
<if($depth == 1)>
 <
then>
 </
table>
     </
div>
</
div>
<
div class="c_border_bottombg">
      <
div class="c_border_bottom_left">
      <
div class="c_border_bottom-right">
      </
div>
      </
div>
</
div>
<
div style="padding-top:5px;"></div>
<
div class="forbg">

            <
div class="forr">
<if(
$show_hide == 1)><then><a style="float:left;" 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 style="float:left;" href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if>
<
div class="fortitel"  align="left"><div class="frl"><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]">$boards[title]</a></div></div>
            </
div>
</
div>
<
div class="c_border_left">
      <
div class="c_border_right">

<if(
$show_hide!="1")><then>

</
then></if>
<
table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder">

<if(
$show_hide=="1")><then>
 <
tr>
  <
td class="t_bg_left"><span class="smallfont">&nbsp;</span></td>
  <
td class="t_bg" style="width:<if($hide_modcell==0)><then>80</then><else>100</else></if>%" align="left"><span class="fortb"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td>
  <
td class="t_bg" align="center" width="60"><span class="fortb"><b>{$lang->items['LANG_START_POSTS']}</b></span></td>
  <
td class="t_bg" align="center" width="60"><span class="fortb"><b>{$lang->items['LANG_START_THREADS']}</b></span></td>
  <
td class="t_bg" align="center" nowrap="nowrap" width="260"><span class="fortb"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
  <if(
$hide_modcell==0)><then><td class="t_bg_right"  width="150" align="center"><span class="fortb"><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">&nbsp;<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>&nbsp;</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">&nbsp;</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">&nbsp;<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>&nbsp;</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> 
Selber krieg ich es leider nicht hin... Sorry.

Gruß
Hajö
Reply With Quote
  #9 (permalink)  
Old 28.02.2006, 11:50
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Nimm dieses.

Code:
<if($depth == 1)> 
<then> 
</table> 
     </div> 
</div> 
<div class="c_border_bottombg"> 
      <div class="c_border_bottom_left"> 
      <div class="c_border_bottom-right"> 
      </div> 
      </div> 
</div> 
<div style="padding-top:5px;"></div> 
<div class="forbg"> 

            <div class="forr"> 
<if($show_hide == 1)><then><a style="float:left;" 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 style="float:left;" href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if> 
<div class="fortitel"  align="left"><div class="frl"><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]">$boards[title]</a></div></div> 
            </div> 
</div> 
<div class="c_border_left"> 
      <div class="c_border_right"> 

<if($show_hide!="1")><then> 

</then></if> 
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder"> 

<if($show_hide=="1")><then> 
<tr> 
  <td class="t_bg_left" width="3%"><span class="smallfont">&nbsp;</span></td> 
  <td class="t_bg"  align="left"><span class="fortb"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td> 
  <td class="t_bg" align="center" width="60"><span class="fortb"><b>{$lang->items['LANG_START_POSTS']}</b></span></td> 
  <td class="t_bg" align="center" width="60"><span class="fortb"><b>{$lang->items['LANG_START_THREADS']}</b></span></td> 
  <td class="t_bg" align="center" nowrap="nowrap" width="280"><span class="fortb"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td> 
  <if($hide_modcell==0)><then><td class="t_bg_right"  width="150" align="center"><span class="fortb"><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">&nbsp;<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>&nbsp;</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">&nbsp;</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">&nbsp;<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>&nbsp;</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>
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #10 (permalink)  
Old 28.02.2006, 11:59
Benutzer
 
Join Date: 11.2005
Posts: 79
Rep Power: 7
Hajö is on a distinguished road
Super hat wie immer, wenn Du hilfst perfekt funtioniert !!!

Viele Dank !

Gruß
Hajö

PS: glaube das war Recordzeit...
Reply With Quote
  #11 (permalink)  
Old 20.04.2006, 19:09
Neuer Benutzer
 
Join Date: 02.2006
Posts: 19
Rep Power: 7
irys is on a distinguished road
hallo habe gleiches problem und hie mein index_catbit

sorry hat sich erl.

Last edited by irys : 20.04.2006 at 21:28.
Reply With Quote
  #12 (permalink)  
Old 21.04.2006, 09:42
Aufsteigender Benutzer
 
Join Date: 02.2006
Posts: 332
Rep Power: 7
Rahner is on a distinguished road
Quote:
Originally Posted by Christian
Nimm dieses.

Code:
<if($depth == 1)> 
<then> 
</table> 
     </div> 
</div> 
<div class="c_border_bottombg"> 
      <div class="c_border_bottom_left"> 
      <div class="c_border_bottom-right"> 
      </div> 
      </div> 
</div> 
<div style="padding-top:5px;"></div> 
<div class="forbg"> 

            <div class="forr"> 
<if($show_hide == 1)><then><a style="float:left;" 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 style="float:left;" href="$current_url"><img src="{$style['imagefolder']}/plus.gif" border="0" alt="{$LANG_START_SHOWCAT}" title="{$LANG_START_SHOWCAT}" /></a></then></if></else></if> 
<div class="fortitel"  align="left"><div class="frl"><a href="board.php?boardid=$boards[boardid]&amp;sid=$session[hash]">$boards[title]</a></div></div> 
            </div> 
</div> 
<div class="c_border_left"> 
      <div class="c_border_right"> 

<if($show_hide!="1")><then> 

</then></if> 
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:100%" class="tableinborder"> 

<if($show_hide=="1")><then> 
<tr> 
  <td class="t_bg_left" width="3%"><span class="smallfont">&nbsp;</span></td> 
  <td class="t_bg"  align="left"><span class="fortb"><b>{$lang->items['LANG_START_BOARDS']}</b></span></td> 
  <td class="t_bg" align="center" width="60"><span class="fortb"><b>{$lang->items['LANG_START_POSTS']}</b></span></td> 
  <td class="t_bg" align="center" width="60"><span class="fortb"><b>{$lang->items['LANG_START_THREADS']}</b></span></td> 
  <td class="t_bg" align="center" nowrap="nowrap" width="280"><span class="fortb"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td> 
  <if($hide_modcell==0)><then><td class="t_bg_right"  width="150" align="center"><span class="fortb"><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">&nbsp;<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>&nbsp;</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">&nbsp;</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">&nbsp;<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>&nbsp;</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>

Das funktioniert [habe ich gesucht und gefunden] und sollte man evtl. im Download Paket korrigieren!
__________________
Reply With Quote
  #13 (permalink)  
Old 21.04.2006, 14:43
Neuer Benutzer
 
Join Date: 02.2006
Posts: 19
Rep Power: 7
irys is on a distinguished road
Code:
<td class="t_bg" align="center" nowrap="nowrap" width="280"><span class="fortb"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
Man braucht ja nur ststt 280 eine 300 drauss machen und das wars
Reply With Quote
  #14 (permalink)  
Old 21.04.2006, 20:10
Aufsteigender Benutzer
 
Join Date: 02.2006
Posts: 332
Rep Power: 7
Rahner is on a distinguished road
Das sieht aber nicht jeder sofort...
__________________
Reply With Quote
  #15 (permalink)  
Old 05.11.2006, 10:17
Neuer Benutzer
 
Join Date: 04.2006
Posts: 21
Rep Power: 7
~BD~CoZimO is on a distinguished road
Hallo Zusammen

Habe mal wieder das Problem das sich die Foren verschoben haben.


Hier meine index_catbit und dazu noch ein Screen http://www.bluedevils-clan.de/forum.JPG

Als Style nutzen wir den cyborg-darkblue wbb style

Code:
<?php
					/*
					templatepackid: 0
					templatename: index_catbit
					*/
					
					$this->templates['index_catbit']="\".((\$depth == 1)  
? (\" 
</table> 
     </div> 
</div> 
<div class=\\\"c_border_bottombg\\\"> 
      <div class=\\\"c_border_bottom_left\\\"> 
      <div class=\\\"c_border_bottom-right\\\"> 
      </div> 
      </div> 
</div> 
<div style=\\\"padding-top:5px;\\\"></div> 
<div class=\\\"forbg\\\"> 

            <div class=\\\"forr\\\"> 
\".((\$show_hide == 1) ? (\"<a style=\\\"float:left;\\\" href=\\\"\$current_url\\\"><img src=\\\"{\$style['imagefolder']}/minus.gif\\\" border=\\\"0\\\" alt=\\\"{\$LANG_START_DEACTIVATE_CAT}\\\" title=\\\"{\$LANG_START_DEACTIVATE_CAT}\\\" /></a>\") : (\"\".((\$show_hide == 2) ? (\"<a style=\\\"float:left;\\\" href=\\\"\$current_url\\\"><img src=\\\"{\$style['imagefolder']}/plus.gif\\\" border=\\\"0\\\" alt=\\\"{\$LANG_START_SHOWCAT}\\\" title=\\\"{\$LANG_START_SHOWCAT}\\\" /></a>\") : (\"\")).\"\")).\" 
<div class=\\\"fortitel\\\"  align=\\\"left\\\"><div class=\\\"frl\\\"><a href=\\\"board.php?boardid=\$boards[boardid]&amp;sid=\$session[hash]\\\">\$boards[title]</a></div></div> 
            </div> 
</div> 
<div class=\\\"c_border_left\\\"> 
      <div class=\\\"c_border_right\\\"> 

\".((\$show_hide!=\"1\") ? (\" 

\") : (\"\")).\" 
<table cellpadding=\\\"{\$style['tableincellpadding']}\\\" cellspacing=\\\"{\$style['tableincellspacing']}\\\" border=\\\"{\$style['tableinborder']}\\\" style=\\\"width:100%\\\" class=\\\"tableinborder\\\"> 

\".((\$show_hide==\"1\") ? (\" 
<tr> 
  <td class=\\\"t_bg_left\\\" width=\\\"3%\\\"><span class=\\\"smallfont\\\">&nbsp;</span></td> 
  <td class=\\\"t_bg\\\"  align=\\\"left\\\"><span class=\\\"fortb\\\"><b>{\$lang->items['LANG_START_BOARDS']}</b></span></td> 
  <td class=\\\"t_bg\\\" align=\\\"center\\\" width=\\\"60\\\"><span class=\\\"fortb\\\"><b>{\$lang->items['LANG_START_POSTS']}</b></span></td> 
  <td class=\\\"t_bg\\\" align=\\\"center\\\" width=\\\"60\\\"><span class=\\\"fortb\\\"><b>{\$lang->items['LANG_START_THREADS']}</b></span></td> 
  <td class=\\\"t_bg\\\" align=\\\"center\\\" nowrap=\\\"nowrap\\\" width=\\\"300\\\"><span class=\\\"fortb\\\"><b>{\$lang->items['LANG_START_LASTPOST']}</b></span></td> 
  \".((\$hide_modcell==0) ? (\"<td class=\\\"t_bg_right\\\"  width=\\\"150\\\" align=\\\"center\\\"><span class=\\\"fortb\\\"><b>{\$lang->items['LANG_START_MODERATORS']}</b></span></td>\") : (\"\")).\" 
</tr> 
\") : (\"\")).\" 
\")  
  : (\" 

  \".((\$depth == 2)  
   ? (\" 

<tr> 
<td class=\\\"tableb\\\" align=\\\"center\\\"><img src=\\\"{\$style['imagefolder']}/\$onoff.gif\\\" alt=\\\"\\\" title=\\\"\\\" border=\\\"0\\\" /></td> 
<td class=\\\"tablecat\\\" colspan=\\\"\".((\$hide_modcell==0) ? (\"5\") : (\"4\")).\"\\\" align=\\\"left\\\"><table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\"> 
  <tr class=\\\"tablecat_fc\\\"> 
   <td><span class=\\\"normalfont\\\">&nbsp;\".((\$show_hide == 1) ? (\"<a href=\\\"\$current_url\\\"><img src=\\\"{\$style['imagefolder']}/minus.gif\\\" border=\\\"0\\\" alt=\\\"{\$LANG_START_DEACTIVATE_CAT}\\\" title=\\\"{\$LANG_START_DEACTIVATE_CAT}\\\" /></a>\") : (\"\".((\$show_hide == 2) ? (\"<a href=\\\"\$current_url\\\"><img src=\\\"{\$style['imagefolder']}/plus.gif\\\" border=\\\"0\\\" alt=\\\"{\$LANG_START_SHOWCAT}\\\" title=\\\"{\$LANG_START_SHOWCAT}\\\" /></a>\") : (\"\")).\"\")).\"&nbsp;</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\\\">\".((\$boards['description']!=\"\") ? (\"<br />\$boards[description]\") : (\"\")).\"\".((\$subboardbit!=\"\") ? (\"<br />{\$lang->items['LANG_START_INCLUSIVE']} \$subboardbit\") : (\"\")).\"</span></td> 
  </tr> 
</table></td> 
</tr> 

\")  

  : (\" 

<tr> 
<td class=\\\"tableb\\\" align=\\\"center\\\">&nbsp;</td> 
<td class=\\\"tablecat\\\" colspan=\\\"\".((\$hide_modcell==0) ? (\"5\") : (\"4\")).\"\\\" 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\\\">&nbsp;\".((\$show_hide == 1) ? (\"<a href=\\\"\$current_url\\\"><img src=\\\"{\$style['imagefolder']}/minus.gif\\\" border=\\\"0\\\" alt=\\\"{\$LANG_START_DEACTIVATE_CAT}\\\" title=\\\"{\$LANG_START_DEACTIVATE_CAT}\\\" /></a>\") : (\"\".((\$show_hide == 2) ? (\"<a href=\\\"\$current_url\\\"><img src=\\\"{\$style['imagefolder']}/plus.gif\\\" border=\\\"0\\\" alt=\\\"{\$LANG_START_SHOWCAT}\\\" title=\\\"{\$LANG_START_SHOWCAT}\\\" /></a>\") : (\"\")).\"\")).\"&nbsp;</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\\\">\".((\$boards['description']!=\"\") ? (\"<br />\$boards[description]\") : (\"\")).\"\".((\$subboardbit!=\"\") ? (\"<br />{\$lang->items['LANG_START_INCLUSIVE']} \$subboardbit\") : (\"\")).\"</span></td> 
   </tr> 
  </table> 
</td> 
</tr> 


\") 
  ).\" 

  \") 
).\"";
					?>
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Styleproblem bei vbindex, vbarcade und allen anderen "Eigenen Templates" Vic123 Allg. vB Support 4 17.11.2004 21:19
Höhe der "Forum | Topic | Letzter Beitrag ..."-Zeile Grey_Dream (phpBB2) ändern Adam Allg. phpBB Support 1 04.11.2004 18:28
Fehler beim "Einlog" fenster vom Vision Template... Gerrit-Pascal Allg. phpBB Support 9 29.10.2004 17:02
[Allg. NEWS] "FAZ": Ab 1. Januar 2007 werden Computer gebührenpflichtig Snyper Offtopic 4 22.09.2004 21:14
Buttons wie "PN", "eMail" und "Buddy" an jedes Posting hängen? wu-wolle Allg. vB Support 14 07.06.2004 19:35


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS