mtotheikle wrote:I think if you remove
- Code: Select all
$template->set_custom_template(SITE_ROOT . SITE_TEMPLATE_PATH, SITE_TEMPLATE_NAME);
from common.php it will use the default phpBB3 users style path.
Not by just removing that line alone, I already tried that in the beginning, but just to be sure I just set up a fresh copy and got the same result
- Code: Select all
General Error
template->_tpl_load_file(): File /index_body.html does not exist or is empty
Besides that, isn't that what tells framework to use its own template files? That part is needed, what we need to do is find a way to make it only use /theme and /imageset from the forum style and nothing else. Ultimately the problem is that
$user->theme['template_path'] or $user->theme['theme_path'] isn't working.With framework:
var_dump($user->theme['theme_path']); = NULLInside phpBB3:
var_dump($user->theme['theme_path']); = string(21) "prosilver-black-3.0.6"So what do I need to add to what file to make it recognize that variable outside the phpbb directory?







)(Still very much welcoming other name ideas).


