This is a discussion on red x's in infobox corners within the osCMax v1.7 General Mods Discussion forums, part of the osCMax v1.7 Forums category; Hello anyone. I've been searching here for a while but still haven't found my answer. My infobox corners just show ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello anyone. I've been searching here for a while but still haven't found my answer. My infobox corners just show red x's like the are no images. I have seen the file in my images directory so I don't know what's going on. Can any please help.colleyscollectables.com |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| There are a few files that can make this happen. Check your catalog\template\box.tpl.php It should look like this. <?php /* infobox template */ ?> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/<?php switch ($corner_left) { case 'square': echo 'corner_right_left.gif'; break; case 'rounded': echo 'corner_left.gif'; break;} ?>" border="0" alt="" width="11" height="14"></td> <td width="100%" height="14" class="infoBoxHeading"><?php echo $boxHeading; ?></td> <td height="14" class="infoBoxHeading" nowrap><?php echo $boxLink; ?><img src="images/<?php switch ($corner_right) { case 'square': echo 'pixel_trans.gif'; break; case 'rounded': echo 'infobox/corner_right.gif'; break;} ?>" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="boxText"<?php echo $boxContent_attributes; ?>><?php echo $boxContent; ?></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I get rounded box corners in Fallback? | bigjimbo | osCMax v2 Customization/Mods | 4 | 10-27-2005 04:35 PM |
| infobox admin | chfields | osCMax v2 Features Discussion | 1 | 10-25-2005 09:20 AM |
| Where did Infobox Admin v2.2.1 come from | RyanSmith | osCMax v2 Features Discussion | 2 | 06-24-2005 07:08 AM |
| Rounded corners!?, HOW? | calle | osCommerce 2.2 Modification Help | 1 | 12-17-2004 04:19 PM |
| Rounded corners on boxes | Sam_Iam | osCMax v1.7 Discussion | 1 | 08-27-2004 11:11 AM |