Warning: The author of this contribution does not provide support for it anymore.

Advanced BBCode Box 3

Frequently Asked Questions

Compatibility with Board3 Portal

When using ABBC3 with Board3 Portal v1.X.X, there is an incompatibility that can easily be solved with a harmless modification to Board3 Portal.

The problem:
You might see the following error after 24 hours of inactivity on your board

General Error
tempate->_tpl_load_file(): File ./styles/prosilver/template/./../../styles/abbcode/abbcode_header.html does not exist or is empty


The solution:
Open the file in root/portal.php

Find:

Code: Select all

set_portal_config('version_check_version', mod_version_check(true));


After add:

Code: Select all

unset($phpbb_admin_path);