Advanced search  

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

Pages: [1]   Go Down

Author Topic: Photo Shop Plugin 1.3.6 wrong in submenu  (Read 4458 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.023 seconds with 19 queries.