View Single Post
  #2  
Old 04-30-2011, 10:42 AM
ChibiMaestro ChibiMaestro is offline
bruh
 
Join Date: Nov 2010
Location: United Kingdom
Posts: 300
Gender: Female
Credits: 70,346
ChibiMaestro is on a distinguished road
Default

4. Go to your template.html file and remove "⌈ :ARTICLETITLE: ⌋"
8. Account settings => There you can change the avatar URL (it blends in nicely :3)
10. Place
Code:
$article_content = stripslashes($article_content);
UNDER:
Code:
$article_content = bbconvert($article_content); // BBCODE conversion

$article_content = nl2br($article_content); // New line breaks
in pages.php, index.php and tos.php
__________________
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