Problem mit tplcond Script - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html) +--- Thema: Problem mit tplcond Script (/thread-27130.html) |
Problem mit tplcond Script - 1n9i9c7om - 22.12.2012 Hey, Ich habe ein Problem mit folgendem Script: PHP-Code: <if !in_array($thread['fid'], array(16, 17, 18, 21, 23, 24)) then>{$post['button_quote']}{$post['button_multiquote']}</if> Wenn ich dieses Script in ein Template einfüge (hab Template Conditionals installiert) erscheint immer folgende Fehlermeldung: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in ********/inc/functions_post.php(645) : eval()'d code on line 60 Ist an dem Code irgendetwas falsch? RE: Problem mit tplcond Script - Jockl - 22.12.2012 Wenn ich den o.a. Code bei mir eingebe, erhalte ich keine Fehlermeldung. Bist Du Dir sicher, dass Du den Code genauso im Template eingetragen hast? RE: Problem mit tplcond Script - 1n9i9c7om - 22.12.2012 Ja, bin ich. Allerdings hatte ich die ganze Zeit schon komische Probleme mit der functions_post.php - zum Beispiel das ne Funktion von nem Plugin bei jedem Funktioniert, nur bei mir nicht. Wobei genau dass der Grund ist, warum ich diese "Notlösung" überhaupt brauche - Weil bei Megaleechers Hide-Plugin bei mir im Zitat nichts versteckt wird. Wenn ich mich richtig erinnere hat der Hook dafür auch was mit functions_post.php zu tun. :S RE: Problem mit tplcond Script - Jockl - 22.12.2012 Wie ist denn Deine Foren-URL? |