Results 1 to 2 of 2

Meta Tags On The Fly

This is a discussion on Meta Tags On The Fly within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Complete package. Corrected SQL as it was missing colon and gave error. Thanks to suhy and 20uk.net for pointing this ...

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Post Meta Tags On The Fly

    Complete package. Corrected SQL as it was missing colon and gave error.
    Thanks to suhy and 20uk.net for pointing this out.

    More...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    New Member
    Join Date
    Nov 2004
    Posts
    10
    Rep Power
    0


    Default Re: Meta Tags On The Fly

    Still a slight error (type-o) in the SQL file

    Code:
    INSERT INTO `configuration` ( `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` ,  `date_added` )
    VALUES (
    '' 'Default Keyword ', 'KEYWORD_TAG', 'Add your Keywords', 'These keywords will display in the meta tag on your main index page and all non-product pages. Seperate words with commas.', '41', '1', now()
    ;)
    
    
    The end of the second command has ;)  Should be );
    Last edited by Asgoroth; 04-16-2007 at 10:58 AM. Reason: Added [code] tag

Similar Threads

  1. Meta Tags On The Fly
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 04-01-2007, 10:50 AM
  2. Meta Tags On The Fly
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 03-12-2007, 07:00 PM
  3. meta tags
    By jschafer52 in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 01-11-2006, 04:25 AM
  4. Meta Tags
    By jschafer52 in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 11-24-2005, 07:28 PM
  5. Meta Tags
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 09-03-2004, 01:08 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
  •