Thread
:
HTML instead of BBCodes (Answered)
View Single Post
#
2
10-09-2009, 09:26 PM
BMR777
Member
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits:
16,744
RE: HTML instead of BBCodes
In admpost.php find all:
PHP Code:
$content
=
secure
(
$content
);
Replace with:
PHP Code:
$content
=
mysql_real_escape_string
(
$content
);
Replacing all of those will allow you to use HTML and BBCode. :)
BMR777
View Public Profile
Send a private message to BMR777
Find all posts by BMR777