Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2008
    Posts
    69
    Plugin Contributions
    0

    help question labelling site with ICRA system

    Hi

    I have done the necessary to label my site with ICRA system and have received an email from them describing what I need to do:


    This e-mail contains the basic information you need to label your site using the ICRA system

    First of all, please save the attached labels.rdf file in the same folder as your copy of your website's homepage.
    DONE - I think its in the right place!

    Then you need to arrange for the "tag" shown below to be included in the <head> section of each page on your website. I have the tag referred to but am not sure which file I should add it to - I tried adding to includes/templates/darkness/common/html_header.php but it didn't seem to matter where I put the code in the file my site would upload as a white/blank site.

    This is the code I am using:

    <?php
    /**
    * bof ICAS certification
    */
    <link rel="meta" href="http://slinkykinkyuk.com/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
    <meta http-equiv="pics-Label" content='(pics-1.1 "http://www.icra.org/pics/vocabularyv03/" l gen true for "http://slinkykinkyuk.com" r (n 2 s 3 v 0 l 3 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0) gen true for "http://www.slinkykinkyuk.com" r (n 2 s 3 v 0 l 3 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0))' />
    <?php //endof ICAS certification ?>

    Can anyone suggest what I am doing wrong?

    Thanks

    Helen

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: labelling site with ICRA system

    The tag goes in includes/templates/your template/html_header.php


    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Nov 2008
    Posts
    69
    Plugin Contributions
    0

    Default Re: labelling site with ICRA system

    Hi
    Thanks for your reply:

    Quote Originally Posted by mprough View Post
    The tag goes in includes/templates/your template/html_header.php


    ~Melanie
    However I do not have an html_header.php in the file you suggest: includes/templates/your template/

    I do have one in: includes/templates/your template/common
    but when I put the code in that file it doesn't work??

    Should I copy the html_header.php file in the common folder to includes/templates/your template/ folder?

    Or is there a specific place in the includes/templates/your template/html_header.php file where I should be placing my code - or is there a problem with the code itself?

    Regards
    Helen

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: labelling site with ICRA system

    It should be /includes/templates/your_templat_name/common/html_header.php

    If not present get a copy from /includes/templates/template_default/common/html_header.php

    https://www.zen-cart.com/tutorials/index.php?article=36
    https://www.zen-cart.com/tutorials/i...hp?article=143
    https://www.zen-cart.com/tutorials/i...hp?article=230
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Nov 2008
    Posts
    69
    Plugin Contributions
    0

    Default Re: labelling site with ICRA system

    Hi kobra

    Thanks for confirming which file the tag should be added to.

    I have tried adding the tag in various places of this file and nothing works - my site just loads as a blank.

    I deduce it must be my code:

    <?php
    /**
    * bof ICAS certification
    */
    <link rel="meta" href="http://slinkykinkyuk.com/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
    <meta http-equiv="pics-Label" content='(pics-1.1 "http://www.icra.org/pics/vocabularyv03/" l gen true for "http://slinkykinkyuk.com" r (n 2 s 3 v 0 l 3 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0) gen true for "http://www.slinkykinkyuk.com" r (n 2 s 3 v 0 l 3 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0))' />
    <?php //endof ICAS certification ?>

    or

    I have to place the tag code in a specific place within the file - I have tried various places - all after the <head> line and hopefully not in the middle of some other code.

    Any ideas?

    Thanks
    Helen

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: labelling site with ICRA system

    Code:
    <link rel="meta" href="http://slinkykinkyuk.com/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
    <meta http-equiv="pics-Label" content='(pics-1.1 "http://www.icra.org/pics/vocabularyv03/" l gen true for "http://slinkykinkyuk.com" r (n 2 s 3 v 0 l 3 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0) gen true for "http://www.slinkykinkyuk.com" r (n 2 s 3 v 0 l 3 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0))' />
    Use just this

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 

Similar Threads

  1. Site is down, *System Setup Required*
    By DJdaywalker in forum General Questions
    Replies: 3
    Last Post: 20 Feb 2013, 10:24 AM
  2. USPS System updates site link?
    By anita in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 21 Oct 2010, 04:49 PM
  3. Customisation of Checkout system for alternative site
    By buzzmonkey in forum General Questions
    Replies: 3
    Last Post: 23 Jul 2010, 07:13 PM
  4. labelling required attributes
    By webjuggler in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Aug 2009, 04:08 PM
  5. Need help designing a shipping system for an international site
    By schwimwastaken in forum Addon Shipping Modules
    Replies: 0
    Last Post: 13 Sep 2006, 03:55 AM

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