09.08.2008, 00:24
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.ph...ile&uid=17
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.ph...ile&uid=17