This is a discussion on Categories on mainpage within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hi everybody, I'm new with oscdox and looking for a way to remove the categorie names and images from the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi everybody, I'm new with oscdox and looking for a way to remove the categorie names and images from the mainpage. I've looked everywere but couldn't find anything. Can anyone help me with this? Thanks Frie www.brasilgospel.nl |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Hi Frie What categories names and images are you talking about? On your site the only thing i can see is the categories box from the left column |
|
#3
| |||
| |||
| If you open a categorie on the left column the sub-categories will be showed on the left column but also on the mainpage... I want to remove the sub-categories on the mainpage |
|
#4
| |||
| |||
| Go to templates/your template name/content/index_nested.tpl.php In this file find this line of code: (around line 60) echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "\n"; Add // in front of it so it looks like: // echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "\n"; This should solve it |
|
#5
| |||
| |||
| Great!!! It worked. Thank you very much!!! |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Want to show categories AND sub categories in index.php!! | calle | osCommerce 2.2 Modification Help | 0 | 10-27-2004 12:51 PM |
| mainpage.php bug? | titaniumtommy | osCMax v1.7 Discussion | 4 | 03-08-2004 03:38 AM |
| CATEGORIES BOX does not display categories list | glk | osCMax v1.7 Discussion | 2 | 03-05-2004 11:09 AM |
| Please, just a little help with the mainpage | smalto | osCMax v1.7 Discussion | 0 | 02-22-2004 05:49 PM |
| ERROR_FILE_NOT_WRITEABLE mainpage.php | Anonymous | osCMax v1.7 General Mods Discussion | 1 | 12-15-2003 02:42 PM |