This is a discussion on More_Pics_6 for 2.2 ms2 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Popup Mod for image magic compatibility: Also adds a close window button. The problem is the missing dimension variables, which ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Popup Mod for image magic compatibility: Also adds a close window button. The problem is the missing dimension variables, which causes image magic to watermark the next button and close window button. This fixes this. in catalog/popup_image.php: CHANGE: echo '' . tep_image(DIR_WS_IMAGES.'left.gif', 'previous', '', '', 'border="0"') . ' '; TO: echo '' . tep_image(DIR_WS_IMAGES.'left.gif', 'previous', '100%', '100%', 'border="0"') . ' '; CHANGE: echo '' . tep_image(DIR_WS_IMAGES.'right.gif', 'next', '', '', 'border="0"') . ''; TO: echo '' . tep_image(DIR_WS_IMAGES.'right.gif', 'next', '100%', '100%', 'border="0"') . ''; CHANGE: echo '' .TEXT_CLOSE_WINDOW . ''; TO: echo '' .tep_image(DIR_WS_IMAGES.'close.gif', TEXT_CLOSE_WINDOW,'100%', '100%', 'border="0"') . ''; More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 03-30-2007 10:51 AM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 03-06-2007 10:11 AM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 02-19-2007 12:10 PM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 02-06-2007 03:27 AM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 02-05-2007 06:00 PM |