Photo Shop Plugin 1.3.6 wrong in submenu Photo Shop Plugin 1.3.6 wrong in submenu
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Photo Shop Plugin 1.3.6 wrong in submenu

Started by matyrojo666, September 26, 2008, 06:37:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

matyrojo666

Hello all
This my gallery is here: matiasdominguez.com/mdphoto

I installed Photo Shop 1.3.6 but my SUBMENU is wrong, it displays no spaces between links and those from Photo Show are down submenu and in a wrong css style.

How can I fix it?
Thanks!
Matias

Joachim Müller


Stramm

you can edit the function photoshop_user_menu() in codebase.php ... that's plain html

that part here
    $cart_menu = "<a style=\"padding:2px;\" class=\"admin_menu\" href=\"index.php?file=photo_shop/photo_shop_cart\">".photoshop_count()." {$lang_photoshop['in_cart']}</a> ".$template_sys_menu_spacer;
if (USER_ID) $cart_menu .= " <a href=\"index.php?file=photo_shop/photo_shop_myorders\" style=\"padding:2px;\" class=\"admin_menu\">{$lang_photoshop['myorders']}</a> ".$template_sys_menu_spacer;
$cart_menu .= " <a href=\"index.php?file=photo_shop/photo_shop_checkout\" style=\"padding:2px;\" class=\"admin_menu\">{$lang_photoshop['checkout']}</a>";