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?