MyBB Community Forums

Full Version: Display all forum topics on the homepage.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was just wondering how I can get all the topics on the forum to be displayed on the homepage under the category.
You are welcome to add me on steam if it helps: http://steamcommunity.com/id/concreteninja/
Whereabouts do you want them to be displayed exactly? When you say homepage do you mean the forum index? And which category?
Yeah on the forum index and the category is called Web Development.
Here is a quick mock-up of how I want it to look:
[Image: wrTth.png]
Bumpity bump.
bumpity bump
Assuming I understood you correctly and I'm following your idea (i.e. only one forum with an endless list of threads), add this to your .htaccess file (or create one if you haven't already):

DirectoryIndex forumdisplay.php?fid=1

Replace 1 with the fid of the forum you want.
Thanks I have tried it but its not what I need. It's hard to explain but I'm trying to get all the threads made on the site to be displayed on the homepage. So basically there isn't a forum but it has all the threads under the category. Like on http://lunaticoutpost.com/

Thanks.
That's exactly what that will do.
Alright, I had a go. I don't think I'm doing it quite right.
Here is the forum management panel:
[Image: Ic6Gg.png]
Here is what it looks like from the homepage:
[Image: ujdwt.png]
This is inside the forum and the homepage:
[Image: QMnUR.png]
The forum id is 11 so in the .htaccess file I added "DirectoryIndex forumdisplay.php?fid=11"

Thanks.
Yes, that's it.
Pages: 1 2