forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: matyrojo666 on September 26, 2008, 06:37:56 pm

Title: Photo Shop Plugin 1.3.6 wrong in submenu
Post by: matyrojo666 on September 26, 2008, 06:37:56 pm
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
Title: Re: Photo Shop Plugin 1.3.6 wrong in submenu
Post by: Joachim Müller on September 27, 2008, 08:32:42 am
Clickable link: http://matiasdominguez.com/mdphoto/
Title: Re: Photo Shop Plugin 1.3.6 wrong in submenu
Post by: Stramm on September 29, 2008, 04:42:11 pm
you can edit the function photoshop_user_menu() in codebase.php ... that's plain html

that part here
Code: [Select]
    $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>";