2shae
12 Jul 2007, 14:03
Currently i use this code to extract posts from the forum db to place into a news page located in the forum directory
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
My question is though is their anyway to use the bbcode php file to parse the bbcodes that appear on this news page?
The news page is located at http://teentribes.com/forum/con.php?do=site
Sorry, i actually managed to find a piece of code after searching through loads of pages.
http://www.vbulletin.org/forum/showthread.php?t=149872&highlight=parse+bbcode+outside+forum
This should help anyone else who needs it, it works very well.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
My question is though is their anyway to use the bbcode php file to parse the bbcodes that appear on this news page?
The news page is located at http://teentribes.com/forum/con.php?do=site
Sorry, i actually managed to find a piece of code after searching through loads of pages.
http://www.vbulletin.org/forum/showthread.php?t=149872&highlight=parse+bbcode+outside+forum
This should help anyone else who needs it, it works very well.