Results 1 to 10 of 955

Hybrid View

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by numinix View Post
    I think it should be part of the contribution itself.
    I do not think so.
    Quote Originally Posted by numinix View Post
    And WHAT? What do you mean? The BUY NOW button is just an image, clicking on it does nothing...
    Really? You can set an example?

  2. #2
    Join Date
    Feb 2007
    Location
    Leicester UK
    Posts
    219
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post

    Really? You can set an example?
    Check my feed here.

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by spbennett View Post
    Check my feed here.
    Look nice in FF and terrible in IE. Use xsl stylesheet.

  4. #4
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: RSS2 Feed Contribution

    When I try to use an xsl stylesheet called rss.xsl and take a look at the HTML source I see:
    Code:
    <?xml-stylesheet type="text/css" href="includes/templates/YOUR_TEMPLATE/css/rss.xsl"?>
    Shouldn't that be:
    Code:
    <?xml-stylesheet type="text/xsl" href="includes/templates/YOUR_TEMPLATE/css/rss.xsl"?>
    ?

    (the xsl stylesheet does not seem to work at al, but because I'm new to this I am not sure if the above really is related)

  5. #5
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: RSS2 Feed Contribution

    I fixed the above by replacing 'xls' by 'xsl' (in rss_feed_v2.0.5_20.10.2007) in function rss_feed_out(), and I found the same typo in 2 readme files. So it was caused by a small typo.

    Unfortunately my xsl stylesheet still doesn't work for some reason though. It seems server related because if I copy a sample xsl stylesheet to my local PC it works, but when I copy the same file to my server it does not. Even tried another server and the same xsl file works perfect again.

    Does xsl depend on the server configuration?

  6. #6
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by paulm View Post
    Does xsl depend on the server configuration?
    To answer my own question: the Mime Type setting on the server needs to be correct (changed it through .htaccess). The feed still does not listen to the stylesheet though (both are text/xml type now)....

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by paulm View Post
    I fixed the above by replacing 'xls' by 'xsl' (in rss_feed_v2.0.5_20.10.2007) in function rss_feed_out(), and I found the same typo in 2 readme files. So it was caused by a small typo.
    Thanks!

  8. #8
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Thanks!
    yvw Andrew :-)

    Do you think it would be useful to add a dynamic feed name feature? (Maybe you already have plans for this?) Having the same name for multiple subscribed feeds is quite confusing I think. Maybe add the word "featured" to the featured feed name , "specials" to the specials feed name etc etc?


    And, I not sure if it's useful or not, and if it's the right way to fix this, but to prevent links like:
    Code:
    <link>http://www.mydomain.com//</link>
    I changed (rss_feed.php class, function _clear_url()):
    Code:
          $out .= $pathinfo["dirname"] . '/';
    To:
    Code:
          // $out .= $pathinfo["dirname"] . '/';
          // prevent double slashes in path
          $out .= rtrim($pathinfo["dirname"], '/');
          $out .= '/';

  9. #9
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Look nice in FF and terrible in IE. Use xsl stylesheet.
    R u saying that using the xsl stylesheet will solve the BUY NOW button issue? If not, then you haven't answered his question...

  10. #10
    Join Date
    Jul 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by spbennett View Post
    Check my feed here.

    Hi... how do you get the price to show?? I've searched the thread, but only found a couple people that got it work, but they didn't say how. I checked out your feed and do see the price at the bottom.

    So... how do you get the price to show (my price is set to "true" already in rss admin), and is it possible to put the price next to the description (and if so, how do you do it?)

    my feed is here:
    http://wyreworks.com/index.php?main_...d=new_products

    thanks!
    Deanna

 

 

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

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