| RSS feeds |
| Author | Text |
HabWorld

Posts: 10

Gender:  Online: No |
Date: 23/06/2008 00:52 RSS feeds | #post8536 | Is it possible to remove the annoying thing from "my profile"? A long list down the page.. |
|
 |
| |
paulo89 Moderator Developer

Posts: 1280

Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese, Portuguese and little english ^^ |
Date: 23/06/2008 01:02 Re: RSS feeds | #post8537 | Hi
Open file pages/users/index.php
Find and delete:
| code |
openTable(_RSS_FEEDS_);
if ($feedurl!="") {
define('MAGPIE_CACHE_DIR', 'inc/magpie/cache');
require_once("inc/magpie/rss_fetch.inc");
if ($rss = @fetch_rss($feedurl)) {
echo "<div class='box'><b>".@$rss->channel['title']."</b></div>";
foreach ($rss->items as $item) {
$href = @$item['link'];
$title = @$item['title'];
if ($href!="" AND $title!="") {
echo "<div><img src='images/bullet_paper.gif' alt='Bullet'> <a href="$href" target='_blank' title="$title">$title</a></div>";
}
}
} else {
echo "<div align='center' id='errorText' class='box'><b>"._CANNOTREADFEED_."</b></div>";
}
} else {
echo "<div align='center' class='box'><b>"._NOFEEDSELECTED_."</b></div>";
}
closeTable();
|
|
|
 |
| |
HabWorld

Posts: 10

Gender:  Online: No |
Date: 23/06/2008 04:35 Re: RSS feeds | #post8544 | Thanks, problem solved. |
|
 |
| |
paulo89 Moderator Developer

Posts: 1280

Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese, Portuguese and little english ^^ |
Date: 23/06/2008 08:56 Re: RSS feeds | #post8550 | this is no problem ^^, its just an option. |
|
 |
| |
astralux Junior Member

Posts: 63

Gender:  Online: No |
Date: 01/07/2008 01:38 RSS USER PROFILE Modification | #post9012 | hOW I CAN add a new Rss Feeds in the DROP DOWN List of RSS Feeds in the [EDIT USER PROFILE] |
|
 |
| |
paulo89 Moderator Developer

Posts: 1280

Gender:  Online: No
Version: 3.8.1 Country: Portugal Languages: Portuguese, Portuguese and little english ^^ |
Date: 01/07/2008 09:05 Re: RSS feeds | #post9013 | Admin Panel => System => Users => RSS Feeds |
|
 |
| |
eternalwolf Just arrived

Posts: 3

Gender:  Online: No |
Date: 15/10/2008 09:56 Re: RSS feeds | #post13588 | actually, regarding the rss feeds, iv been trying to use the aggregator to save feeds onto different catagories in my articles section.
using the following format for the urls:
http://www.url.com/feed.rss
i have max to save as 10. but i still dont see anything after more than 24 hours. I checked the source and its been updates 5 times already, but i still have no feeds.
whats going on? and i doing something wrong?
what is the proper way to setup the aggregator? |
|
 |
| |
freaky Crazy Member

Posts: 635

Gender:  Online: No |
Date: 15/10/2008 10:05 Re: RSS feeds | #post13589 | could you show us you full original RSS link? |
|
 |
| |
mem MemHT's Dad Admin & Developer

Posts: 5118

Gender:  Online: No |
Date: 15/10/2008 10:39 Re: RSS feeds | #post13591 | | quote | eternalwolf:
actually, regarding the rss feeds, iv been trying to use the aggregator to save feeds onto different catagories in my articles section.
using the following format for the urls:
http://www.url.com/feed.rss
i have max to save as 10. but i still dont see anything after more than 24 hours. I checked the source and its been updates 5 times already, but i still have no feeds.
whats going on? and i doing something wrong?
what is the proper way to setup the aggregator? |
What's your site url?
What about the aggregator configuration?
Are you using cron? Edited: 15/10/2008 10:39 |
|
 |
| |
eternalwolf Just arrived

Posts: 3

Gender:  Online: No |
Date: 15/10/2008 15:42 Re: RSS feeds | #post13651 | Url: http://www.eternalwolf.com
Aggregator Config:
- url: http://www.g4tv.com/thefeed/index.rss
- author: G4
- num. feeds: 30
- enabled: Yes
I dont think im using cron jobs. could that be the reason its not retreiving? if so, is there a mainenance file or something i need to run?
Does memht have a cron simulator? like fakecron? if not i have it, i can integrate it into memht.
ill wait for your response mem. I know you'll figure it out. ill give you admin login credentials if you would like to take a look.
EDIT: I just ran the cron.php file and i checked my articles page and its all there now. I just need to figure out how to keep it updated using cron. (I dont know too much about cron, otherwise this probably would have gone alot smoother.)
Edited: 15/10/2008 15:47 Reason: success |
|
 |
| |