Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Help
incadude Offline
Member
***
Posts: 52
Joined: Jan 2008
Post: #1
Help
i renamed my index.php to forum.php and my portal.php to index.php.
and i searched and replaced the index.php to be forum.php.

i was just wondering how to get this:
   

to direct me to the forum.php instead of the index.php

also how do i make it so in the who's online page the forum.php is not an unknown location?


Thanks

-IncadudeF
(This post was last modified: 05-28-2008 02:54 PM by incadude.)
05-28-2008 02:47 PM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Help
In global.php, find:

PHP Code:
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";

and change it appropriately.

For Who's online, find in online.php:

PHP Code:
		case "index":
		case '':
			$user['activity'] = "index";

Replace with

PHP Code:
		case "forums":
		case '':
			$user['activity'] = "index";

Find:

PHP Code:
		case "portal":
			$user['activity'] = "portal";

Replace with:

PHP Code:
		case "index":
			$user['activity'] = "portal";


My Blog
05-29-2008 11:00 AM
Find all posts by this user
incadude Offline
Member
***
Posts: 52
Joined: Jan 2008
Post: #3
RE: Help
Thank you Zinga.
humm it seems like im still getting "unknown location" on the who's online page. The other thing worked.
05-30-2008 08:37 AM
Find all posts by this user
incadude Offline
Member
***
Posts: 52
Joined: Jan 2008
Post: #4
RE: RE: Help
Never mind you can edit it in the language file. Just for others to know.
05-30-2008 04:50 PM
Find all posts by this user

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: