Ok.... Index.php is Ok
But test on click on FORUM... same problem...
This solution seems bad...
Problem that i have is the same, and i find solutions..
First, of all you have to add file BxDolIndexPageView to the folder where is your template located (Template>tmpl_XXX>script) You will find this file in the same folder under Tmpl_uni.
Second, here comes the tricky part of all... Go to Modules>Bonex>Forum>layout pack the folder Uni and Uni_en, download to your computer, unpack them, change the name of them to the same name as your template, Open first one, find parameters.php, open it, you will see 3 lines:
$gConf['dir']['xsl'] = $gConf['dir']['layouts'] . 'uni/xsl/'; // xsl dir
$gConf['url']['css'] = $gConf['url']['layouts'] . 'uni/css/'; // css url
$gConf['url']['xsl'] = $gConf['url']['layouts'] . 'uni/xsl/'; // xsl url
Change part UNI with the name of your template, save it, same thing you do with the other folder _en...
Pack again, so you have something like this:
mytemp.zip and mytemp_en.zip, upload that two folder in the server on the: Modules>Boonex>Forum>Layout.. unpack them
Thats all, forum will work ok now. I now this is confused... But ebga...