PDA

View Full Version : Simple showthread.php


Oyadus
06-23-2008, 02:16 AM
Hi there.

I'd like to create a simplified version of "showthread.php" but I'd like the style to be built into the actual .php file, rather than implemented via the vBulletin styles manager.

Here's what I'd like the end result to look like (Dreamweaver screenshot):

http://img126.imageshack.us/img126/7996/showthreadfm1.jpg

I'm wondering two things - 1 - variable names required and how to tell the page what they are/where they go; and 2 - what "include" code to insert at the top of the page so that bbcode, images etc all show.

Any help would be HUGELY appreciated. Thanks!

(For those wondering, I'll be wrapping vBAdvanced around this page and it'll be used to show news content and general articles.)

Dismounted
06-23-2008, 06:31 AM
Query the database to fetch thread data - that's pretty much all you need.

Or just replicate the archive.

Oyadus
06-23-2008, 10:11 AM
Thanks. Are you able to assist any further?

Dismounted
06-23-2008, 12:33 PM
What do you want to know?