This is a discussion on Unlinking "Specials For" and "New Products Fo within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hello, I want to unlink the "Specials For August" and the "New Products For August" in the infoBox headings because ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, I want to unlink the "Specials For August" and the "New Products For August" in the infoBox headings because when I change the background color it just doesn't look good and the arrows are linked anyhow. Does anybody know how I can unlink this text? Thanks, Brad |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Why not just change the color of the links Look in these files: /includes/modules/default_specials.php new_products.php And find this : new_products.php Code: $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCTS_NEW) . '">' . sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B') . '</a>'));
Code: $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_SPECIALS) . '">' . sprintf(TABLE_HEADING_DEFAULT_SPECIALS, strftime('%B') . '</a>'));
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Hey msasek ..what do you mean when you say comment out .... I know this is a dumb question! |
|
#4
| ||||
| ||||
| To comment code in php, just put // at the beginning of the line.
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| thanks very much |
|
#6
| |||
| |||
| Great, I added the "class="infoBoxHeading" to each of the links: default_specials.php $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_SPECIALS) . '" class="infoBoxHeading">' . sprintf(TABLE_HEADING_DEFAULT_SPECIALS, strftime('%B') . '</a>')); new_products.php $info_box_contents[] = array('align' => 'left', 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCTS_NEW) . '" class="infoBoxHeading">' . sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B') . '</a>')); Thank you, Brad |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove "QTPRO" for "Option Type Feature" | adam71o | osCMax v2 Customization/Mods | 3 | 01-10-2007 09:32 AM |
| How to change the "date" and "months" na | oling | osCMax v2 Installation issues | 2 | 08-25-2006 09:09 AM |
| "Price" and "Add to Cart" button inside | midwestwebsites | osCMax v2 Customization/Mods | 3 | 11-14-2005 04:13 AM |
| Changing "authorize.net" to "Credit Card Deta | Christy | osCMax v1.7 Discussion | 5 | 08-02-2004 03:11 PM |
| Font color on "Specials" and "New Products&qu | gheffron | osCommerce 2.2 Installation Help | 3 | 04-01-2004 01:40 AM |