TinyMCE Error in Forums for e107

6 July 2005

Here's a writeup of my fix for another bug in e107. Basically, the rich textarea editor (which uses TinyMCE) did not work in the forums.

e107 bugtracker

Error Page for e107

17 June 2005

Formally submitted my three-part fix for the error page distribution with e107.

If you (1) setup the e107 error.php file as your ErrorDocument and (2) try to fetch a page NOT in your e107 installation root that causes an error, the display of the resulting error page is mangled because the server doesn't know where to get all the bits of your theme.

Here's the fix - in three parts.
Read more »

TrackBack Ping for e107

15 June 2005

Fixed the TrackBack ping function in e107. The plugin doesn't create all the database fields, so manually add the field 'trackback_blogname' as the last field (I made it type VARCHAR(150)) in the 'e107_trackback' table of your database.
Read more »