View Full Version : Linking RSS feeds in profile
achtungbaby
02-14-2005, 08:55 PM
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.
achtungbaby
02-16-2005, 12:39 AM
*bump*
eva01_
02-16-2005, 12:44 AM
wouldn't you just be able to add in an extra profile field and have it be called RSS?
achtungbaby
02-16-2005, 03:14 AM
wouldn't you just be able to add in an extra profile field and have it be called RSS?
No, sorry for not being more clear...here goes:
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...
EricaJoy
08-04-2005, 01:45 AM
*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?
you mayw ant to start here:
http://WWW.FEEDDIGEST.COM
It does a greap job of turning RSS feeds into basic includes or links.
EricaJoy
08-04-2005, 02:54 AM
ehhhh i looked into the feeddigest thing but i dont want to force my members to sign up for that.
EricaJoy
08-05-2005, 02:05 PM
i guess there are no takers for this?
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
EricaJoy
08-05-2005, 02:53 PM
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:
<?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');
?>
I think I want:
<?php
require_once '/path/to/carp/carp.php';
// Add any desired configuration settings below this line using "CarpConf" and other functions
CarpCacheShow('[fieldX]');
?>to be added to the profile template (?) so that the RSS feed shows.
I hope that made some sort of sense.
*Note*
Configuration is done by changing the values in the array $carpconf. You may change the defaults by modifying carp.php itsself. You may override the defaults for a particular RSS feed by inserting lines like "CarpConf('cachepath','/my/private/cache/path');" after the line where you "require_once" CaRP, and before calling CarpShow()....
outputformat: 0 to display CaRP's output as HTML (the default), 1 to output JavaScript which will display the output as HTML, or 2 to store the HTML formatted output in a PHP variable ($carpoutput), which your PHP code can use as desired.
EricaJoy
08-08-2005, 01:01 AM
can someone, anyone PLEASE help? pretty please? with sugar and cherries on top?
/me has no shame
EricaJoy
08-09-2005, 07:29 PM
*bumper cars*
EricaJoy
08-12-2005, 01:26 AM
/me begs some more.
EricaJoy
08-14-2005, 06:06 PM
nobody else wants this i guess?
EricaJoy
08-17-2005, 02:23 PM
*bump again*
KW802
08-17-2005, 05:48 PM
https://vborg.vbsupport.ru/showthread.php?t=93457
https://vborg.vbsupport.ru/showthread.php?t=91781
EricaJoy
08-17-2005, 10:09 PM
Yes, I too, can use the search function. Being that this is the 3.0 mod request forum, I don't think a 3.5 hack is what I need. Thanks anyway.
KW802
08-17-2005, 10:35 PM
Yes, I too, can use the search function. Being that this is the 3.0 mod request forum, I don't think a 3.5 hack is what I need. Thanks anyway.Well, if you can use the search function then I'm sure you can also deduct then that most hacks can be converted as needed. Either of those two hacks would lay the foundation for making a 3.0 version.
EricaJoy
08-18-2005, 07:51 PM
Right and if I knew how to convert the hack, I would.
* EricaJoy adds more notes to myself
http://forums.hostmatrix.org/showthread.php?p=39275 -- doesn't use carp but its a step in the right direction
nevetS
08-19-2005, 08:25 PM
princess...
This is one of the new features I had planned for my hack (https://vborg.vbsupport.ru/showthread.php?t=91781) . Sit tight. I'll have it up within a couple of weeks and I'll make sure this feature is a part of it.
I'm in the process of moving servers for both myself and a client right now. Otherwise I'd be moving a little bit quicker.
EricaJoy
08-20-2005, 06:20 PM
sweet! i look forward to it! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.