The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need a full bbcode parser incl. smilies, will pay for it!
hi, i want to display some posts from my vb3 forum on an external page, this already works, but i dont know how to handle the bbcodes especially the smilies
can someone help me with this problem? ive tried a few free bbcode parser scripts, but none of them works fine (even not the smilies) can i use the vb3 bbcode engine or have someone the extracted script? i really need this code so i will pay for it, i hope someone can help me |
#2
|
|||
|
|||
Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); $variable = $parser->do_parse($variable,1, 1, 1, 1, 1); Code:
require_once('./global.php'); Code:
require_once('./includes/class_bbcode.php'); its what i used for my rules hack |
#3
|
|||
|
|||
thank you sooooo much!
is there any way to do you a favour? |
#4
|
|||
|
|||
thats up to you but im just here to help
|
#5
|
|||
|
|||
paypal account?
|
#6
|
|||
|
|||
Where is this part supposed to go?
Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); $variable = $parser->do_parse($variable,1, 1, 1, 1, 1); |
#7
|
|||
|
|||
That's the part that does the parsing, so put it wherever you need it (but it needs to be in php code that includes vBulletin's global.php).
|
#8
|
|||
|
|||
I just added that part to my external file, and its is working fine. I used BBcodes to align and resize images in posts. I am using my rss feed to feed the frontpage of my site with news stories. Thanks for everyone's help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|