vBulletin Search Engine Optimization
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 HondaSwap.com called? Thanks in advance, whyDNA...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| RSS feed hack
Hi, What iss the RSS hack being used on HondaSwap.com called? Thanks in advance, whyDNA Last edited by whydna; 07-09-2007 at 08:15 PM. |
|
#3
| |||
| |||
|
Oh, I'm actually asking about the entire RSS mod.
Last edited by whydna; 07-09-2007 at 08:15 PM. |
|
#4
| |||
| |||
|
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 |
|
#5
| ||||
| ||||
|
it's not a mod (I run hondaswap BTW). its just a custom template edit as suggested. forumhome_forumbit_level2_nopost Code: <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
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
|
|
#6
| ||||
| ||||
|
also, moving to the correct forum. this has nothing to do with the sitemap generator.
|
|
#7
| |||
| |||
|
Thanks Brian, much appreciated.
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Categories as Tags in RSS feed | Ic3m4n | Feature Requests | 0 | 02-18-2007 04:20 PM |
| CDATA showing up in RSS Feed Manager Posts | AlpineZone | Troubleshooting | 5 | 11-01-2006 12:57 PM |
| how can I pull an rss feed and post it on non vb pages | Loco | General Discussion | 2 | 08-07-2006 10:31 PM |