PDA

View Full Version : Rendering a post on a different page


SamLe
12-02-2014, 08:11 PM
Is there an internal function that makes it easy to render a vBulletin post on any page?

kh99
12-02-2014, 08:24 PM
There is a postbit class that you could probably use, but I don't know if you'd call it "easy". Probably the best thing to do is to look at showthread.php and see how it works (search for postbit_factory to find the section that renders posts).

SamLe
12-02-2014, 08:42 PM
There is a postbit class that you could probably use, but I don't know if you'd call it "easy". Probably the best thing to do is to look at showthread.php and see how it works (search for postbit_factory to find the section that renders posts).

Thanks. Now I know where to start.