2015-06-28, 01:20 PM
I have a page in root directory and this works great!
But when I place the page in the subdirectory smiles and code-buttons don't show!
The only thing I change is this:
What should I fix?
include("global.php");
require_once MYBB_ROOT."inc/functions_post.php";
require_once MYBB_ROOT."inc/class_parser.php";
$smilieinserter = build_clickable_smilies();
$codebuttons = build_mycode_inserter();
But when I place the page in the subdirectory smiles and code-buttons don't show!
The only thing I change is this:
include("../global.php");
What should I fix?