I have a setting field set up like this:
Now this $message is used as {$message} inside of one of the templates.
I want to allow HTML in $message, but when I try adding it it deletes the entire template. Please help
$dp_5 = array(
"sid" => "NULL",
"name" => "dp_message",
"title" => "Message",
"description" => "This is the Message (HTML Permitted)",
"optionscode" => "textarea",
"value" => "Lorem Ipsum.",
"disporder" => "5",
"gid" => intval($gid),
);
$db->insert_query("settings", $dp_5);
Then on a different file, I have:$message = $mybb->settings['dp_message'];
Now this $message is used as {$message} inside of one of the templates.
I want to allow HTML in $message, but when I try adding it it deletes the entire template. Please help
Need web hosting? Try MyBBWebHost!
#1 for Running MyBB Communities
The world's only premium web host dedicated to MyBB forums.
#1 for Running MyBB Communities
The world's only premium web host dedicated to MyBB forums.