Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46
  1. #11
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    you upload this file??

    /admin/includes/extra_datafiles/meta_tags_manufacturers.php

    define('TABLE_MANUFACTURERS_META', DB_PREFIX . 'meta_tags_manufacturers_description');



    Quote Originally Posted by jlcaudio View Post
    i got it i had to upload it thanks for your help can you go to my other post please and see if you can tell me what is wrong

  2. #12
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    i don't undestant,,,you bbdd is jlcaudio_IC_20090717_220127, and you install the query ,,,and before it says "ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists", and it says not find the table "zen_meta_tags_manufacturers_description""


    Quote Originally Posted by jlcaudio View Post
    Failed: 1
    ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

  3. #13
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    there is an error in

    \pro\includes\languages\english\extra_definitions\manufacturers_metatags.php

    you have "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS" and "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS"

    where category is mentioned it should be manufacturer

    when it should be
    Code:
    //Metatags
      define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Manufacturers Meta Tags Definitions');
      define('TEXT_INFO_HEADING_EDIT_MANUFACTURER_META_TAGS', 'Manufacturers Meta Tags Definitions');
      define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Define Custom Meta Tags');
      define('TEXT_EDIT_MANUFACTURER_META_TAGS_INTRO', 'Define Custom Meta Tags');
      define('TEXT_EDIT_MANUFACTURER_META_TAGS_TITLE', 'Title:');
      define('TEXT_EDIT_MANUFACTURER_META_TAGS_KEYWORDS', 'Keywords:');
      define('TEXT_EDIT_MANUFACTURERS_META_TAGS_DESCRIPTION', 'Description:');
    the spanish defines are ok

    also the where the meta title goes then the field is only 4 characters wide, this should be much wider than thisn and/or auto adjust to the size of the currently define meta title
    Last edited by netgirlz; 7 Mar 2011 at 03:07 AM.

  4. #14
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    Hi!

    Is this module compatible with 1.3.9h?

    I've been trying to get it working for a day or two now.

    When i go to the 'Manufacturers' page in the admin panel i get:

    Parse error: syntax error, unexpected '}' in ....manufacturers.php on line 254


    ..and if i remove the allegedly spurious '{' (which appears to be in the same place as the core file) i get pages of this...

    fields['manufacturers_id'] , (int)$_SESSION['languages_id']) or zen_get_manufacturer_metatags_manu_description($manufacturers->fields['manufacturers_id'] , (int)$_SESSION['languages_id'])) {?>

  5. #15
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    Hi Andy. Did you ever get this sorted? I have exact same issue with 1.3.9h. Thanks. Paul.

  6. #16
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: manufacturers meta-tags(keywords and title and description)

    I've submitted v2.0.0 to the plugins' area for review. Following are the highlights:
    • Correct usage of PHP short tags.
    • Include database setup in an admin-level auto-installer — no more SQL installation script.
    • Delete meta-tag records if a manufacturer is deleted.
    • Update core-file and template-override basis to Zen Cart v1.5.4.
    • Standardize admin and template-override folder names for the distribution.
    • Move meta_tags.php into a template-override folder.

  7. #17
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: manufacturers meta-tags(keywords and title and description)


  8. #18
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: manufacturers meta-tags(keywords and title and description)

    I've just submitted v2.1.0 to the plugins:
    • Remove use of the HTML editor, since the keywords and description meta-tags are stripped of HTML content, anyway!

  9. #19
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: manufacturers meta-tags(keywords and title and description)

    v2.1.0 is now available for download.

  10. #20
    Join Date
    Jun 2008
    Location
    UK
    Posts
    209
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    using .... v.2.1.0
    (zen cart v.1.5.4)


    I kept copying and re-copying up this module thinking Id made a mistake ....

    But when looking at this forum I could see that

    includes\languages\english\extra_definitions\manufacturers_metatags.php

    TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS

    should be TEXT_INFO_HEADING_EDIT_MANUFACTURER_META_TAGS


    PHP Code:
    <?php
    // -----
    // Part of the Manufacturers Meta Tags plugin for Zen Cart.
    //
    define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS''Manufacturers Meta Tags Definitions');
    define('TEXT_EDIT_MANUFACTURER_META_TAGS_INTRO''Define Custom Meta Tags');
    define('TEXT_EDIT_MANUFACTURER_META_TAGS_TITLE''Title:');
    define('TEXT_EDIT_MANUFACTURER_META_TAGS_KEYWORDS''Keywords:');
    define('TEXT_EDIT_MANUFACTURERS_META_TAGS_DESCRIPTION''Description:');

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v139h How do I change basic meta tags such as page title and description and meta keywords
    By robertwebsite in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 08:38 AM
  2. Keywords/meta tags, and title of page change..
    By in4sit in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Oct 2010, 03:41 PM
  3. manufacturers meta-tags(keywords and title and description)
    By jlcaudio in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 7 Aug 2009, 07:04 PM
  4. Custom Meta Tags Title, Description and Keywords.
    By CoolCarPartsOnline in forum General Questions
    Replies: 4
    Last Post: 30 Jun 2009, 12:09 PM
  5. Manufacturers description, meta tags & keywords
    By higherselfgifts in forum General Questions
    Replies: 2
    Last Post: 26 Aug 2008, 07:15 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR