PDA

View Full Version : How can I add a particular forum in a separte page


kavitayeole
07-26-2011, 09:16 AM
Hi I m using Vb 4(hosted on local machine)

I have created the pages using http://www.vbcoderz.com/showthread.php?t=5530

Also I have created different categories.

Now I want to display individual categories to the pages that I have created.


I don't know how to do that.

please suggest me some solutions for the same.





Thanks in advance
Kavita

kh99
07-26-2011, 12:18 PM
Basically you would need to query the database then format the results, but it isn't simple. If you look at the vb file forumdisplay.php, most of it is code for displaying a forum. So you could copy the parts you need from that file.

But maybe it's easier to take a different approach - why did you want create separate pages for some categories? If it's just to make each one look different, maybe you could make changes to the existing forum display based on forum id.

kavitayeole
07-27-2011, 04:43 AM
I will try it.

Thank you for your suggestion kh99