fehler nach Shoutbox einbau

Bulo
abe die megashoutbox eingebaut und konnte danach zwar mein Forum betreten aber nicht mehr die kategorien hab mal nen bild angehängt.

könnte mir jemand sagen wie ich den fehler beheben kann
mkkcs
mmh, ist das nur in dem Style, oder im wbb-standard auch?
ich hab gesehen das tritt nur auf wenn man in ein board geht!
nicht wenn man in eine Kategoerie!!!

also sag ich jetzt erstmal, da stimmt was nicht mit dem board-Template was nicht !!

was genau, kann man nicht schreiben, außer das da irgendwas mit einem ] nicht stimmt, das soll soviel heißen , das ein ] zuviel oder zuwenig da ist, oder der Fehler vor dem ] oder dahinter !!!

hat der Style selber eine mit geliefertes board-template gehabt ?

hattest Du Änderungen an dem board-template irgendwann mal gemacht??
Bulo
traurig ja genau aber bei dem standard style passiert das auch
der style hat keine board tpl !!!

habe aber auch nichts in der standard board tpl was verändert nur in der index.tpl tvon dem style und habe von der megashoutbox die .tpl hochgeladen und gecacht und da stand was von ich sollte die datei die in dem extra odrdner vom wbb 2.3 drin hochladen und cachen also die acp_tpl.php
mkkcs
mmh, das ist aber komisch, da beim einbau der shoutbox überhaupt diese betroffene Dateien nicht angefasst werden !

versuch dies dochmal

Templates bearbeiten
im Standardstemplates
Template - board
editieren und auf board_bak umbennen und speichern.
>abbrechen<

neues Template
Name: board

und folgenden code einfügen
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:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | $board[title]</title>
$headinclude

<if($pages>1)>
<then>
<link rel="first" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=1{$SID_ARG_2ND}" />
<link rel="last" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=$pages{$SID_ARG_2ND}" />

<if($pages>$page)><then><link rel="next" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=$page+1{$SID_ARG_2ND}" /></then></if>
<if($page>1)><then><link rel="prev" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=$page-1{$SID_ARG_2ND}" /></then></if>

</then>
</if>

<script type="text/javascript">
<!--
function who(threadid) {
 window.open("misc.php?action=whoposted&threadid="+threadid+"{$SID_ARG_2ND_UN}", "moo", "toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300");
}
//-->
</script>
</head>

<body>
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
   <tr class="tablea_fc">
    <td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a>$navbar</b></span></td>
    <td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
   </tr>
  </table></td>
 </tr>
 <tr>
  <td class="tabletitle"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
   <tr class="tabletitle_fc">
    <td align="left"><span class="smallfont"><if(isset($moderatorbit))><then>({$lang->items['LANG_BOARD_MODERATED_BY']} $moderatorbit)</then></if></span></td>
    <td align="right" valign="top"><span class="smallfont"><a href="usercp.php?action=addsubscription&amp;boardid=$boardid{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_ADD_FAVORITES']}</a> | <a href="markread.php?boardid=$boardid{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_MARKREAD']}</a></span></td>
   </tr>
  </table></td>
 </tr>
</table>

<if(isset($boardbit) && $boardbit)>
 <then>
  <br />
  <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
   <tr class="smallfont" align="center">
    <td class="tabletitle">&nbsp;</td>
    <td class="tabletitle" style="width:<if($hide_modcell==0)><then>80</then><else>100</else></if>%" align="left"><b>{$lang->items['LANG_START_BOARDS']}</b></td>
    <td class="tabletitle"><b>{$lang->items['LANG_START_POSTS']}</b></td>
    <td class="tabletitle"><b>{$lang->items['LANG_START_THREADS']}</b></td>
    <td class="tabletitle" nowrap="nowrap"><b>{$lang->items['LANG_START_LASTPOST']}</b></td>
    <if($hide_modcell==0)><then><td class="tabletitle" style="width:20%"><b>{$lang->items['LANG_START_MODERATORS']}</b></td></then></if>
   </tr>
   $boardbit
  </table>
 </then>
</if>

<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="left"><span class="smallfont"><if($useronlinebit!="")><then>($useronlinebit)</then><else>&nbsp;</else></if></span></td>
  <td align="right" valign="bottom">$newthread</td>
 </tr>
</table>

<if($threadbit1!="" || $threadbit2!="")>
 <then>
 <form method="get" action="board.php">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr align="center" class="smallfont">
  <td class="tabletitle" colspan="3"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=topic&amp;sortorder=<if($sortfield == 'topic' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_THREAD']}</a></b> <if($sortfield == 'topic')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=replycount&amp;sortorder=<if($sortfield == 'replycount' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_REPLIES']}</a></b> <if($sortfield == 'replycount')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=starter&amp;sortorder=<if($sortfield == 'starter' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_AUTHOR']}</a></b> <if($sortfield == 'starter')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=views&amp;sortorder=<if($sortfield == 'views' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_VIEWS']}</a></b> <if($sortfield == 'views')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <if($board['allowratings']==1)><then><td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=vote&amp;sortorder=<if($sortfield == 'vote' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_RATING']}</a></b> <if($sortfield == 'vote')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td></then></if>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=lastposttime&amp;sortorder=<if($sortfield == 'lastposttime' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_LASTPOST']}</a></b> <if($sortfield == 'lastposttime')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
 </tr>
 
 <if($splithreadbit==1 && $threadbit1!="" && $threadbit2!="")>
  <then>
   <tr>
    <td align="left" class="tablecat" colspan="<if($board['allowratings']==1)><then>8</then><else>7</else></if>"><span class="normalfont"><b>{$lang->items['LANG_BOARD_IMPORTANT_THREADS']}</b></span></td>
   </tr>
  </then>
 </if>
 
 $threadbit1
 
 <if($splithreadbit==1 && $threadbit2!="" && $threadbit1!="")>
  <then>
   <tr>
    <td align="left" class="tablecat" colspan="<if($board['allowratings']==1)><then>8</then><else>7</else></if>"><span class="normalfont"><b>{$lang->items['LANG_BOARD_THREADS']}</b></span></td>
   </tr>
  </then>
 </if>
 
 $threadbit2
 <tr>
  <td class="tableb" colspan="<if($board['allowratings']==1)><then>8</then><else>7</else></if>" align="center">
   <input type="hidden" name="page" value="$page" />
   <input type="hidden" name="boardid" value="$boardid" />
   <input type="hidden" name="sid" value="$session[hash]" />
   <span class="normalfont">{$lang->items['LANG_BOARD_SORTOPTIONS']}
        <input src="{$style['imagefolder']}/go.gif" type="image" /></span></td>
 </tr>
