bitte brauche hilfe

Bulo
Ich bräuchte wirklich habe schon bei mywbb gefragt dort konnte mir keiner helfen undzwar geht es darum das ich vor kurzem mir Die erweiterten bbcodes eingebaut habe dann hatte ich noch einen extra bbcode eingebaut undzwar den der einen Media Player in den beitrag mit einfügt dazu mußte ich übers ACP die SQL datei importieren die dabei war nun hatte ich aber außeversehen nicht die SQL datei importiert sondern die Anleitung zu dem hack ...ja ich weiß Versagt wirklich dumm nunja das was ich dann sah als ich dachte das ich den hack fertig eingebaut habe das war das ich wenn ich auf " Neues theme" klickte sah ich keine bbcodes sondern die anleitung siehe BILD also was hab ich als nächtes gemacht ? Ich bin unter templates bearbeiten gegangen und habe aus der bbcode_buttons.tpl die anleitung entfernt und die ersetzt mit der bbcode_buttons.tpl von dem erweiterten bcode hack nun ist das so das es zwar wieder vernüftig aussieht aber jedesmal wenn ich ein neues thema erstellen möchte steht unten links im browser auf das symbol vom IE das ein fehler vorhanden ist wer kann mir sagen wie ich den fehler weg mache oder wer hätte lust wenn ich ihm meine zugangsdaten gebe selber mal nachzuschauen ??

Wäre euch wirklich dankbar wenn ihr mir helfen könntet

Mit freundlichem gruß

manuel

PS: meine domain ist www.trfb.de.vu
_pat_
poste mal bitte den inhalt des templates "bbcode_buttons" bitte smile
Bulo
da isser großes Grinsen

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:
<table cellspacing="0" cellpadding="0">
 <tr>
  <td align="left" colspan="3"><span class="smallfont">
   <input type="radio" name="mode" value="0" title="{$lang->items['LANG_POSTINGS_BBCODE_MODE_0']} (alt+n)" accesskey="n" onclick="setmode(this.value)" $modechecked[0] />
   {$lang->items['LANG_POSTINGS_BBCODE_MODE_0']}
   <input type="radio" name="mode" value="1" title="{$lang->items['LANG_POSTINGS_BBCODE_MODE_1']} (alt+e)" accesskey="e" onclick="setmode(this.value)" $modechecked[1] />
   {$lang->items['LANG_POSTINGS_BBCODE_MODE_1']}
  </span></td>
 </tr>
 <tr>
  <td><select id="fontselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'FONT')">
    <option value="0">FONT</option>
    $bbcode_fontbits
   </select
   ><select id="sizeselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'SIZE')">
    <option value="0">SIZE</option>
    $bbcode_sizebits
   </select
   ><select id="colorselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'COLOR')">
    <option value="0">COLOR</option>
    $bbcode_colorbits
   </select>
<br /><select id="colorselect" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'GLOW')">
    <option value="0">GLOW</option>
    $bbcode_colorbits
   </select><select id="colorselect0" 
    onchange="fontformat(this.form,this.options[this.selectedIndex].value,'span')">
    <option value="0">MARKIEREN</option>
    $bbcode_colorbits
   </select>
  </td>
  <td>&nbsp;</td>
  <td rowspan="8"><table>
 <tr class="smallfont">
  <td align="left"><input class="input" type="button" value=" x " accesskey="c" title="{$lang->items['LANG_POSTINGS_BBCODE_CLOSE_CURRENT_TAG']} (alt+c)" style="color:red; font-weight:bold" onclick="closetag(this.form)" /> {$lang->items['LANG_POSTINGS_BBCODE_CLOSE_CURRENT_TAG']}</td>
 </tr>
 <tr class="smallfont">
  <td align="left"><input class="input" type="button" value=" x " accesskey="x" title="{$lang->items['LANG_POSTINGS_BBCODE_CLOSE_ALL_TAGS']} (alt+x)" style="color:red; font-weight:bold" onclick="closeall(this.form)" /> {$lang->items['LANG_POSTINGS_BBCODE_CLOSE_ALL_TAGS']}</td>
 </tr>
</table></td>
 </tr>
 <tr>
  <td align="center" colspan="2">
