zingaburga / XThreads-MyBB-Plugin

A powerful MyBB plugin which provides a flexible environment for administrators to perform various modifications.
http://mybbhacks.zingaburga.com/showthread.php?tid=288
25 stars 6 forks source link

Multiple template prefixes #2

Closed zingaburga closed 13 years ago

zingaburga commented 13 years ago

It may be useful to allow multiple template prefixes on a per forum basis. It would be specified in the same template prefix box, separated by commas. This will be implemented in the template loader, so will exclude search, portal and forumbit templates. Although this will put some additional load during template caching, it should be negligible as long as this isn't abused (besides, it's optional anyway).

zingaburga commented 13 years ago

Suggestion by techu of filtering these by user group. May use a more complex prefix filtering system though (since we have safe PHP conditionals).