Back to vBulletin 3.8 Add-ons

Social Group RSS - RSS Feeds for Social Groups
Mod Version: 0.2, by nick_ramsay

vB Version: 3.8.2 Rating: (0 vote - 0 average) Installs: 21
Released: 09 May 2009 Last Update: 16 May 2009 Downloads: 139
Not Supported Template Edits Additional Files Re-usable Code Translations Is in Beta Stage  

This hack creates an RSS feed for each social group. Each feed shows the last 20 posts (not just threads) from the desired social group.

How it works:
The feeds are generated by using the url, http://www.yoursite.com/groupfeed.php?groupid=ID, or clicking the RSS icon on each group's homepage. ID is the id number for the group.

RSS feeds are inaccessible for private groups.

What it involves:
Uploading a new file to your forums root directory.
Uploading an RSS icon to the images/misc folder.
Making a small template edit to show the RSS icon.

Caveats:
The RSS icon shows regardless of whether the group is private or not.

Requests:
I won't be supporting this hack. I'm hoping somebody with more vBulletin and programming experience than me can take what I've done, give it some solid testing and make it better. If you'd like to revamp it, be my guest.

How to install:
1. Upload the attached groupfeed.php file to your forums root directory;
2. Upload the attached RSS icon, feed-icon-24x24.png to the images/misc folder;
3. Go to Admin CP -> Styles & Templates -> Style Manager -> Choose Edit Templates and click Go -> Double click Social Groups Templates -> Double click socialgroups_group ->Search in Template for <h1 id="group_name">.

Replace:

Code:
<h1 id="group_name"></h1>
with:

Code:
<h1 id="group_name">$group[name] <a href="groupfeed.php?groupid=$group[groupid]"><img style="vertical-align: top; height: 24px; width: 24px; border: 0px;" src="$stylevar[imgdir_misc]/feed-icon-24x24.png"></a></h1>
Save and visit your social groups. You should see an RSS icon next to each group's title.

Download

File Type: %1$s groupfeed.php (6.1 KB, 127 downloads)

Screenshots


vblts.ru supports vBulletin®, 2022-2024