The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
RSS feed icon in forumdisplay
Can anybody tell me why this RSS icon not showing in my forums!
I added this in the forumdisplay template Code:
<td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td> </if> <td><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img src="images/added/feed-icon-animated.gif" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td> </tr> </table> |
#2
|
||||
|
||||
change:
Code:
<td><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img src="images/added/feed-icon-animated.gif" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td> Code:
<td class="vbmenu_control"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img src="images/added/feed-icon-animated.gif" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td> |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Try messing around with the href attribute designation. May need to be a little more specific. Maybe even go as far as <a href="http://yoursite/forum/external.php......
Code:
<td class="vbmenu_control"><a href="/external.php?type=rss2&forumids=$foruminfo[forumid]"><img src="images/added/feed-icon-animated.gif" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td> |
#5
|
|||
|
|||
My bad
It was a big mistake I was putting the code in forum lists table not in the thread list table! Finally this code worked Code:
<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed-icon-animated1.gif" border="0" height="20" width="20" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|