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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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>";