Log in

View Full Version : custom pages


RoconzaArt
03-14-2011, 11:56 PM
I tried to make a custom page for news and stuff but I got this error:

Fatal error: Call to undefined function bbconvert() in /home/a6757930/public_html/adoptables/pages.php on line 21

fadillzzz
03-14-2011, 11:58 PM
Add this line to your pages.php

include("inc/bbcode.php");

just right after this

include("inc/functions.php");

RoconzaArt
03-15-2011, 12:10 AM
Yep that did the trick thanks fadillzzz.