Latest Threads In Profile
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #11
RE: Latest Threads In Profile
Maybe try this.
Find:

PHP Code:
1
2
3
4
5
6
		foreach($GLOBALS['forum_cache'] as $fck => $fcval){
			if($fcval['active'] == 0){
				if($mnuplrt_notactive) $mnuplrt_notactive .= ',';
				$mnuplrt_notactive .= intval($fcval['fid']);
			}
		}

Replace with:

PHP Code:
$mnuplrt_notactive = get_inactive_forums();


Untested.


My Blog
11-30-2011 02:09 PM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #12
RE: Latest Threads In Profile
(11-30-2011 02:09 PM)ZiNgA BuRgA Wrote:  Maybe try this.
Find:

PHP Code:
1
2
3
4
5
6
		foreach($GLOBALS['forum_cache'] as $fck => $fcval){
			if($fcval['active'] == 0){
				if($mnuplrt_notactive) $mnuplrt_notactive .= ',';
				$mnuplrt_notactive .= intval($fcval['fid']);
			}
		}

Replace with:

PHP Code:
$mnuplrt_notactive = get_inactive_forums();


Untested.


Yep, that does the trick, thanks.

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
12-02-2011 12:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #13
RE: Latest Threads In Profile
Thanks, Sama34 and Yumi Smile
I've updated the first post.

12-03-2011 05:34 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: