This is a discussion on Please help. within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I am using the aabox template in oscmax2 and am unable to find where to change these things: (I do ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am using the aabox template in oscmax2 and am unable to find where to change these things: (I do not see a aabox/content/ and tried commenting it out it in the column_left and column_right, but see no changes. *Currencies *Language *Reviews *Affiliate Program Section * section on the left that says "What's New" and shows the last product added. *Middle section that says "New Products for" and names the month. Don't need that. *"This product was added to our catalog on Friday 05 May, 2006.". Is there a way to remove that? ~~~~~~~~~~ Maybe I am looking too hard, I am able to edit the box headings through english.php, and tried commenting it out there, but that didnt work. PLEASE point me in the right direction. |
|
#2
| |||
| |||
| This has been done: To stop the languages box and the currencies box from displaying on the right side of the page, remove the following from column_right.php. To move them to the left side, just cut and paste the code into column_left.php where you want it to show up: if (substr(basename($PHP_SELF), 0, include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } But it is still showing the languages and currencies boxes. Same thing with the whats new box on the left, and the affiliates. Am I looking at the right documentation to get the correct answers? |
|
#3
| |||
| |||
| Hanging my head in shame yet again!!!!!!!! I found where to fix everything but this: *Middle section that says "New Products for" and names the month. Don't need that. *"This product was added to our catalog on Friday 05 May, 2006.". Is there a way to remove that? |
|
#4
| |||
| |||
| UPDATE---Removed the This product was added to our catalog on Friday 05 May, 2006. Still trying to figure out how to remove the box in the center that says New products for May |
|
#5
| ||||
| ||||
| Template edit. index_default.tpl.php Code: <tr>
<td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
</tr>
__________________ Michael Sasek osCMax Developer
|
|
#6
| |||
| |||
| Thank you! I assumed it had to be in the aabox section to edit it. I appreciate it. All fixed now! |