The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I am trying to add an RSS feed link for a given forum to our display options block for that forum but am not sure how to (or even if it is possible) , I have tried replacing the forum number of the rss url with
http://www.webxpertz.net/forums/external.php?type=rss&forumids=$forum[forumid] which just produces http://www.domain_name.net/forums/ex...=rss&forumids= I also tried to use a conditional with Code:
<if condition="$forum[forumid]=1"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=1" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=3"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=3" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=75"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=75" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=74"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=74" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=54"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=54" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=4"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=4" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=46"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=46" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=5"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=5" target="_blank">RSS</a> <elseif /> <if condition="$forum[forumid]=6"> <a href="http://www.domain_name.net/forums/external.php?type=rss&forumids=6" target="_blank">RSS</a> <else /> :) </if> ![]() thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|