Results 1 to 2 of 2

This is a discussion on RSS Feed within the Improving ClubWRX.net forums, part of the News and Announcements category; Turn it on Then add this to the headinclude in the templates(in the admincp) Code: <if condition="$vboptions[externalrss]"> <if condition="$foruminfo[forumid] != ...

  1. #1
    Registered User Steve-o's Avatar
    Join Date
    Aug 2002
    Posts
    635

    RSS Feed

    *Registered users who are signed in do not see this ad.
    Please sign in or register for free!

    Turn it on

    Then add this to the headinclude in the templates(in the admincp)
    Code:
    <if condition="$vboptions[externalrss]">
       <if condition="$foruminfo[forumid] != ''">
    	  <link href="$vboptions[bburl]/external.php?type=rss2&forumids=$foruminfo[forumid]" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts in $foruminfo[title]" />
       <else/>
    	  <link href="$vboptions[bburl]/external.php?type=rss2" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts" />
       </if>
    </if>

    put it under this line:
    Code:
    <meta name="description" content="$vboptions[description]" />

    Taken from:
    http://www.vbulletin.org/forum/showt...5&page=1&pp=15


    Works great on other sites:
    WRB WRX: Super 16g Equipped
    www.BrotSpec.com

  2. #2
    Registered User David Bleurex's Avatar
    Join Date
    Oct 2004
    Posts
    89
    I use Opera for my feeds. What do _I_ do?

    Sincerely, David Bleurex

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •