RSS feed for each forum follow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamshed
    New Member
    • Feb 2006
    • 8
    • 3.5.0 Pre-Release

    RSS feed for each forum follow

    Hay recently i added "Add a link to the RSS feed for each forum" by Wayne Luke. RSS linked with rel="nofollow".

    i want to make it RSS linked as follow what i need to do.?
    Attached Files
  • Final Kaoss
    Senior Member
    • Nov 2006
    • 581

    #2
    You don't want to add a no follow link to the rss feed. Google can find the feed and crawl the links within getting more pages indexed. Adding rel=nofollow won't let google do that. Where is link to his addon? What I would do is open them and do a search for the rel=nofollow tag and remove it, then upload.

    Comment

    • jamshed
      New Member
      • Feb 2006
      • 8
      • 3.5.0 Pre-Release

      #3
      I already searched but not found rel=nofollow on RSS.

      Originally posted by scylla22
      You don't want to add a no follow link to the rss feed. Google can find the feed and crawl the links within getting more pages indexed. Adding rel=nofollow won't let google do that. Where is link to his addon? What I would do is open them and do a search for the rel=nofollow tag and remove it, then upload.

      Comment

      • Final Kaoss
        Senior Member
        • Nov 2006
        • 581

        #4
        ok whats the link to his plugin, it's on vb.org?

        Comment

        • jamshed
          New Member
          • Feb 2006
          • 8
          • 3.5.0 Pre-Release

          #5
          Originally posted by scylla22
          ok whats the link to his plugin, it's on vb.org?
          I added this mod.
          So I wanted to add an image link to each forum for its unique RSS feed. This would allow people to subscribe to their favorite forums with their favorite News Reader instead of email. It would always be up to date and accurate. There are three steps to doing this. First, I decided I needed a small plugin to determine if RSS

          Comment

          • Final Kaoss
            Senior Member
            • Nov 2006
            • 581

            #6
            ok since you already did the template edits do this.

            Open the forumdisplay template.

            Find:

            Code:
            [COLOR=#008080]<table class=[COLOR=#0000ff]"tborder"[/COLOR] cellpadding=[COLOR=#0000ff]"$stylevar[cellpadding]"[/COLOR] cellspacing=[COLOR=#0000ff]"$stylevar[cellspacing]"[/COLOR] border=[COLOR=#0000ff]"0"[/COLOR] width=[COLOR=#0000ff]"100%"[/COLOR] align=[COLOR=#0000ff]"center"[/COLOR] style=[COLOR=#0000ff]"border-bottom-width:0px"[/COLOR]>[/COLOR]
            [COLOR=#008080]<tr>[/COLOR]
                [COLOR=#008080]<td class=[COLOR=#0000ff]"tcat"[/COLOR] width=[COLOR=#0000ff]"100%"[/COLOR]>[/COLOR]$vbphrase[threads_in_forum][COLOR=#000080]<span class=[COLOR=#0000ff]"normal"[/COLOR]>[/COLOR] : $foruminfo[title][COLOR=#000080]</span>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#008080]<td class=[COLOR=#0000ff]"vbmenu_control"[/COLOR] id=[COLOR=#0000ff]"forumtools"[/COLOR] nowrap=[COLOR=#0000ff]"nowrap"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"$show[nojs_link]#goto_forumtools"[/COLOR] rel=[COLOR=#0000ff]"nofollow"[/COLOR]>[/COLOR]$vbphrase[forum_tools][COLOR=#008000]</a>[/COLOR] [COLOR=#800000]<script type=[COLOR=#0000ff]"text/javascript"[/COLOR]>[/COLOR] vbmenu_register("forumtools"); [COLOR=#800000]</script>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#ff0000]<if condition=[COLOR=#0000ff]"$show['forumsearch']"[/COLOR]>[/COLOR]
                [COLOR=#008080]<td class=[COLOR=#0000ff]"vbmenu_control"[/COLOR] id=[COLOR=#0000ff]"forumsearch"[/COLOR] nowrap=[COLOR=#0000ff]"nowrap"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"$show[nojs_link]#goto_forumsearch"[/COLOR] rel=[COLOR=#0000ff]"nofollow"[/COLOR]>[/COLOR]$vbphrase[search_this_forum][COLOR=#008000]</a>[/COLOR] [COLOR=#800000]<script type=[COLOR=#0000ff]"text/javascript"[/COLOR]>[/COLOR] vbmenu_register("forumsearch"); [COLOR=#800000]</script>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#ff0000]</if>[/COLOR]
                [COLOR=#ff0000]<if condition=[COLOR=#0000ff]"$show['rss']"[/COLOR]>[/COLOR]
                  [COLOR=#008080]<td class=[COLOR=#0000ff]"tcat"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"external.php?type=rss2&forumids=$foruminfo[forumid]"[/COLOR]>[/COLOR][COLOR=#800080]<img class=[COLOR=#0000ff]"inlineimg"[/COLOR] src=[COLOR=#0000ff]"$stylevar[imgdir_misc]/feed_icon.png"[/COLOR] height=[COLOR=#0000ff]"14"[/COLOR] width=[COLOR=#0000ff]"14"[/COLOR] alt=[COLOR=#0000ff]"Feed Icon"[/COLOR] title=[COLOR=#0000ff]"Subscribe to $foruminfo[title]'s RSS Feed"[/COLOR]>[/COLOR][COLOR=#008000]</a>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#ff0000]</if>[/COLOR]
                
            [COLOR=#008080]</tr>[/COLOR]
            [COLOR=#008080]</table>[/COLOR]
            Replace with:

            Code:
            [COLOR=#008080]<table class=[COLOR=#0000ff]"tborder"[/COLOR] cellpadding=[COLOR=#0000ff]"$stylevar[cellpadding]"[/COLOR] cellspacing=[COLOR=#0000ff]"$stylevar[cellspacing]"[/COLOR] border=[COLOR=#0000ff]"0"[/COLOR] width=[COLOR=#0000ff]"100%"[/COLOR] align=[COLOR=#0000ff]"center"[/COLOR] style=[COLOR=#0000ff]"border-bottom-width:0px"[/COLOR]>[/COLOR]
            [COLOR=#008080]<tr>[/COLOR]
                [COLOR=#008080]<td class=[COLOR=#0000ff]"tcat"[/COLOR] width=[COLOR=#0000ff]"100%"[/COLOR]>[/COLOR]$vbphrase[threads_in_forum][COLOR=#000080]<span class=[COLOR=#0000ff]"normal"[/COLOR]>[/COLOR] : $foruminfo[title][COLOR=#000080]</span>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#008080]<td class=[COLOR=#0000ff]"vbmenu_control"[/COLOR] id=[COLOR=#0000ff]"forumtools"[/COLOR] nowrap=[COLOR=#0000ff]"nowrap"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"$show[nojs_link]#goto_forumtools"[/COLOR] >[/COLOR]$vbphrase[forum_tools][COLOR=#008000]</a>[/COLOR] [COLOR=#800000]<script type=[COLOR=#0000ff]"text/javascript"[/COLOR]>[/COLOR] vbmenu_register("forumtools"); [COLOR=#800000]</script>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#ff0000]<if condition=[COLOR=#0000ff]"$show['forumsearch']"[/COLOR]>[/COLOR]
                [COLOR=#008080]<td class=[COLOR=#0000ff]"vbmenu_control"[/COLOR] id=[COLOR=#0000ff]"forumsearch"[/COLOR] nowrap=[COLOR=#0000ff]"nowrap"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"$show[nojs_link]#goto_forumsearch"[/COLOR] >[/COLOR]$vbphrase[search_this_forum][COLOR=#008000]</a>[/COLOR] [COLOR=#800000]<script type=[COLOR=#0000ff]"text/javascript"[/COLOR]>[/COLOR] vbmenu_register("forumsearch"); [COLOR=#800000]</script>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#ff0000]</if>[/COLOR]
                [COLOR=#ff0000]<if condition=[COLOR=#0000ff]"$show['rss']"[/COLOR]>[/COLOR]
                  [COLOR=#008080]<td class=[COLOR=#0000ff]"tcat"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"external.php?type=rss2&forumids=$foruminfo[forumid]"[/COLOR]>[/COLOR][COLOR=#800080]<img class=[COLOR=#0000ff]"inlineimg"[/COLOR] src=[COLOR=#0000ff]"$stylevar[imgdir_misc]/feed_icon.png"[/COLOR] height=[COLOR=#0000ff]"14"[/COLOR] width=[COLOR=#0000ff]"14"[/COLOR] alt=[COLOR=#0000ff]"Feed Icon"[/COLOR] title=[COLOR=#0000ff]"Subscribe to $foruminfo[title]'s RSS Feed"[/COLOR]>[/COLOR][COLOR=#008000]</a>[/COLOR][COLOR=#008080]</td>[/COLOR]
                [COLOR=#ff0000]</if>[/COLOR]
                
            [COLOR=#008080]</tr>[/COLOR]
            [COLOR=#008080]</table>[/COLOR]
            And you have now removed the nofollow link.

            Comment

            • jamshed
              New Member
              • Feb 2006
              • 8
              • 3.5.0 Pre-Release

              #7
              This way forum tools nofollow removed but not removed from RSS.
              RSS display code is.
              Code:
              [COLOR=#ff0000]<if condition=[COLOR=#0000ff]"$show['rss']"[/COLOR]>[/COLOR]
                    [COLOR=#008080]<td class=[COLOR=#0000ff]"tcat"[/COLOR]>[/COLOR][COLOR=#008000]<a href=[COLOR=#0000ff]"external.php?type=rss2&forumids=$foruminfo[forumid]"[/COLOR]>[/COLOR][COLOR=#800080]<img class=[COLOR=#0000ff]"inlineimg"[/COLOR] src=[COLOR=#0000ff]"$stylevar[imgdir_misc]/feed_icon.png"[/COLOR] height=[COLOR=#0000ff]"14"[/COLOR] width=[COLOR=#0000ff]"14"[/COLOR] alt=[COLOR=#0000ff]"Feed Icon"[/COLOR] title=[COLOR=#0000ff]"Subscribe to $foruminfo[title]'s RSS Feed"[/COLOR]>[/COLOR][COLOR=#008000]</a>[/COLOR][COLOR=#008080]</td>[/COLOR]
                  [COLOR=#ff0000]</if>[/COLOR]

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...