MSFN Forum: [BUG+FIX] Don't split categories ignores hidden items - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[BUG+FIX] Don't split categories ignores hidden items Rate Topic: -----

#1 User is offline   Francesco 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 394
  • Joined: 20-March 04

Posted 12 August 2012 - 06:25 AM

Fix
In program.js remove
function ProgsInCat(whichCat)
{
	position="program.js";
	whatfunc="ProgsInCat()";

	var i, res;

	res=0;
	for (i=1; prog[i]; i++)
	{
		if (cat[i] && cat[i]==whichCat)
			res++;
	}

	return res;
}


and replace boxes.js with the attached file
Attached File  boxes.js (28.34K)
Number of downloads: 3

EDIT: Updated boxes.js to fix the last item going on a new line issue.

This post has been edited by Francesco: 16 August 2012 - 05:50 AM



#2 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 August 2012 - 11:25 AM

added.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy