html / mybb in CPF - textarea - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Installation/Aktualisierung (https://www.mybb.de/forum/forum-53.html) +---- Thema: html / mybb in CPF - textarea (/thread-10293.html) |
html / mybb in CPF - textarea - MH_Razen - 09.08.2008 https://www.mybb.de/forum/thread-1640-page-1.html Ich hab diese technik verwendet um in MyBB 1.2.13 html und bb in textareas zuzulassen - scheint jetzt nichtmehr zu funktionieren - wo liegt das problem? --- hab mit hilfe von nem freund das so editiert: if($ stomfield['type'] == "textarea") { $ stomfieldval = require_once "inc/class_parser.php"; $parser = new postParser; $parser_options = array( "allow_html" => "yes", "allow_mycode" => "yes", "allow_smilies" => "yes", "allow_imgcode" => "yes" ); aber jetzt kommen nur noch einsen anstelle von inhalt... http://www2.lf-empire.de/forum/member.php?action=profile&uid=17 RE: html / mybb in CPF - textarea - Michael - 09.08.2008 Wenn der gepostete Code der ist, denn du eingefügt hast, dann passiert gar nichts. Guck nochmal nach, ob das alle Änderungen sind. RE: html / mybb in CPF - textarea - MH_Razen - 09.08.2008 dann stehen wir etz beide auf der leitung und wissen nicht weiter - wie kann man das einstellen? und ps: wir ham if($ stomfield['type'] == "textarea") { $ stomfieldval = nl2br(htmlspecialchars_uni($userfields[$field])); } mit dem obigen ersetzt... RE: html / mybb in CPF - textarea - Michael - 09.08.2008 Probiers mal damit: https://www.mybb.de/forum/thread-1640-post-34129.html#pid34129 RE: html / mybb in CPF - textarea - MH_Razen - 09.08.2008 hab ich obn schon geschrieben dass ich das getestet hab - hier die datei die ich grad nehmen und ein beispiel dafür dass es nicht funzt... http://www2.lf-empire.de/forum/member.php?action=profile&uid=17 RE: html / mybb in CPF - textarea - Michael - 09.08.2008 Ersetze yes bitte durch 1 und versuchs nochmal. RE: html / mybb in CPF - textarea - MH_Razen - 09.08.2008 Mybb 1.4 - [img] code in Textareas (Custom Profil FIeld) 1. Download member.php (forum default ordner) 2. Suche nach diesem Code: PHP-Code: if($customfield['type'] == "textarea") 3. Ersetze ihn durch diesen Code: PHP-Code: if($customfield['type'] == "textarea") 4. member.php wieder hochladen und fertig Danke an Michael ^_^ |