Thank you VBDev! Awesome!
Please help me out:
My forum is in
www.mysite.com/forum/ and when you say: "replace directory_in_which_your_forum_is by your directory", does it mean that means that
Code:
$mgc_cb_evo_floc = './directory_in_which_your_forum_is/';
it will look like:
Code:
$mgc_cb_evo_floc = './forum/';
Is this correct or do I have to insert full link, please?