Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Photo Shop Plugin 1.3.6 wrong in submenu  (Read 4344 times)

0 Members and 1 Guest are viewing this topic.

matyrojo666

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Photo Shop Plugin 1.3.6 wrong in submenu
« 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Photo Shop Plugin 1.3.6 wrong in submenu
« Reply #1 on: September 27, 2008, 08:32:42 am »

Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Photo Shop Plugin 1.3.6 wrong in submenu
« Reply #2 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>";
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.