MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Page 1/2 1 2 >
Forum RSS feedReply
RSS feeds
AuthorText
HabWorld

Avatar

Posts: 10
Contributes: 0

Gender: _NEUTRAL_
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..
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1280
Contributes: 517

Gender: _MALE_
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();
 
Delete Edit Quote
 
HabWorld

Avatar

Posts: 10
Contributes: 0

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

Avatar

Posts: 1280
Contributes: 517

Gender: _MALE_
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.
Delete Edit Quote
 
astralux
Junior Member
Avatar

Posts: 63
Contributes: 26

Gender: _NEUTRAL_
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]
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1280
Contributes: 517

Gender: _MALE_
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
Delete Edit Quote
 
eternalwolf
Just arrived
Avatar

Posts: 3
Contributes: 3

Gender: _NEUTRAL_
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?
Delete Edit Quote
 
freaky
Crazy Member
Avatar

Posts: 635
Contributes: 487

Gender: _MALE_
Online: No
Date: 15/10/2008 10:05
Re: RSS feeds
#post13589
could you show us you full original RSS link?
"Don't Talk about It, Be about it! PEACE" - Mos Def

vote -- here
View Image resized (Original file: 468x60)
Thumb
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5118
Contributes: 2461

Gender: _MALE_
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
Delete Edit Quote
 
eternalwolf
Just arrived
Avatar

Posts: 3
Contributes: 3

Gender: _NEUTRAL_
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
Delete Edit Quote
 
Reply
Page 1/2 1 2 >
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo