Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorMrNase
    • CommentTimeNov 28th 2005
     # 1
    See topic.. Can we please have an RSS extension?! :)
    • CommentAuthorjos
    • CommentTimeNov 28th 2005
     # 2
    As far as I can see rss feeds are already available. That is wat FF tells me. :)
    •  
      CommentAuthorMrNase
    • CommentTimeNov 28th 2005
     # 3
    It's Atom -> http://lussumo.com/community/feeds/

    Not RSS ;-)
    •  
      CommentAuthorfernando
    • CommentTimeNov 28th 2005
     # 4
    I'd really like RSS too.

    BTW: can non registered users read the Atom feed of a closed forum?
    • CommentAuthorjos
    • CommentTimeNov 28th 2005
     # 5
    I stand corrected. :)
    •  
      CommentAuthorstuart
    • CommentTimeNov 28th 2005
     # 6
    If you use a service like feedburner, it will make RSS feeds from Atom feeds for you IIRC.
    • CommentAuthorSirNot
    • CommentTimeNov 28th 2005 edited
     # 7
    http://lussumo.com/community/comments.php?DiscussionID=956&page=2#Comment_13889
    •  
      CommentAuthorlech
    • CommentTimeNov 28th 2005
     # 8
    Next release, MrNase, next release :D
    •  
      CommentAuthorMrNase
    • CommentTimeNov 28th 2005
     # 9
    Thanks SirNot ! :-)


    lech: I can't wait ;-)
    •  
      CommentAuthorBergamot
    • CommentTimeNov 29th 2005 edited
     # 10
    *Does dance of joy*

    :D-/-<
    :D-\-<
    :D-/-<
    •  
      CommentAuthorMark
    • CommentTimeDec 2nd 2005
     # 11
    Yes - now you see the awesomeness of rss2 in 0.9.3 :)
    •  
      CommentAuthoralexis
    • CommentTimeDec 5th 2005
     # 12
    Hi guys, some of my users are asking about email notification, I told them about subscribing to the feed, however I noticed (I'm using 0.9.2) that only new discussions appears in the feed, how can I get to know if some discussion got replies via the feed?
    •  
      CommentAuthorMark
    • CommentTimeDec 5th 2005
     # 13
    In 0.9.2, feeds were very limited. I don't think what you're asking for was possible back then.

    0.9.3 has way more to it - you can even create feeds from your saved searches or feed from individual discussions. Check out lussumo.com/vanilladev to see what I'm talking about...
    •  
      CommentAuthorADM
    • CommentTimeDec 5th 2005
     # 14
    Is it possible to get the last 10 comments made in RSS2 in 0.9.3?
    •  
      CommentAuthorBergamot
    • CommentTimeDec 6th 2005
     # 15
    I can get the *first* 10 comments made in an rss2 feed in 0.9.3 :D
    •  
      CommentAuthorMark
    • CommentTimeDec 6th 2005 edited
     # 16
    Bergamot - yeah, that's wierd, huh? The reason I did that was because I found that as soon as I removed the order by clause on the comment search, it sped the query up by over 500%. I tried adding an index to the "DateCreated" column of the comment table, but it still made no difference if the order by was in the query. Wacky Mysql.

    ADM - you'd probably have to write another extension to do that for you. You could inject some code into the comments.php page using delegates and hijack the SqlBuilder that builds the query for that page if a certain parameter is passed in the querystring. Change the query to what you want it to be, and let the page execute.
    •  
      CommentAuthorBergamot
    • CommentTimeDec 6th 2005
     # 17
    Bergamot - yeah, that's wierd, huh? The reason I did that was because I found that as soon as I removed the order by clause on the comment search, it sped the query up by over 500%. I tried adding an index to the "DateCreated" column of the comment table, but it still made no difference if the order by was in the query. Wacky Mysql.
    Why not use order by when a sort criteria is specified, and not use it if it's left blank?
Add your comments
    Username Password
  • Format comments as