posted 15 years ago
For performance reasons, jForum does a lot of caching of information in memory. Especially for pages like the overview page which requires a lot of queries to get all the needed information.
So, if you are running the admin server in a different web app context (or server), it is updating THAT cache information and not the information in your production cache. If you need to run this way, you'll need to restart the production web app for it to get updated info from the database.
A quick fix might be to just replace the templates in the admin subdirectory with the default on the production site and work on the new templates in the seconde "site"
You may also want to change the "Admin" link in the user pages to open a new browser window to make it look nicer.
[originally posted on jforum.net by monroe]