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 | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| 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 09:11 AM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 02-19-2007 11:10 AM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 02-06-2007 02:27 AM |
| More_Pics_6 for 2.2 ms2 | michael_s | New osCommerce Contributions | 0 | 02-05-2007 05:00 PM |