Log in

View Full Version : How can I grab `post`.`pagetext` data and display as seen is `postparsed`?


bobjones
03-21-2008, 05:27 PM
Hello,

I am experienced PHP/MySQL developer, with little vB experience.

I would like to display a thread's comments on my own "detail" page.

`postparsed` seems to only keep a small amount of data for whatever reason.

How can I display the parsed post information? does vB have a wrapper function I can pass the blah blah data into and return the HTML div data as seen in the `postparsed` table?

-Thanks!

King Kovifor
03-21-2008, 05:55 PM
Use the BBCode class (class_bbcode.php I believe). ;) I am not sure of the actual functions but you can look at the vB dev documentation to learn about it. But it does everything for you.

bobjones
03-21-2008, 06:13 PM
sweet. thanks!