Hitman 25 Posted March 21, 2010 Posted March 21, 2010 Hey, im looking for a newspaper where u can use bbcodes in it. please post it up here or pm. thanks hitman 25 Quote
Jordan Palmer Posted March 22, 2010 Posted March 22, 2010 Cronus has released this as a paid modification.. Quote
Hitman 25 Posted March 22, 2010 Author Posted March 22, 2010 cronus im probably going to buy it thanks jordan Quote
Nicholas Posted March 23, 2010 Posted March 23, 2010 wouldnt just adding include "bbcode_engine.php"; under include "globals.php"; make the newspaper bbcode enabled? also changing the code bit where the newspaper text appears when created one, for example, if it was... {$_POST['paperad']} change it into '.nl2br($bbc->bbcode_parse($_POST['paperad'])).' or ".nl2br($bbc->bbcode_parse($_POST['paperad']))." Quote
Jordan Palmer Posted March 23, 2010 Posted March 23, 2010 wouldnt just adding include "bbcode_engine.php"; under include "globals.php"; make the newspaper bbcode enabled? also changing the code bit where the newspaper text appears when created one, for example, if it was... {$_POST['paperad']} change it into '.nl2br($bbc->bbcode_parse($_POST['paperad'])).' or ".nl2br($bbc->bbcode_parse($_POST['paperad']))." A) it all depends on the bbcode system you're using. Some require the file, Some require the whole file to be pasted in b) Cronus paper has alot off different sections so for $10 you're saving yourself coding a whole new paper :P Quote
Danny696 Posted March 23, 2010 Posted March 23, 2010 one, $bbc->bbcode_parse is from mtg's bbcode paser, and two, including the bbcode_engine.php, will make $bbc->bbcode_parse invalid. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.