View Full Version : How to change what RSS tag looks like
corneo
04-27-2008, 10:09 PM
I found this code: <span style="float:$stylevar[right]"><a href="external.php?type=RSS2&forumids=$forum[forumid]">RSS</a></span>
Which I believe is producing the image below. What would I change to replace the RSS to the normal .gif image?
Lynne
04-27-2008, 10:17 PM
Well, the RSS icon I use is located at images/misc/feed_icon.png, so I would use:
<span style="float:$stylevar[right]"><a href="external.php?type=RSS2&forumids=$forum[forumid]"><img src="http://www.yoursite.com/forums/images/misc/feed_icon.png"></a></span>
corneo
04-27-2008, 10:32 PM
Thank you. That did fix it. For some reason I couldn't put it that file location, but I did get it to work.
--------------- Added 1209339340 at 1209339340 ---------------
Another stupid question that relates to this matter. Is there something I can do so the RSS will not show up on private forums? Right now the command makes it appear on everything. If you click it on private forums. You will not get a feed. So I'm not that worried about this matter.
Lynne
04-27-2008, 10:42 PM
Did you use a modification for this? The author may know what to do. I know I use a plugin to add the code on my forums and I actually did a conditional for those forums - if not forum x,y,z, then do the link.
corneo
04-27-2008, 10:48 PM
It's not a .xml. I think (bad memory) it was just a line change/add. It was added years ago and I never paid attention to it because it never worked.
OK, I'm slow in updating the form. LOL
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.