PDA

View Full Version : displaying large numbers of custom pages in vb


hoosierdoc
08-24-2012, 12:42 AM
I want to list a series of images and post some commentary. The pages will all be identical except for a filename (used to display image), a title, and a comment field. This is all stored in a mysql database and using asp I just feed it an ID#, grab the info and display it. Two pages will post an unlimited amount of information.

How can I do this in VB? I am hoping to condense the whole site to run within a vb template which is why I want to do this. Worst case I could make a mini template for each individual item but that would get crazy.

I'd appreciate your thoughts!

Simon Lloyd
08-24-2012, 03:35 AM
Just create your own vb page and call the info in with php, so just placing the php variable would be nough to display your info but you're going to have to write the html for the layout :)

--------------- Added 1345786860 at 1345786860 ---------------

You might want to check this post out https://www.vbulletin.com/forum/showthread.php/335501-Need-to-change-fetch_template-lines-and-need-help it should help you do what you want with minimum fuss :)