adambeaumont Posted August 30, 2006 Share Posted August 30, 2006 Good Afternoon, You may have seen a similar post to this but as yet I am unable to find a solution. I am developing a sporting website (www.anyoneneedtickets.com). I would like to show the list of all the football teams and their respective images on the homepage centrally (just as if you clicked on the football category on the left). Anyone able to offer their help would be much appreciatted. Thanks Link to comment Share on other sites More sharing options...
jpweber Posted August 30, 2006 Share Posted August 30, 2006 Find a picture online with all the teams and their helmets w/ logos, or whatever, and save that picture, preferably to your catalog/images directory within your OSC. Then upload that picture to your catalog/images folder. Then go to your ADMIN section, which means http://www.anyoneneedtickets.com/catalog/admin, or something like that, and click on "Languages" Assuming English is highlighted as your default language, click on "define" Then find index.php. Click it to edit it. In there, you will want to have code like this: <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', ' The upcoming football season is expected to be one of the most exciting in years, and you\'ve come to the perfect place to secure your tickets now, so you don\'t have to ever be left out of a game you can\'t miss!<br><br> <img src="/catalog/thepictureyoufound.jpg" border="0"> '); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); etc., etc. ... At least this is what I would do. Hope this helped. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ... Link to comment Share on other sites More sharing options...
jpweber Posted August 30, 2006 Share Posted August 30, 2006 Oops ... when you go to your admin, you click on "languages", then when English is highlighted, click on "details" (not "define"). Hope you still got the point ... good luck. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.