Orca Forum images broken

not sure why but no matter what theme I install the orca forum icons are broken,

i look under layout in the theme that I chose for dolphin and the images are there under img  but when i goto the site itself and view the forum the images are being pointed to root domain example (domain.com/image.gif
instead of
domain.com/modules/boonex/forum/layout/theme/img
 

is there something missing from the htaccess to direct it properly?

only thing i see in my htaccess for the forum is

RewriteRule ^forum/groups/(.*)$  modules/boonex/forum/$1?orca_integration=groups [QSA,L]

RewriteRule ^forum/events/(.*)$  modules/boonex/forum/$1?orca_integration=events [QSA,L]

RewriteRule ^forum/store/(.*)$  modules/boonex/forum/$1?orca_integration=store [QSA,L]

RewriteRule ^forum/$  modules/boonex/forum/index.php [QSA,L]

RewriteRule ^forum/(.*)$  modules/boonex/forum/$1 [QSA,L] 


I look in the params.php file for each and they appear to be the same as base

$gConf['url']['img'] = $gConf['url']['layouts'] . 'templatename_en/img/';// img url 

 

what could the issue be?

Quote · 5 Aug 2012
Not sure what can be at the origin of the problem you are mentioning, but, personally, as soon as i had a look at the Orca, i just removed the module and installed PHPBB3 instead. It give you a totally different feeling, worlds apart from the other one and also the bonus to be visible on both the local network and www ( which in my particular case, having to give priority on the LAN over the web, it really add values).
Quote · 5 Aug 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.