2009-02-09, 01:57 PM
(2009-02-09, 01:48 PM)D-r-a-g-o-n Wrote: That's tricky. I don't know how the use an other template without editing the inc/functions_post.php.Hm. I was thinking of doing something like:
$template = ($mybb->settings['use_custom_template'] && $mybb->settings['use-custom_template'] == 1) ? GET THE TEMPLATE : USE THE DEFAULT TEMPLATE;
But I don't know if that could/would work.