PDA

View Full Version : Add Custom pages in Fourm


naseermughal
02-21-2006, 08:14 AM
i want to develop one webpage in which i want to show forum header (include username/password section, top menu etc.) and footer information, in between these two i want to show my custom data.

Lets say, my company information..., we add one link on the footer of the forum, now when user click on this, it will display the page... with all sessions and cookies data... this is becoz when i tried to make this, i can jump to the custom page without header and footer information, without userinformation...

Can anyone helpout in this regard.

Marco van Herwaarden
02-21-2006, 11:33 AM
Create a Template for your custom page. Include $header, $navbar and $footer, see existing vB templates on how to do this.

Now create a new php-file, include global.php, etc.. and fetch the templates.

You will find some examples in our Tutorial section, or have a look at some hacks here at vb.org.

ChuckH
02-21-2006, 03:30 PM
<a href="https://vborg.vbsupport.ru/showthread.php?p=482210#postid=482210" target="_blank">https://vborg.vbsupport.ru/showt...#postid=482210</a>

naseermughal
03-11-2006, 03:40 AM
Thanx

now i want to show records from database,

Lets say, i have a table, which contain the following information....
username, filename, views, dowloads,

and i want to show them like the list (show all records on the page)