Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Help
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

« Next Oldest | Next Newest »

Messages In This Thread
Help - incadude - 05-28-2008, 02:47 PM
RE: Help - ZiNgA BuRgA - 05-29-2008 11:00 AM
RE: Help - incadude - 05-30-2008, 08:37 AM
RE: RE: Help - incadude - 05-30-2008, 04:50 PM

 Standard Tools
Forum Jump: