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
Tag: e107
Error Page for e107
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… Continue reading Error Page for e107
TrackBack Ping for e107
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.