Menu pictures

Hi, i have problem with menu picture like for example tomakali.net... Menu is showed but picture no....

Quote · 22 Jul 2009

here is problematic menu:

and here is screen of good menu:

Quote · 22 Jul 2009

Same problem for me, with Beta 1 and 2.

Safari and Firefox, also tried different CHMOD for the template folder.

Quote · 23 Jul 2009

Same problem for me, with Beta 1 and 2.

Safari and Firefox, also tried different CHMOD for the template folder.

I have this problem too but only on the localhost installation.. online there's no problem..

Quote · 23 Jul 2009

I use XAMPP, Vista, Dolphin7Beta2

I think this is not pretty, but it works on my system.

1. When you install the first time, make sure u use unix style for Directory Root path.

example: "D:/xampp/htdocs/d7/" NOT  "D:\xampp\htdocs\d7\"

2. Open file d7/inc/BxDolTemplate.php with PHP editor


3. Go to line 843 with statement:

return preg_replace($aSearch, $aReplace, $sContent);


4. Replace it with :
$st = str_replace("\\",'/', preg_replace($aSearch, $aReplace, $sContent));
return str_replace(BX_DIRECTORY_PATH_ROOT,BX_DOL_URL_ROOT,$st);

    Quote · 23 Jul 2009
     
     
    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.