phpFan 3.3.4 Bugfix

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 3.3.4 Released and Addons update Released

August 22nd, 2008

phpFan 3.3.4 has been released with several changes, including bugfixes. phpMailer was upgraded to version 2.0.2 in the script.

phpFan Addons – Listing 1.1.3 was released, as was phpFan Addons – Keep-In-Mind 1.1.4 was released, as was phpFan Joined 1.0.4 (the bugfix from the previous mini-upgrade was included in this).

Full details of the changes are detailed in the Version Changes log.

The core phpFan can be downloaded and phpFan Addon – Keep-In-Mind/phpFan Addon – Joined/phpFan Addon – Listing can be downloaded.

phpFan Addon – Joined 1.0.3 Mini-Bugfix

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

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.

Downloads Working Again

July 7th, 2008

A bug with the Mint-based download tracking system I used made all downloads result in an error. I have just fixed this and downloads should be working as intended. Sorry for the inconvenience!

phpFan 3.3.3 Released, phpFan Addon – Keep-In-Mind 1.1.3 Released

May 25th, 2008

This is mainly a bugfix release. There was one improvement made. Now you can choose to not cache your headers/footers if you have page caching on. It will cache/save the rest of the page into a temporary file instead of having to make calls to the database and running the script. Cache files are automatically deleted after the amount of days you set or if you update.

phpFan – Keep-In-Mind got a minor update, fixing a stray bit of code that was not converted (it didn’t break anything).

The core phpFan can be downloaded and phpFan Addon – Keep-In-Mind can be downloaded.

Enthusiast Anti-Spam Addon – Install Fix

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.

phpFan 3.3.2 Mini-Upgrade, Site Changes

May 15th, 2008

The version number is not going to go up. This is for you Wordpress users out there. With file-based headers/footers now being possible you might want to integrate Wordpress through the header/footer files instead of the templates section. To make that possible I’ve slightly updated phpFan’s config.inc.php. It’s just one file change for those with the latest version (phpFan 3.3.2) so there’s a separate .zip file in Downloads.

Remember if you’re using page caching to go to ‘Maintenance’ and reset your cache!

In other news, the site has the content of the pages more organized. The FAQ and Wordpress Integration pages have been updated for phpFan and phpFan Addons, as has the Version Changes page for phpFan.

Enthusiast Anti-Spam Addon – Update

May 13th, 2008

A bit of an update. In addition to the change yesterday of being able to add your own footer file now subtraction problems are never lower than zero. That should make it easier for younger fans.

The updated files are now available on the Installation page.

Enthusiast Anti-Spam Addon

May 12th, 2008

I’ve releasted an Enthusast anti-spam addon with Angela’s permission.

There are installation instructions and then instructions to implement into join.php (or a greater index.php or other file if using join.php as in include).