MyBB Community Forums

Full Version: Theme cache, where is it located and how does it work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm making a new version of the MyBB Multiforums Mod and one issue that some users are running into is that when a user changes the design of a theme on one forum the theme changes for all the forums using that theme. This makes me think that there is a file based theme cache being saved somewhere, perhaps in the cache > themes folder, correct? Even when they have it set in config.php to use the database based cache these issues occur so are themes stored separately in a cache somehow?

What is the best way to create multiple caches for the multiple hosted forums and which files are responsible for reading from this directory? Is using this directory hard-coded into the MyBB script or is there a parameter or variable somewhere that can be changed to specify an alternate cache location?

Any help would be very useful, thanks. Smile