This is a discussion on hide the category name under the images within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; how can I hide the category name text link that displays under the category image....
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| how can I hide the category name text link that displays under the category image. |
|
#2
| |||
| |||
| in index_nested.tpl.php Replace: Code: echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . CATEGORY_IMAGES_DIR . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "n"; Code: echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . CATEGORY_IMAGES_DIR . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '</a></td>' . "n"; |
| The Following User Says Thank You to wowsaver For This Useful Post: | ||
guedes (03-15-2010) | ||
|
#3
| |||
| |||
| do you know where to find this code? is it under index.php ... but tried to change the code here but it doesn't work |
|
#4
| ||||
| ||||
| Assuming you're using 'Max and not just osC (read about BTS) Quote:
Quote:
__________________ Hosting plans with installation, configuration, contributions, support and maintenance. |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hide No product Category In Category Menu | michael_s | New osCommerce Contributions | 0 | 07-31-2009 12:03 AM |
| Category Images | bluesin | osCMax v2 Customization/Mods | 5 | 02-23-2009 02:24 PM |
| Hide Parent Category and Display only Child or Sub Category in a DHTML menu | michael_s | New osCommerce Contributions | 1 | 01-15-2009 06:45 AM |
| Temporary hide a category | yulises | osCMax v2 Customization/Mods | 2 | 05-15-2008 03:34 AM |
| Deleting Category Images | Twister | osCMax v2 Customization/Mods | 2 | 05-14-2007 10:52 AM |