</table>
 </form>
 </then>
 <else>
 
<form method="get" action="board.php" name="dform">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea" colspan="8" align="center"><span class="normalfont">{$lang->items['LANG_BOARD_NOTHREADS']}</span></td>
 </tr>
</table>
<input type="hidden" name="boardid" value="$boardid" />
 <input type="hidden" name="sid" value="$session[hash]" />
 </form>
 
 </else>
</if>

<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="left" valign="top"><span class="smallfont">$pagelink</span></td>
  <td align="right" valign="top">$newthread</td>
 </tr>
 <tr>
  <if(checkpermissions("can_use_search")==1)>
   <then>
    <td align="left" valign="top">
    <form action="search.php" method="post">
    <input type="hidden" name="sid" value="$session[hash]" />
    <input type="hidden" name="topiconly" value="0" />
    <input type="hidden" name="showposts" value="0" />
    <input type="hidden" name="beforeafter" value="after" />
    <input type="hidden" name="searchdate" value="0" />
    <input type="hidden" name="sortorder" value="desc" />
    <input type="hidden" name="sortby" value="lastpost" />
    <input type="hidden" name="send" value="send" />
    <input type="hidden" name="boardids[]" value="$boardid" />
    <span class="smallfont"><b>{$lang->items['LANG_BOARD_SEARCH']}<br /><input class="input" type="text" name="searchstring" value="" /> <input src="{$style['imagefolder']}/go.gif" type="image" /></b></span>
    </form></td>
   </then>
   <else><td></td></else>
  </if> 
  <td valign="top" align="right">$boardjump</td>
 </tr>
 </table>
<table align="center">
 <tr align="left">
  <td><span class="smallfont"><img src="{$style['imagefolder']}/newfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_NEWFOLDER']}</b></span></td>
  <td><span class="smallfont">(&nbsp;<img src="{$style['imagefolder']}/newhotfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_NEWHOTFOLDER']}</span></td>
  <td><span class="smallfont"><img src="{$style['imagefolder']}/lockfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_LOCKFOLDER']}</b></span></td>
 </tr>
 <tr align="left">
  <td><span class="smallfont"><img src="{$style['imagefolder']}/folder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_FOLDER']}</b></span></td>
  <td><span class="smallfont">(&nbsp;<img src="{$style['imagefolder']}/hotfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_HOTFOLDER']}</span></td>
  <td><span class="smallfont"><img src="{$style['imagefolder']}/dotfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_DOTFOLDER']}</b></span></td>
 </tr>
</table>
$footer
</body>
</html>

>speichern<

und dann noch mal schauen ob es funktioniert.
Bulo
BOARRRRRRRRRR ey geschockt

Du bist mein neuer Held Irre


hehe affen mega geil

wahrnsinn *orden rüber reich *

Vielen vielen dank


*was hab ich den falsch gemacht ? *
mkkcs
Zitat:
Original von Bulo
BOARRRRRRRRRR ey geschockt

Du bist mein neuer Held Irre


hehe affen mega geil

wahrnsinn *orden rüber reich *

Vielen vielen dank


*was hab ich den falsch gemacht ? *


Danke, *Orden entgegennehm*

keine Ahnung was Du falsch gemacht hast, ich nehme mal an, das Du irgendwann mal das Template ab- oder unabsichtlich bearbeitet hast, und dabei irgendetwas gelöscht wurde, oder so !

und dabei hast Du das ganze Template zerschossen, das was ich Dir gegeben hab, iss nur das normal standard-Template ! Zunge raus