Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TCwho

Archived
  • Posts

    716
  • Joined

  • Last visited

Everything posted by TCwho

  1. Thanks Jack! That did it. ???That is strange how it doesnt effect any of the other pages??? My keywords were 'doubled' in my index.php page and I figured out I could control that in english/header_tags.php I was having the default and index keywords enabled... But how can I control the Category Titles from showing up in the ' center ' section. I want the category Title to still show up in the Browser Title ... ? And if it is possible to modify... is it possible to do it as a 'per' category method..the same way each page is defined in english/header_tags.php Here is a screenshot:
  2. Thank you for responding Jack. Well, is there a way I can modify how I 'defined' the about_us.php page. All of the other pages dont have this problem...I only noticed it when I added the new page... Also, I am confident I have either 2.4.0 or 2.4.1 .... because I remember when you released 2.4.2 I kept meaning to set some time out to find the changes....
  3. Change the text within the ' ' according to your site... example: define('HEAD_TITLE_TAG_ALL','Jeff`s Site : ');
  4. Hmm... just noticed this.. I added an about us page (about_us.php)... In catalog/includes/header_tags.php it already had (provided by Jack): // about_us.PHP - was default.php case (strstr($_SERVER['PHP_SELF'],FILENAME_ABOUT_US) or strstr($PHP_SELF, FILENAME_ABOUT_US) ): $tags_array = tep_header_tag_page(HTTA_ABOUTUS_ON, HEAD_TITLE_TAG_ABOUTUS, HTDA_ABOUTUS_ON, HEAD_DESC_TAG_ABOUTUS, HTKA_ABOUTUS_ON, HEAD_KEY_TAG_ABOUTUS ); break; In catalog/includes/languages/english/header_tags.php I added: // about_us.php define('HTTA_ABOUTUS_ON','1'); define('HTKA_ABOUTUS_ON','1'); define('HTDA_ABOUTUS_ON','1'); define('HEAD_TITLE_TAG_ABOUTUS',''); define('HEAD_DESC_TAG_ABOUTUS',''); define('HEAD_KEY_TAG_ABOUTUS',''); ...NOW .. here is what I missed before.. when viewing the source code I see this: ...everything else seems fine...but how do I correct the 'Keywords'?
  5. Thanks for the great job and help you always provide Jack. I saw the code in catalog/includes/header_tags.php near the bottom with ABOUTUS ... It kinda threw me off because I wasnt expecting there...LOL
  6. Hmm... I just created a catalog/about_us.php page + catalog/includes/languages/english/about_us.php ....I am missing the following: <title>HEAD_TITLE_TAG_ABOUTUS</title> <META NAME="Description" Content="HEAD_DESC_TAG_ABOUTUS"> <META NAME="Keywords" CONTENT="HEAD_KEY_TAG_ABOUTUS"> ...dont want to rock the boat by messing around with this contribution... so Im gonna ask first. What do I need to do? ----Not Related---- Suggestion: With every new release, someone should do a search and replace for all the old version numbers and change them to the latest numbers. I think I am somewhere around 2.4.0 or 2.4.1 .... ??? Kinda confusing to keep up and remember....without taking notes.... Duh!
  7. Sorry bout that. It does show up. I had to refresh screen.....Using IE :(
  8. I have been looking but cant find... ....what file could I edit to include the features to another area in admin. I have an events manager installed and would like it to show up there as well... Thanks!
  9. ! Sweet ! I was just coming in here to find out about adding the customer's comments... And thanks again for all your help with my login page!
  10. !!! This is the BEST !!! Man it was so easy to install. I went through a good amount of time installing some of the other contribs... Not just easy, but does everything you need. Thanks wHiTeHaT & osjunkie !
  11. Funny! I just went into admin using IE and now see what I thought should be there. Does anyone know what to do to get it to show up using Firefox?
  12. Hello everyone. I have installed locally: MS2 HTML WYSIWYG Editor, Product Desc, Email + Specifically: 20 Sep 2003 - Full Package (Inc Jpsy Image Uploaded). Author: Lee Nielsen (MaxiDVD) http://www.oscommerce.com/community/contri...ch,wysiwyg+html I have installed it on a clean version of osC and I can tell what it does other than allow for a place to define the mainpage. I was expecting to see some type of 'Editor' features in the admin side >> categories >>sending emails >>newsletter etc I was expecting to see an easy way to insert/edit HTML tags... what am I missing? I even updated to 1.8 .. still nothing....
  13. This contribution tested locally works. On my local server I have: Apache 1.3.27 - PHP 4.3.3 - MySQL 4.0.15 - PhpMyAdmin 2.5.3 However my webhost is using: Server OS: Linux 2.4.28-grsec-20050113a HTTP Server: Apache/1.3.29 (Unix) PHP Version: 4.3.10 (Zend: 1.3.0) It however does NOT work on my webhost / site setup. And I do not know how to work around it.
  14. I just want to say this contribution is fantastic. It worked straight out the box so to speak. Only took less than 5 minutes to install. I used: 4 Jul 2004 - Ship In Cart v2.00 Author: Acheron I did NOT apply: 7 Jul 2004 - Fix for v2.0 and all other versions Author: Acheron Because in my scenario I have taken out Guest Welcome Text and would you like to register etc.. etc.... So unless you choose to 'Sign In' you are a Guest. I also have it setup to use a formula to calculate shipping.. so if products from range 1 to range 2 will be this much ..etc.... So to me I like the fact Guest can see the Shipping Estimate without being signed in. Just wanted to point out the fix is not totally neccessary depending on certain situations. However, I got the impression from previous post, that in Admin side there is a way to enable or disable GUEST from viewing the Shipping Estimate, but dont see it. If that was the case, I would apply the fix..and just make sure to Enable. Is that feature available: of enable or disable for GUEST to see Shipping Estimate. Thanks! This is a SWEET contribution.
  15. I have the latest Header Tags Installed. After I am done editing all the Meta Fields, my Products Page Title: and Store Name are not spaced apart. Example: (Browser Title) Product NameStore Name : - How can I fix that? :::Edited::: Nevermind. I thought about in english/header_tags : define('HEAD_TITLE_TAG_ALL',' Store Name : '); instead of define('HEAD_TITLE_TAG_ALL','Store Name : '); Problem Solved
  16. Hmmm . Thanks for reply. Well, I dont have the last part of the error from the link above to KB:Unable to connect to database server! I also dont have access to server. I do have a shell account, so I could try to figure out how to do it from there....
  17. Hey everyone. I followed the directions. I uploaded zipcode_validate.php to catalog/*admin*/zipcode_validate.php I then added the code in reports.php I get the following error: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /homepages/15/***0/htdocs/catalog/***/zipcode_validate.php on line 185 Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /homepages/15/***/htdocs/catalog/***/zipcode_validate.php on line 186 Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /homepages/15/***/htdocs/catalog/***/zipcode_validate.php on line 190 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /homepages/15/***/htdocs/catalog/***/zipcode_validate.php on line 193 Is there another way to call the database inorder to achieve the results? I have the following: Server OS: Linux 2.4.28-grsec-20050113a HTTP Server: Apache/1.3.29 (Unix) PHP Version: 4.3.10 (Zend: 1.3.0) My guess is that it doesnt like the following: [Line 185] $mysql_access = mysql_connect("localhost", DB_SERVER_USERNAME, DB_SERVER_PASSWORD); Really would like to get this going. Thanks guys.
  18. The site you posted... is that a current (Feb 2005) working example of the contribution?
  19. Great Contribution. Just wanted to let everyone know I posted update: http://www.oscommerce.com/community/contri...ons,2159/page,8 I have included the instructions for those that do not have a clean osC site. Thanks to Ryan Hobbs. He took the time to write it, so I took the time to compare files.
  20. Hey! Thanks again Jack. I just installed Easy Populate and was wondering about that. ..maybe just upload calling it an optional modification or something similar etc..
  21. delete the table...since I dont know what query you ran before the first time...then run the query per instructions
  22. do you have a clean version of osC...meaning you havent really modified any of the files...if so just replace all the files with the current ones from the contributions page.. If you have a modified osC site, then follow the steps in the directions... to MANUALLY add the modifications. Other than that, I can not narrow it down. But take your time. I tested the files on a clean install of osC and on a live modified site, as well as a backup copy of a site locally on a laptop ...and everything worked.
  23. OK I have fixed the problem. For those that want to take out the IP Address check.... instead of the code changes mentioned in the First page.. this is working for me so far...: setcookie( "osC_AutoCookieLogin", md5($check_customer['customers_id'].$check_customer['customers_email_address'].$check_customer['customers_password']), time()+60*60*24*14, "/", "", 0 ); The above is the same as code in first page... but here is the corrected code for second part: $check_customer_query = tep_db_query("select customers_id, customers_firstname, customers_lastname, customers_password, customers_email_address, customers_default_address_id from " . TABLE_CUSTOMERS . " where md5(CONCAT(customers_id,customers_email_address,customers_password,'" . "'))= '" . $HTTP_COOKIE_VARS['osC_AutoCookieLogin'] . "'"); Hope this helps others!
×
×
  • Create New...