View Single Post
  #9  
Old 03-21-2011, 11:19 AM
ChibiMaestro ChibiMaestro is offline
bruh
 
Join Date: Nov 2010
Location: United Kingdom
Posts: 300
Gender: Female
Credits: 70,374
ChibiMaestro is on a distinguished road
Default

I have no idea about the pound page but:

Quote:
EDIT: Fourth - I am having trouble when I do things like Rat's or something. It turns out Rat\'s. This is happening everywhere, can I stop it, or do I have to go back and edit everything? (don't think I can, I did some in the descriptions of rats...)
Where does it show that? o-o I fixed mine :)

What you do is put this code in:
Code:
$article_content = stripslashes($article_content);
E.g. place that code under
Code:
$article_content = bbconvert($article_content); // BBCODE conversion

$article_content = nl2br($article_content); // New line breaks
in pages.php, and then you may want to add that code to index.php & tos.php too :)
__________________
Regards,
...the CSS lovin' cookie monster...

~C.Maestro
___________________
I'd like to think I'm good at CSS&HTML, so if you need help with designing templates and stuff, feel free to 'come at me bro' with the questions. Haha, also if you need help with installing the Mysidia Adoptables Script, please check out my guide here!
Reply With Quote