Posts Tagged ‘bugfix’

phpFan 3.3.4 Bugfix

Tuesday, September 16th, 2008

Changed a few lines to fix pagination for phpFan Addon – Keep-In-Mind and phpFan Addon – Listing.

The pagination fix can be downloaded.

phpFan Addon – Joined 1.0.3 Mini-Bugfix

Sunday, August 10th, 2008

phpFan Addon – Joined has a mini bugfix. Since it’s one line changed I decided to release the fix for those who don’t want to download a new zip and update the old zips. :)

Around line 354 in /includes/phpfanmore.php change:

				$getnum	= ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : '');

to:

				$getnum	= ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : 0);

phpFan Addon – Joined 1.0.3 is available for download.

phpFan Addon – Joined 1.0.3 Released

Wednesday, July 30th, 2008

A tiny bugfix release of phpFan Addon – Joined has been made. It fixes the bug that made sub-categories show up in the sub-categories as well as the main category. Now sub-categories will only show in the right categories instead of all of them.

phpFan Addon – Joined 1.0.3 is available for download.

Enthusiast Anti-Spam Addon – Install Fix

Saturday, May 17th, 2008

It seems I uploaded the old install_antispam.php *facepalm*. That doesn’t take into account the antispamconfig.php file. Added the include to that file and it should be working.

The updated zip is available for download on the Install page.