Guest Posted March 13, 2010 Posted March 13, 2010 Hi, I rely hope someone can advise me, im just setting up my site and learning everything as I go along! my site discuszone.co.uk, im trying to find the best way to display images and videos on the homepage but cannot work out how to get things in order, I put the code in for my video after my images but it shows up before them when I want it below? Also does anyone know how I would get rid of the wording TEXT_GREETING I cannot find where to delete this thanks very muc
Guest Posted March 13, 2010 Posted March 13, 2010 Stacey, You will have to post the code for us to see where you want the object embeded. Also, you can find the text greeting in the catalog>includes>languages>english.php file. Chris
Guest Posted March 13, 2010 Posted March 13, 2010 <?php /* $Id: index.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2007 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', '<img src="http://www.discuszone.co.uk/images/discus_food.jpg" width="178" height="297" border="0" /></a></td> <td><img src="http://www.discuszone.co.uk/images/discusnews1.jpg" width="178" height="297" border="0" /></a></td> <object width="480" height="385"><param name="movie" value=" name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src=" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="178" height="197"></embed></object>');define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Welcome to DiscusZone'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'Welcome to DiscusZone'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?>
FIMBLE Posted March 13, 2010 Posted March 13, 2010 You may well be better off installing FCK define main page or http://addons.oscommerce.com/info/7255 the first entry, the text Greeting you can remove by going to your index.php file line (around) 310 <td class="main"><?php echo tep_customer_greeting(); ?></td> and make it <td class="main"><?php// echo tep_customer_greeting(); ?></td> Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted March 13, 2010 Posted March 13, 2010 thank you so much, iv been searching for days to get rid of that text! would you know how to get rid of the little clip art icons?
FIMBLE Posted March 13, 2010 Posted March 13, 2010 You are better off replacing the images with transparent gifs, there are a few contributions to get this done. have a search around the add ons area other wise you will have to edit every page in teh root / catalog Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.