<img src="{$style['imagefolder']}/bbcode_bold.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BOLD']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BOLD']}" border="0" onclick="bbcode(document.bbform,'B','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_italic.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_ITALIC']}" title="{$lang->items['LANG_POSTINGS_BBCODE_ITALIC']}" border="0" onclick="bbcode(document.bbform,'I','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_underline.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_UNDERLINE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_UNDERLINE']}" border="0" onclick="bbcode(document.bbform,'U','')" onmouseover="this.style.cursor='hand';" />
<img src="{$style['imagefolder']}/bbcode_justify.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BLOCKSATZ']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BLOCKSATZ']}" border="0" onclick="flash(document.bbform,'block')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_center.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_CENTER']}" title="{$lang->items['LANG_POSTINGS_BBCODE_CENTER']}" border="0" onclick="bbcode(document.bbform,'CENTER','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_left.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_LINKSBUENDIG']}" title="{$lang->items['LANG_POSTINGS_BBCODE_LINKSBUENDIG']}" border="0" onclick="flash(document.bbform,'left')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_right.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_RECHTSBUENDIG']}" title="{$lang->items['LANG_POSTINGS_BBCODE_RECHTSBUENDIG']}" border="0" onclick="flash(document.bbform,'right')" onmouseover="this.style.cursor='hand';" />
<img src="{$style['imagefolder']}/bbcode_marquee.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_LAUFSCHRIFT']}" title="{$lang->items['LANG_POSTINGS_BBCODE_LAUFSCHRIFT']}" border="0" onclick="flash(document.bbform,'marquee')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_schreib.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_SCHREIBMACHINE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_SCHREIBMACHINE']}" border="0" onclick="flash(document.bbform,'tt')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_blur.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BLUR']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BLUR']}" border="0" onclick="flash(document.bbform,'bt')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_schatten.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_SCHATTEN']}" title="{$lang->items['LANG_POSTINGS_BBCODE_SCHATTEN']}" border="0" onclick="flash(document.bbform,'s')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_durch.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_DURCHSTRICHEN']}" title="{$lang->items['LANG_POSTINGS_BBCODE_DURCHSTRICHEN']}" border="0" onclick="flash(document.bbform,'d')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_blink.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_BLINK']}" title="{$lang->items['LANG_POSTINGS_BBCODE_BLINK']}" border="0" onclick="flash(document.bbform,'blink')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_wave.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_WELLE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_WELLE']}" border="0" onclick="flash(document.bbform,'wave')" onmouseover="this.style.cursor='hand';" />
  </td>
  </tr>
<tr>
  <td align="center" colspan="2">
<img src="{$style['imagefolder']}/bbcode_flash.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_FLASH']}" title="{$lang->items['LANG_POSTINGS_BBCODE_FLASH']}" border="0" onclick="flash(document.bbform,'flash')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_image.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_IMAGE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_IMAGE']}" border="0" onclick="bbcode(document.bbform,'IMG','http://')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_nimg.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_NEGATIV']}" title="{$lang->items['LANG_POSTINGS_BBCODE_NEGATIV']}" border="0" onclick="flash(document.bbform,'nimg')" onmouseover="this.style.cursor='hand';" />
<img src="{$style['imagefolder']}/bbcode_tief.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_TIEFGESTELLT']}" title="{$lang->items['LANG_POSTINGS_BBCODE_TIEFGESTELLT']}" border="0" onclick="flash(document.bbform,'sub')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_hoch.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_HOCHGESTELLT']}" title="{$lang->items['LANG_POSTINGS_BBCODE_HOCHGESTELLT']}" border="0" onclick="flash(document.bbform,'sup')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_list.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_LIST']}" title="{$lang->items['LANG_POSTINGS_BBCODE_LIST']}" border="0" onclick="dolist(document.bbform)" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_code.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_CODE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_CODE']}" border="0" onclick="bbcode(document.bbform,'CODE','')" onmouseover="this.style.cursor='hand';" />
<img src="{$style['imagefolder']}/bbcode_php.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_PHP']}" title="{$lang->items['LANG_POSTINGS_BBCODE_PHP']}" border="0" onclick="bbcode(document.bbform,'PHP','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_url.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_URL']}" title="{$lang->items['LANG_POSTINGS_BBCODE_URL']}" border="0" onclick="namedlink(document.bbform,'URL')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_email.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_EMAIL']}" title="{$lang->items['LANG_POSTINGS_BBCODE_EMAIL']}" border="0" onclick="namedlink(document.bbform,'EMAIL')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_quote.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_QUOTE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_QUOTE']}" border="0" onclick="bbcode(document.bbform,'QUOTE','')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_ftp.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_FTP']}" title="{$lang->items['LANG_POSTINGS_BBCODE_FTP']}" border="0" onclick="ftpserver(document.bbform,'ftp')" onmouseover="this.style.cursor='hand';" /><a href="misc.php?sid=$session[hash]&action=bbcode" target="_blank"><img src="{$style['imagefolder']}/bbcode_help.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_HILFE']}" title="{$lang->items['LANG_POSTINGS_BBCODE_HILFE']}" border="0" /></a>
  </td>
  </tr>
<tr>
  <td align="left" colspan="2">
<img src="{$style['imagefolder']}/bbcode_esel.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_ESEL']}" title="{$lang->items['LANG_POSTINGS_BBCODE_ESEL']}" border="0" onclick="ed2kserver(document.bbform,'ed2k')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_smilie.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_SCHILD']}" title="{$lang->items['LANG_POSTINGS_BBCODE_SCHILD']}" border="0" onclick="schild(document.bbform,'schild')" onmouseover="this.style.cursor='hand';" /><img src="{$style['imagefolder']}/bbcode_denk.gif" alt="{$lang->items['LANG_POSTINGS_BBCODE_DENK']}" title="{$lang->items['LANG_POSTINGS_BBCODE_DENK']}" border="0" onclick="denkblase(document.bbform,'denk')" onmouseover="this.style.cursor='hand';" />
 </td>
  </tr>
</table>
_pat_
die is ok. schon mal probiert die sql-datei erneut in deine datenbank zu dudeln? kannste die au mal hier anhängen oder posten?
Bulo
kann ich dir die zugangsdaten geben und du schaust selber mal weil ich kenn mich nicht allzugut damit aus nicht das wir dann aneinander vorbei reden smile
_pat_
schick mir die daten mal per PN (vertraulichkeit ist selbstverständlich oberstes gebot)
Bulo
okay hast die daten :-)
_pat_
danke (s. PN).

leider konnte ich das problem nicht lösen. sollte jemand noch eine idee haben bitte posten.
Bulo
danke für deine bemühung großes Grinsen