Log in

View Full Version : Displaying sub-forum on non-vB page (almost done, just need a little help)


mfarmerhi
08-20-2005, 09:49 PM
I'm porting a vB sub-forum to a non-vb page (a vBadvanced module).

I've almost succeeded, just need a little help.

I use one of my subforums for articles and want an Article page that displays not just the latest articles (posts) (as does the latest post module); not just single articles (as do the news modules), but the WHOLE subforum as a module.

I've got much of it displaying correctly: The sub-sub-forum titles, latest post, latest poster...

But the links are all wrong.

The links come up as http://mysite.com/displayforum.php?
I need them to come up as http://mysite.com/forum/displayforum.php?

I've simply copied the vB displayforum.php and DISPLAYFORUM template, using those as the vBa php and vBa template for the module.

Since I can't find those URLs anywhere, only variables (e.g. "$forumbits") I'm assuming that the URLs are being defined in variables, elsewhere in another php file.

Where the heck are the sub-forum URLs being defined!?

I can't find them in the templates OR the diplayforum.php file

~ Mark

This is driving me buggy... I've tried changing all the URLs in DISPLAYFORUM, threadbits and forumhome_forumbit_level1_post to include the "forum/displayforum.php?" and it's still not showing up...

There's got to be another template that's defining the url in $forumbits