The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Parse bbcode/clean_gpc.
I've been trying to do it this way but it keeps telling me I'm using clean_gpc wrong.
Code:
<?php chdir("../"); require_once('./global.php'); require_once('./includes/class_bbcode.php'); $input->clean_gpc('p', $_POST['article'], TYPE_STR); $bbcode_parser =& new vB_BbCodeParser($GLOBALS['vbulletin'], fetch_tag_list(),false); echo $bbcode_parser->do_parse($GPC['article']); ?> Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|