Hi,
What iss the RSS hack being used on .com called?
Thanks in advance,
whyDNA
This is a discussion on RSS feed hack within the Template Modifications forums, part of the vBulletin SEO Discussion category; Hi, What iss the RSS hack being used on .com called? Thanks in advance, whyDNA...
Hi,
What iss the RSS hack being used on .com called?
Thanks in advance,
whyDNA
Last edited by Brian Cummiskey; 12-01-2009 at 01:11 AM.
If you are talking about rss icons just before Forum names , that is an easy template edit.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Oh, I'm actually asking about the entire RSS mod.
Last edited by whydna; 07-09-2007 at 07:15 PM.
cinvin has created something that captures all your forums and makes a rss page out of it:
CinVin - vBulletin Plugins / Add-ons / Hacks - CinVin vB Forum Feed Listing - vBulletin Styles, vBulletin Skins, vBulletin Templates
it's not a mod (I run BTW). its just a custom template edit as suggested.
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_postCode:<tr> <td class="tcat"><span class="smallfont"> </span></td> <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>"> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed" /></a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> $childforumbits
replace/add in the bolded as necessary in your templates.Code:<tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"> <div> <a href="external.php?type=rss2&forumids=$forum[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="RSS Feed" title="Subscribe to the $forum[title] RSS Feed" /></a> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits
Last edited by Brian Cummiskey; 12-01-2009 at 01:10 AM.
also, moving to the correct forum. this has nothing to do with the sitemap generator.
Thanks Brian, much appreciated.