Results 1 to 2 of 2

red x's in infobox corners

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 ...

      
  1. #1
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default red x's in infobox corners

    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

  2. #2
    Member
    Join Date
    Jan 2004
    Posts
    71
    Rep Power
    9


    Default

    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>

Similar Threads

  1. How do I get rounded box corners in Fallback?
    By bigjimbo in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 10-27-2005, 04:35 PM
  2. infobox admin
    By chfields in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 10-25-2005, 09:20 AM
  3. Where did Infobox Admin v2.2.1 come from
    By RyanSmith in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 06-24-2005, 07:08 AM
  4. Rounded corners!?, HOW?
    By calle in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 12-17-2004, 04:19 PM
  5. Rounded corners on boxes
    By Sam_Iam in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 08-27-2004, 11:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •