#1 (permalink)  
Old 03.01.2006, 20:48
Benutzer
 
Join Date: 12.2005
Age: 30
Posts: 43
Rep Power: 7
Crystal82 is on a distinguished road
Send a message via ICQ to Crystal82
CyperHype Index
Bitte füllen Sie folgende Angaben möglichst vollständig aus.

Welcher Style: CyperHype WBB
Version der Forensoftware: 2.3.4
direkter Link zum Forum mit dem Problem/Fehler:

http://forum.yugioh-on-line.de/index.php

Beschreibung des Problems:

In der Index die Erste Kategorie oder auch die Zweite und die danach folgenden Kategorien werden falsch angezeigt???

Wo genau liegt der Fehler???
Reply With Quote
  #2 (permalink)  
Old 03.01.2006, 21:40
Rene
Gast
 
Posts: n/a
Quote:
Originally Posted by Crystal82
Bitte füllen Sie folgende Angaben möglichst vollständig aus.

Welcher Style: CyperHype WBB
Version der Forensoftware: 2.3.4
direkter Link zum Forum mit dem Problem/Fehler:

http://forum.yugioh-on-line.de/index.php

Beschreibung des Problems:

In der Index die Erste Kategorie oder auch die Zweite und die danach folgenden Kategorien werden falsch angezeigt???

Wo genau liegt der Fehler???

also ich kann bei dir da kein fehler feststellen oder was da falsch angezeigt wird??werd mal deutlicher bitte..mfg rene'
Reply With Quote
  #3 (permalink)  
Old 03.01.2006, 21:49
Benutzer
 
Join Date: 12.2005
Age: 30
Posts: 43
Rep Power: 7
Crystal82 is on a distinguished road
Send a message via ICQ to Crystal82
Schau mal hier den Fehler:

PS: FireFox vorschau!!

Reply With Quote
  #4 (permalink)  
Old 03.01.2006, 21:57
Rene
Gast
 
Posts: n/a
Quote:
Originally Posted by Crystal82
Schau mal hier den Fehler:

PS: FireFox vorschau!!

Das ist bei mir im FF auch so, solange da keine Themen geschrieben werden, siehe forum 1.. also kein Fehler

Edit: ich nehm alles zurück, hab nun mal Thema im forum 2 erstellt, du hast recht die spalten verschieben sich abwärts ab forum2 nach rechts, werde es Christian berichten.
Danke für den Bericht

Last edited by Christian : 04.01.2006 at 18:44.
Reply With Quote
  #5 (permalink)  
Old 03.01.2006, 22:01
Benutzer
 
Join Date: 12.2005
Age: 30
Posts: 43
Rep Power: 7
Crystal82 is on a distinguished road
Send a message via ICQ to Crystal82
Achso... gut danke dir für die INFO
Reply With Quote
  #6 (permalink)  
Old 03.01.2006, 23:36
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
erstell im Cyberhype Templatepack mal ein neues Template und nenn es index_boardbit und mit folgendem Inhalt:

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" width="60px"><span class="normalfont">$boards[postcount]</span></td>
 <td class="tablea" align="center" nowrap="nowrap" width="60px"><span class="normalfont">$boards[threadcount]</span></td>
 <td class="tableb" nowrap="nowrap" align="left" width="260px"><if($boards['threadcount']!=0)>
  
  <then>
   <if($showlastposttitle==1)>
    <then>
    
     <table border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
      <tr align="left" class="tableb_fc">
       <td nowrap="nowrap">&nbsp;&nbsp;$ViewPosticon&nbsp;</td>
       <td nowrap="nowrap"><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:100%">
      <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" 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>
Sag mal ob es dann geht.
__________________
Designer aus freier Wildbahn gesucht? Dann fang ihn ein!
Reply With Quote
  #7 (permalink)  
Old 03.01.2006, 23:42
Benutzer
 
Join Date: 12.2005
Age: 30
Posts: 43
Rep Power: 7
Crystal82 is on a distinguished road
Send a message via ICQ to Crystal82
Nein bleibt so bestehen
Reply With Quote
  #8 (permalink)  
Old 06.01.2006, 07:15
Benutzer
 
Join Date: 12.2004
Posts: 44
Rep Power: 8
Dark Man is on a distinguished road
Habe das gleiche Problem, auch bei den beiden Cyborg Styles. Habe schon einiges getestet bekomme das aber nicht hin. Im IE ist alles ok nur im Firefox nicht
Reply With Quote
  #9 (permalink)  
Old 06.01.2006, 14:51
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
So mal bitte das index_catbit Template mit folgendem ersetzen:

Code:
<if($depth == 1)>
 <then>
</table>
<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="forl">
            <div class="forr"> 
<if($show_hide == 1)><then><a style="float:right;padding:7px 22px 0 0;" href="$current_url"><img src="{$style['imagefolder']}/minus1.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:7px 22px 0 0;" href="$current_url"><img src="{$style['imagefolder']}/plus1.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>
<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="240"><span class="smallfont"><b>{$lang->items['LANG_START_LASTPOST']}</b></span></td>
  <if($hide_modcell==0)><then><td class="tabletitle"  width="120" 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
  #10 (permalink)  
Old 06.01.2006, 15:31
Benutzer
 
Join Date: 12.2004
Posts: 44
Rep Power: 8
Dark Man is on a distinguished road
Danke Christian hat wunderbar geklappt
Kannst mir die index_catbit auch noch den Cyborg geben?
Reply With Quote
  #11 (permalink)  
Old 06.01.2006, 16:10
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
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
Hm, wärst du so gut und machst ein neues Thema dazu auf, sonst komm ich mit den Bugfixes total durcheinander.
__________________
Meine kleinen Engel ... Die Rabauken ...
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
cyperhype effecte? Rene Photoshop 24 17.02.2009 12:09
CyperHype Umsetzungsproblem Crystal82 Photoshop 5 05.01.2006 07:27
Kauf von Cyperhype WBB Crystal82 Fragen vor dem Kauf 4 30.12.2005 19:29
index umändern riema77 Style- & Web Template Support 1 05.07.2005 09:28


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