Page 11 of 96 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 955
  1. #101
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    v 2.0.7 27.10.2007 17:52
    1. Bug fixes (Thanks to Paulm);
    2. Add more <link rel="alternate" type="application/rss+xml";
    3. Add extended RSS-title (Thanks to Paulm for this idea);

  2. #102
    Join Date
    Nov 2003
    Location
    Haarlem | Netherlands
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: RSS2 Feed Contribution

    You don't understand me. I do not ask "how?".
    True, I already had doubts about that part of my comments soon after posting.

    I myself know this very well and know perfectly my own rss feed code.
    That appears to be very true

    Thanks a lot for the update! I updated and did some quick tests, and as far as I can see it works great

  3. #103
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    First of all: THANK YOU, ANDREW FOR ALL YOUR CONTRIBUTIONS

    I have 2 questions:
    1) The button "buy now" seems to donīt work for me (lates version of the mod installed)
    2) Do you think is convenient to disallow rss_feed for robots to avoid duplicate content?

  4. #104
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Another think:
    Checkin validation of feed at Feed Validator this is the result:

    This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    • line 23, column 0: description should not contain onmouseover attribute [help]
      <input type="hidden" name="cart_quantity" value="1" /><input type="hidden" n ...
    • line 23, column 0: description should not contain onmouseout attribute [help]
      <input type="hidden" name="cart_quantity" value="1" /><input type="hidden" n ...
    • line 36, column 2: Missing atom:link with rel="self" [help]
      </channel>
      ^

  5. #105
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: RSS2 Feed Contribution

    1) The button "buy now" seems to donīt work for me (lates version of the mod installed)
    The BUY NOW button only appears to work in FF, not IE...

  6. #106
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I'm confused...

    I just downloaded the RSS feed and there were two SQL files. One called install and the other called update_2_0_2. I got the first one installed (copy and pasted like the instructions said) but the second one I keep getting errors. I tried copy and past via Zen Cart SQL patch uploader and I even tried to just upload the file.

    The error i get is:
    Code:
    1062 Duplicate entry 'RSS_HOMEPAGE_FEED' for key 2
    in:
    [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'RSS Home Page Feed', 'RSS_HOMEPAGE_FEED', '', 'RSS Home Page Feed', @configuration_group_id, 8, NOW(), NULL, 'zen_cfg_select_option(array(\'news\', \'new_products\', \'upcoming\', \'featured\', \'specials\', \'products\', \'categories\'),'), (NULL, 'RSS Default Feed', 'RSS_DEFAULT_FEED', '', 'RSS Default Feed', @configuration_group_id, 8, NOW(), NULL, 'zen_cfg_select_option(array(\'news\', \'new_products\', \'upcoming\', \'featured\', \'specials\', \'products\', \'categories\'),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    ok, second part of my problem...

    I thought I could still get it to work even without the patch, but no such luck. Not sure if my settings are correct but I installed the RSS in my footer, clicked on it and got this error message..

    Code:
    XML Parsing Error: xml declaration not at start of external entity
    Location: http://barkandstuff.com/shop/index.php?main_page=rss_feed&feed=categories
    Line Number 2, Column 1:<?xml version="1.0" encoding="iso-8859-1"?>

    any help would be much appreciated.

    Vicky

  7. #107
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: RSS2 Feed Contribution

    I just downloaded the RSS feed and there were two SQL files. One called install and the other called update_2_0_2. I got the first one installed (copy and pasted like the instructions said) but the second one I keep getting errors. I tried copy and past via Zen Cart SQL patch uploader and I even tried to just upload the file.
    install.sql is for fresh installations. update_2_0_2.sql is for upgrading from 2.0.1 to 2.0.2...

  8. #108
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi, I reinstalled the install sql file and am still getting this error..


    XML Parsing Error: xml declaration not at start of external entity
    Location: http://barkandstuff.com/shop/index.p...&feed=products
    Line Number 2, Column 1:<?xml version="1.0" encoding="iso-8859-1"?>
    ^


    Any tips or ideas?

    Vicky

    You can visit my site and click the RSS feed located on the footer

  9. #109
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by TrvlFox View Post
    Not sure if my settings are correct but I installed the RSS in my footer, clicked on it and got this error message..
    Code:
    XML Parsing Error: xml declaration not at start of external entity
    Location: http://barkandstuff.com/shop/index.php?main_page=rss_feed&feed=categories
    Line Number 2, Column 1:<?xml version="1.0" encoding="iso-8859-1"?>
    I can't understand... What is your setting for "RSS Managing Editor"?

  10. #110
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by tonibarcelona View Post
    line 36, column 2: Missing atom:link with rel="self" [help]
    </channel>
    ^
    I add this recommended tag in the next release.

 

 
Page 11 of 96 FirstFirst ... 9101112132161 ... LastLast

Similar Threads

  1. Rss2 feed & Ultimate SEO URL
    By Jerry5763837 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Feb 2009, 12:42 PM
  2. RSS2 feed contribution support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 73
    Last Post: 26 Sep 2007, 07:38 AM
  3. How to display Price in Rss2.php ( Rss Feed )
    By anand in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Jan 2007, 10:38 PM
  4. rss2.php rss feed contribution - YAHOO picks up only IMAGE URL?
    By gsh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Dec 2006, 05:19 AM
  5. Does rss2 mod also do mailing lists?
    By levander in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2006, 11: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