Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Feb 2006
    Location
    United States
    Posts
    96
    Plugin Contributions
    0

    Default Main Page For Ror.xml Link

    A fairly easy question,but I have been at this comp for 13 hrs and am to tired to realize what I am probably loking at,but I am looking where to add in the <head> area a reference link for ror/rss.xml Anyones help here would be greatly appreciated on where to place it and on what page.Thanks again.

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

    Default Re: Main Page For Ror.xml Link

    This depends on what you seek...ror/rss.xml is not a complete url link.

    By default the logo area is href'd to your site url

    Or do you want to add another link image to your head area?

  3. #3
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Main Page For Ror.xml Link

    To add it via Zen Magic, in a way that keeps it separate from core files and thus largely unaffected by upgrades:

    create a new file:

    /includes/templates/YOURTEMPLATE/jscript/jscript_head_tags.php
    and insert the content in it ... kinda like this
    Code:
    <add my rss code here...whatever it is />
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Feb 2006
    Location
    United States
    Posts
    96
    Plugin Contributions
    0

    Default Re: Main Page For Ror.xml Link

    Sorry I was really out of it last night when I posted the ror/rss.xml. What I've downloaded was the ror/sitemap file to my root directory.After adding the file to my root folder, I have a link the instructions said to add in the head of my main page for the search engines.Heres the link I am supposed to add:
    <link rel="alternate" type="application/rss+xml" title="ROR" href="ror.xml" />
    Doc the new file you are talking about me creating in /includes/templates/YOURTEMPLATE/jscript/jscript_head_tags.php is it for the site map file I created using a ror generator?Thanks to both of you for responding to my post.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Main Page For Ror.xml Link

    put this into the file:
    Code:
    <link rel="alternate" type="application/rss+xml" title="ROR" href="ror.xml" />
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Feb 2006
    Location
    United States
    Posts
    96
    Plugin Contributions
    0

    Default Re: Main Page For Ror.xml Link

    Thanks for the reply Doc, when I added the code and then went to my website and clicked on the rss/sitemap icon it gives me a webpage that contains:
    Index of /catalog/ror.xml
    name last modified size description

    ror.xml 28-May-2006 06:30 250k

    Any clues to what has happened to cause this problem?Thanks again for your help
    I was getting this problem yesterday also when I clicked on it before adding the href link to the jscript_head_tags file.
    Last edited by skeeter; 29 May 2006 at 01:46 PM.

  7. #7
    Join Date
    Feb 2006
    Location
    United States
    Posts
    96
    Plugin Contributions
    0

    Default Re: Main Page For Ror.xml Link

    Also another thing I noticed is my permissions are set to 777 when for this ror file it should be set at 755,when trying to change it to 755 it automatically resets itself to 777.any ideas on how to change the permissions permantley in the script?Thanks

  8. #8
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Main Page For Ror.xml Link

    what's your URL?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Feb 2006
    Location
    United States
    Posts
    96
    Plugin Contributions
    0

    Default Re: Main Page For Ror.xml Link

    my Url is www.nauticalarmor.com. Thanks Doc for your help.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Main Page For Ror.xml Link

    The link is:
    HTML Code:
    <a href="ror.xml"><img src="http://www.rorweb.com/rorsitemap.gif" width="80" height="15" border="0" /></a>
    For some reason this seems to be taking you to a file-listing of a "folder" named ror.xml, from which you can select the file named ror.xml

    eg: /catalog/ror.xml/ror.xml

    Perhaps your problem may be solved by renaming the /catalog/ror.xml folder to ror.bak and then moving the ror.bak/ror.xml file up into the catalog folder .
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Display the "more" link for specials product on main page?
    By Cindy2010 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Feb 2011, 01:10 AM
  2. Website button link on main page for exchange link purposes
    By wendon in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Oct 2009, 05:42 AM
  3. Replies: 1
    Last Post: 17 Oct 2009, 11:50 PM
  4. Link doesn't show as link on main page
    By mamasylvia in forum Customization from the Admin
    Replies: 1
    Last Post: 4 May 2008, 12:46 AM
  5. The ‘All Products ...’ link does not work / Adding a link on the Main Page
    By lancebotha in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jul 2006, 01:03 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