MyBB Community Forums

Full Version: Change index.php to Forums.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I would like to change index.php to Forums.php and i want the home page to be the portal, but if people type in the url/portal.php i don't want it to work, i want it to be url/Home.php so can any help?

Thanks in advance.
yea, but it doesn't say community.

and when you go to the url, like yoursite.com i want it to say that, not yoursite.com/home, but if someone types yoursite.com/home it will be the same as yoursite.com but it will be /home in the url, but when your first search it up, i want it yoursite.com.
OK
1/ add to first line of .htaccess
DirectoryIndex home.php index.php

2/ rename portal.php to home.php

3/ edit home.php with notepad++
find:
add_breadcrumb($lang->nav_portal, "portal.php");
replace:
add_breadcrumb(Home, "home.php");
i had the index as the home page, and i change the .index to home, and now when you search up my forum, it shows all the files from cpanel. please help.

What is Note Pad++?
ACP > Configuration > Settings > Portal Settings
Forum ID to pull announcements from
example: 2,3,4,5,6,7,8,9

notepad + + is the software: http://notepad-plus-plus.org/download/v6.2.html
(2012-10-29, 07:22 PM)tamnguyen949 Wrote: [ -> ]ACP > Configuration > Settings > Portal Settings
Forum ID to pull announcements from
example: 2,3,4,5,6,7,8,9

notepad + + is the software: http://notepad-plus-plus.org/download/v6.2.html

Is there an mac version?
(2012-10-30, 11:49 PM)MYBB GHOST Wrote: [ -> ]
(2012-10-29, 07:22 PM)tamnguyen949 Wrote: [ -> ]ACP > Configuration > Settings > Portal Settings
Forum ID to pull announcements from
example: 2,3,4,5,6,7,8,9

notepad + + is the software: http://notepad-plus-plus.org/download/v6.2.html

Is there an mac version?

No, but there is http://www.barebones.com/products/textwrangler/ for the mac.