|
Ok, I think I fixed it. Problems mainly stemmed from an earlier conversion where the forum was brought over from phpbb and the settings in the db were never updated to reflect that.
Just a suggestion to consider for future releases, and that is to move the templates to the database. When working on a load balanced system, writing anything to a file is problematic as the script has no idea what server it is writing to and when syncing takes place, it generally wipes out any changes.
|