The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Linking RSS feeds in profile
Hopefully this request hasn't been submitted before and I just missed it...
I'd like to be able to allow site members to link to the RSS feeds of their personal blog sites, and in doing so, would display the last five or 10 entries of their blog on their main profile page. |
#2
|
|||
|
|||
*bump*
|
#3
|
||||
|
||||
wouldn't you just be able to add in an extra profile field and have it be called RSS?
|
#4
|
|||
|
|||
Quote:
I'd like to give members the option of displaying their own RSS feeds on their profile page. Within their user control panel, they would have the option of inputting the url to their desired feed and have 5 of the most recent titles displayed. Friendster offers this capability now...might be easier to understand by checking that out... |
#5
|
|||
|
|||
*mega bump* I would like to have this very thing, however, I'm lost on how to implement it. anybody?
*Edit* Okay this looks like a job for CaRP but I'm still lost on the implementation. Anybody? |
#6
|
|||
|
|||
you mayw ant to start here:
http://WWW.FEEDDIGEST.COM It does a greap job of turning RSS feeds into basic includes or links. |
#7
|
|||
|
|||
ehhhh i looked into the feeddigest thing but i dont want to force my members to sign up for that.
|
#8
|
|||
|
|||
i guess there are no takers for this?
|
#9
|
|||
|
|||
arent you looking for something thats similar to the latest threads of forumhome but to display latest blogs instead. If so this is easy enough to edit. Most of the code is in external.php
|
#10
|
|||
|
|||
no i'm looking for what is stated in the 4th post...the ability for my users to specify an RSS feed that will be displayed in their profiles.
okay i've gotten so far as this. mind you i don't know a thing about making hacks for vB and very slim to none about PHP coding. 1) I downloaded and installed carp on my site. 2) I created a new Single Line Text Box user profile field for users to input the rss feed location. I'll call it "fieldX". This is the code CaRP says it needs to display an RSS feed in any php file: Code:
<?php require_once '/path/to/carp/carp.php'; // Add any desired configuration settings below this line using "CarpConf" and other functions CarpCacheShow('http://www.rssfeedlocation.com/rss.xml'); ?> Code:
<?php require_once '/path/to/carp/carp.php'; // Add any desired configuration settings below this line using "CarpConf" and other functions CarpCacheShow('[fieldX]'); ?> I hope that made some sort of sense. *Note* Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|