PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member borro
~ New Today: 1
~ New Yesterday: 1
~ Overall: 3709

~ People Online:
~ Visitors: 12
~ Members: 0
~ Total: 12
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 7 January


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

Situl personal NICU RANCOV Forum Index


This topic is locked: you cannot edit posts or make replies. Page 1 of 1
Some news not showing others fine?
Message Author
Reply with quote
Post Posted: Saturday 30 September, 2006 16:12

Hi Aikon

The problem that I'm having is that some feeds are displaying their items correctly and others are not. All the feeds come from the same site and are atom format.

Blogger.com is the service, and I'm taking blog feeds into multiheadlines, but some show the entries from the previous few days, and one in particular only ever shows 1 entry, even though there are others from the previous few days like the rest. One is not showing any feeds at all even though they are there.

I previewed the problem feeds and they preview fine and show all entries. Could you please help me fix the problem?

Many thanks


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Saturday 30 September, 2006 23:33

Could you give me the exact feed urls?
[those with the issues]

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 01 October, 2006 09:13

Hi sure...

http://www.book-of-thoth.com/blogs/oddthings/atom.xml
http://www.book-of-thoth.com/blogs/pandora/atom.xml

There are 3 others that work without problem from the same service and same generated xml as these two.

Many thanks Aikon


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 01 October, 2006 13:10

Are you sure the feeds are well formated, cause I can't get any title for your feeds.
Check this: http://gombechimpanzee.blogspot.com/atom.xml [fromm Blogger.com too]
Open it in your browser and look on the page source, you'll notice that every entry has a title.
Yours doesn't have titles.
In atom formats, title tag is required[not optional], here lies the the problem.
But if you desperately want to use those feed links[ Very Happy ] open function.php, search for this line:
Code:
$nr = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_multiheadlines_news WHERE news_title='$title'"));
within insert_todb function comment it and uncomment the previous one
Code:
$nr = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_multiheadlines_news WHERE news_title='$title' AND news_link='$link'"));


and in the same file search for the line:
Code:
insert_todb($cat, $url_id, $title, $link, $description, $pubdate);
within get_news function
and just above it add this code:
Code:
if (($title=='') OR (!isset($title))) {
   $title='Dustin';
}

From now on every feed without title will have the title "Dustin".

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 01 October, 2006 20:03

I haven't tried this as yet, I just got here, but I want to say this is the BEST support I've ever received for a module. Very Happy Champion !

I did try yesterday to make sure that the titles were set via blogger.com but it ignored the setting, it's also ignoring the full/short setting for the feeds too. It's set to short but comes back as a long description even after re-publishing.

Thank you, I will try this. Cool


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 01 October, 2006 23:00

Just me reporting back bud.. it all works great ! It went from only receiving one feed to receiving 42 ! Very Happy

Thanks so much.. Smile

I like this theme as well, especially the quote section for the forums. I'll let you know how I get on with the rest of it.

By the way I run an older version of Nuke, and I had to move the admin files and rename to get them to work, but all is well there Smile


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 October, 2006 00:11

I spoke too soon, now I can't get the admin to work correctly.. this is so frustrating, everything was working fine, and without any changes it reports "cant access this file directly" now?

I've followed the instructions from another thread, but that doesn't work.. I can't work out why it worked ok, then suddenly stopped unless it is a problem with the feed extracting.


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 October, 2006 00:21

Ignore that last one.. user error .. mine ! Laughing

I'd rejigged a file, but give it a wrong filename .. everything is working as it should Smile


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 October, 2006 07:26

Cool

About the theme it's called Aphrodite and you can get it from www.phpbbstyles.com

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 October, 2006 21:11

Thanks for that info, just an update on how things are:

I've set the Blogger options to display FULL, because when I had it set to short (headline and first paragraph) Multiheadlines only displayed the headline and link (the option in Multiheadline was set to show a short description).

I'd like to have just a brief description and the title/link. Is this anything to do with the modified code ? I get confused as Blogger.com outputs two files rss.xml and atom.xml both files are atom format, and the atom one doesn't seem to update.

Thanks for a great module Smile


_________________
View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 October, 2006 21:57

I really don't know how the things are going on blogger.com. Sorry.

I don't know how blogger.com is making the xml-s.

Can you write them a short debriefing about your problems?

View user's profile Send private message Visit poster's website
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Page Generation: 0.51 Seconds