MyBB Community Forums

Full Version: All post appear on frontpage without having catagories.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I followed these steps.
community.mybb.com/thread-65154-post-468075.html#pid468075

(2013-02-25, 03:44 PM)FreedomRocks! Wrote: [ -> ]
(2013-02-23, 08:25 AM)Tindris Wrote: [ -> ]He means that you have named the file htaccess.txt it should be named .htaccess and saved as that not as a .txt file.

Yea i have done that!


This might help me with what i am trying to do.
http://community.mybb.com/thread-65154-p...#pid468072

I just don't know what he means though. I don't know how to find what he is talking about to change it.

To tell you the truth I don't know, you should ask them but they probably just have their index set to the thread display.

Edit: Yep, I think thats what they have done, look here http://lunaticoutpost.com/index.php


How do i change index set to the thread display?
If you're using Apache as a webserver you'd need to add something like this to your .htaccess file.

DirectoryIndex forumdisplay.php?fid=x index.php index.html

Replace x with the fid of the forum, e.g. 2.
(2013-02-20, 07:31 AM)Nathan Malcolm Wrote: [ -> ]If you're using Apache as a webserver you'd need to add something like this to your .htaccess file.

DirectoryIndex forumdisplay.php?fid=x index.php index.html

Replace x with the fid of the forum, e.g. 2.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]







I just do not know where exactly to paste "forumdisplay.php?fid=x index.php index.html" Seeing as there are 2 places i can put it.. What is the fid? I think i am using Apache.
You can put it at the top of the file. The fid is the number which you see when you click on a forum. You'll see it in your URL bar (forum.com/forumdisplay.php?fid=x).
1234567890
I entered the code you gave me and it till doesnt show all threads on homepage.

[attachment=28663]

I entered the code you gave me and it till doesn't show all threads on homepage.

This is my homepage i think.
http://ilikecake.x10.mx/mybb/index.php
You should rename htaccess.txt to .htaccess
(2013-02-23, 02:17 AM)Nathan Malcolm Wrote: [ -> ]You should rename htaccess.txt to .htaccess

That does nothing i renamed it in finder and then renamed it in filezilla and renamed it on Cpanel File Manager v3. Maybe i did something wrong i dont know this seems to be super easy copy paste the code into .txt


Maybe i am just retarded or something.
He means that you have named the file htaccess.txt it should be named .htaccess and saved as that not as a .txt file.
(2013-02-23, 08:25 AM)Tindris Wrote: [ -> ]He means that you have named the file htaccess.txt it should be named .htaccess and saved as that not as a .txt file.

Yea i have done that!
[attachment=28696]

This might help me with what i am trying to do.
http://community.mybb.com/thread-65154-p...#pid468072

I just don't know what he means though. I don't know how to find what he is talking about to change it.