webmaster2 Posted June 15, 2004 Share Posted June 15, 2004 Hi, How or where do I go to replace the "oscommerce" logo with a flash movie, which actually shows my own logo? Is it possible at all ? If someone get give me the right procedure, i'd gratefully appreciate it. I'm sort of new to php and am learning as I go. So good so far... Thanks "Sometimes doing the right thing isn't doing the right thing" Link to comment Share on other sites More sharing options...
helpONline Posted June 15, 2004 Share Posted June 15, 2004 try to find this code in /includes/header.php <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> and then just replace it with your flash logo html code no PHP knowledge needed :) Link to comment Share on other sites More sharing options...
webmaster2 Posted June 15, 2004 Author Share Posted June 15, 2004 Thank you! Will try BTW: im receiving this message on top: Warning: Installation directory exists at: /install. Please remove this directory for security reasons. What do i need to remove? I thought I did but its still showing he message. U may look at ir here: www.rm-enterprise.net Thanks "Sometimes doing the right thing isn't doing the right thing" Link to comment Share on other sites More sharing options...
Axxesdenied Posted June 16, 2004 Share Posted June 16, 2004 WEBMASTER2!!!! Can you help me out. I have an osCommerce site as well..I can not for the life of me figure out why when you go to: www.dsnco.com/catalog and click on "log yourself in" or "create an account" or "checkout" I recieve a "Page can not be displayed" Can you please tell me what I am doing wrong? I do have a SSL cert. HELP! Link to comment Share on other sites More sharing options...
Guest Posted June 16, 2004 Share Posted June 16, 2004 www.dsnco.com/catalog and click on "log yourself in" or "create an account" or "checkout" I recieve a "Page can not be displayed" Can you please tell me what I am doing wrong? I do have a SSL cert. HELP! The error i get on your website is this: Warning: main(includes/configure.php): failed to open stream: No such file or directory in /home/discount/dsnco-www/catalog/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='./:/usr/local/lib/php') in /home/discount/dsnco-www/catalog/includes/application_top.php on line 29 You might want to check your configure file that it is pointing the right way or check that the files are (still) there Richard B) Link to comment Share on other sites More sharing options...
webmaster2 Posted June 19, 2004 Author Share Posted June 19, 2004 Thanks HelpOnline, it works. BTW. the header where it has "top>catalog...etc" can it be removed and how? "Sometimes doing the right thing isn't doing the right thing" Link to comment Share on other sites More sharing options...
helpONline Posted June 27, 2004 Share Posted June 27, 2004 yes, it can be by deleting/commenting line in /includes/header.php <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> Link to comment Share on other sites More sharing options...
webmaster2 Posted June 27, 2004 Author Share Posted June 27, 2004 Thanks HO One last thing I want to know, is how to remove the numbers next to the categories? I see on ur website that u've removed them. "Sometimes doing the right thing isn't doing the right thing" Link to comment Share on other sites More sharing options...
Guest Posted July 11, 2004 Share Posted July 11, 2004 To remove the numbers next to the categories, go to the administration site, and under configurations, set "Show Category Counts" to 'False' Link to comment Share on other sites More sharing options...
webmaster2 Posted July 11, 2004 Author Share Posted July 11, 2004 Copy That! Thanks. Lol Funny how I went looking into all the files wasting my time "Sometimes doing the right thing isn't doing the right thing" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.