vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

RSS feed hack

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...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > Template Modifications

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-05-2007, 01:37 PM
Junior Member
 
Real Name: Andy Hin
Join Date: Nov 2006
Posts: 8
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-05-2007, 02:01 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,498
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
If you are talking about rss icons just before Forum names , that is an easy template edit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-05-2007, 02:06 PM
Junior Member
 
Real Name: Andy Hin
Join Date: Nov 2006
Posts: 8
Oh, I'm actually asking about the entire RSS mod.

Last edited by whydna; 07-09-2007 at 08:15 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-05-2007, 03:34 PM
Member
 
Real Name: Jay
Join Date: May 2007
Posts: 86
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-05-2007, 09:16 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,449
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">&nbsp;</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>&nbsp;<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
forumhome_forumbit_level2_post
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>&nbsp;<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>&nbsp;<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&amp;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]&nbsp;</div></td>
    </if>
</tr>
$childforumbits
replace/add in the bolded as necessary in your templates.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-05-2007, 09:23 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,449
also, moving to the correct forum. this has nothing to do with the sitemap generator.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-09-2007, 08:14 PM
Junior Member
 
Real Name: Andy Hin
Join Date: Nov 2006
Posts: 8
Thanks Brian, much appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 01:22 PM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.