MyBB Community Forums

Full Version: view certain forums in 1 page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to add a button to my nav bar that'll allow users to see certain forums when they click on the button. is this possible?

for example, if I want the button to show these forums on mybb...

http://community.mybb.com/forum-127.html
http://community.mybb.com/forum-153.html
http://community.mybb.com/forum-165.html
anyone?
Where exactly in the navigation section you want it? Snapshot would help big time?
(2014-02-07, 06:27 PM)marcus123 Wrote: [ -> ]Where exactly in the navigation section you want it? Snapshot would help big time?

I'm not sure yet.

I'm mostly concerned with how to accomplish the actual page itself, not where to place it in the navigation bar.
So why not just create simple
<a class="button style" href="URL">Forum name</a>
<span><a class="button style" href="URL">Forum name</a></span>
(2014-02-07, 07:01 PM)marcus123 Wrote: [ -> ]So why not just create simple
<a class="button style" href="URL">Forum name</a>
<span><a class="button style" href="URL">Forum name</a></span>

I don't think you're understanding my OP correctly.
bump.

I'll try to give a better example.

I use a product review mod on my forum. each topic has its own forum, but not in its own separate category. I want people to be able to view all of the review forums at once when they click on a 'reviews' button.

for example, say review 1 has a fid as 1, review 2 has a fid as 2, and review 3 has a fid of 3...how can I set the page up so that fid=1, fid=2 & fid=3 all are all seen together on the same page?

I thought of just adding the fid to the end of the url, but it didn't work - example: site.com/forumdisplay.php?fid=1&fid=2
bump.

is this not doable?
You could try moving all the shaving reviews into a category. It will affect how they are seen on your index page though. Like I do it here with Downloads: http://www.leefish.nl/mybb/forumdisplay.php?fid=84 . This would be the link on your board: http://shavenook.com/forumdisplay.php?fid=5

If you want to see thumbnails or things like that then you could use a secondary portal page as a "gallery" of reviews, like this: http://www.leefish.nl/mybb/browse.php


EDIT: Interesting thing: when I went to this page I just got a white screen: http://shavenook.com/forumdisplay.php?fid=58 - not logged in, so maybe its just guests.