This is a discussion on How to remove a module within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I'm wondering how I can go about making a couple of changes to my page. I would like to remove ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I'm wondering how I can go about making a couple of changes to my page. I would like to remove the "New Products" section that appears on the main catalog page. I would also like to change the link at the top of the page called "Top" and change it to "Home Page." If you like to see the page I'm talking about, it can be seen at the following link: http://www.shopatcake.com/catalog/index.php Thanks for any pointers... |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| 1) remove the "top" - in application_top.php comment out: Code: // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); change Code: <tr>
<td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
</tr>
Code: <? /* turned off new products <tr>
<td><br>< ?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ? ></td>
</tr> */ ?>
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
|
#3
| |||
| |||
| If I want to change the word "Top" to "Home", can it be done by changing: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this: $breadcrumb->add(HEADER_TITLE_HOME, HTTP_SERVER); I just would like to change the heading name and not the function. Thanks for any pointers...and thanks met00 for your earlier reply for removing the What's New section at the bottom of the main catalog page...worked great |
|
#4
| |||
| |||
| The easy way is to just change your english.php file. Look for includes/languages/english.php and change define('HEADER_TITLE_TOP', 'Top'); Just change Top to Home and your done. That is what I did and it worked for me. Hope this helps. |
|
#5
| |||
| |||
| Thanks for the help...it worked great... Thanks again!! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| remove man from behind the desk | flexx | osCMax v1.7 Discussion | 3 | 05-16-2005 11:23 PM |
| How to remove.... | Christy | osCommerce 2.2 Installation Help | 4 | 09-02-2004 12:54 PM |
| Remove BTS from MS2-MAX??? | cxm322 | osCMax v1.7 General Mods Discussion | 21 | 05-05-2004 02:24 PM |
| how to remove | demo | osCommerce 2.2 Installation Help | 3 | 08-19-2003 07:59 AM |
| Languages, what is the best way to remove and add new module | j_watkinsau | osCommerce 2.2 Modification Help | 1 | 02-20-2003 07:03 AM |