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 jincesoft
~ New Today: 0
~ New Yesterday: 0
~ Overall: 4306

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

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 17 May


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


Reply to topic Page 1 of 2
Goto page 1, 2  Next
My feeds section not working
Message Author
Reply with quote
Post Posted: Sunday 01 February, 2009 19:48

Hi

I am trying to create an RSS feed of my site below is what i have done so far

Click the my feeds icon in the admin panel

fill in all information give it a file name ETC

when i get to the code section it seems to be missing loads of the code and only displays two lines??? also the select all button doesnt work?

Cheers Chris

View user's profile Send private message
Reply with quote
Post Posted: Monday 02 February, 2009 08:55

Can you post here what is the generated code?
Also browser/php-nuke version?

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 February, 2009 16:32

sql_fetchrow($db->sql_query("SELECT * FROM ".$prefix."_stories ORDER BY sid DESC LIMIT 1")); $feed_lastbuilddate=date("r", strtotime($row["time"])); echo ' http://www.techarticles.co.uk The Technology Article Swap Shop http://www.techarticles.co.uk/images/logo.gif http://www.techarticles.co.uk en-gb '.date("r",time()).' '.date("r", $feed_lastbuilddate).' http://blogs.law.harvard.edu/tech/rss Multiheadlines v2.1 - http://www.aikons.net TechArticles.co.uk part of the Techdemons.co.uk Group of companies. webmaster@techarticles.co.uk'."\n"; $sql = "SELECT * FROM ".$prefix."_stories ORDER BY sid DESC LIMIT 10"; $result = $db->sql_query($sql); while ($item = $db->sql_fetchrow($result)) { $feed_pubdate=date("r", strtotime($item["time"])); $desc = htmlspecialchars($item["hometext"]); echo ' http://www.techarticles.co.uk/modules.php?name=News&file=article&sid='.intval($item["sid"]).' '.htmlspecialchars(repbbcode($item["hometext"], check_html($item["bbcode_uid"], 'nohtml'))).' '.$feed_pubdate.' '."\n"; } echo "\n".' '; ?>


the above is exactly what it generates.

One thing i have noticed is that if you refresh the screen you can see the correct code for a fews seconds then it changes to this.

i am using IE7

View user's profile Send private message
Reply with quote
Post Posted: Monday 02 February, 2009 18:22

Maybe it's about corrupted files[on upload], not sure though. Check the size of MH files.
I've tried on IE7 and everything is working as supposed to.
And your php-nuke version?

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Monday 02 February, 2009 23:55

Im using PHPnuke 8.0

i have also checked all the files and sizes and they are all correct.

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 03 February, 2009 13:13

am i okay to reupload all the files or will this effect any feeds i have created?

i can think of anything else to do, i have managed to get the myfeeds kind of working.

if i hit refesh i see the correct code just about long enough to copy it out.

so the problem is still there but i have managed to get the code out and advertise my feed.

also i have noticed that some of the other buttons within the MH admin pannel dont work Example being the GO back button on the general settiongs page.


Cheers Chris

View user's profile Send private message
Reply with quote
Post Posted: Tuesday 03 February, 2009 23:23

Yes you can re-upload the files.
That won't affect the database were is store your feeds/feed url details.

I don't know what to say. I could take a look there[in the administration side of MH from your site] if you would like. PM about it.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 04 February, 2009 14:31

Ok if you register on my site www.techarticles.co.uk ill make you an ADMIN and you can have a look.

Cheers chris

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 04 February, 2009 21:53

Ok. done

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Wednesday 04 February, 2009 23:22

i have sent you a PM with admin details

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 04 February, 2009 23:59

Ok I've looked at it and it's that tinyMCE editor that messing with the content of that textarea, where the code is.
Instead just showing the code, the text editor starts to interpret parts of it. If you look at the souce of that page you'll see that the code is there all right.
A quick solution would be to disable the editor for that page or disable the javascript while visiting that particular page[ Code page].
Another one would be to "View Page Source" from your browser, scroll down a bit and copy/paste the part between <?php and ?>... Very Happy

.....or just disable the text editor but I guess you might need that editor in other places of the site[News, Content, etc...]

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Thursday 05 February, 2009 01:11

Thanks, have you any idea why when im in the blocks age it will not let me delete a feed block???

i click yes and nothing happens

View user's profile Send private message
Reply with quote
Post Posted: Thursday 05 February, 2009 01:57

oh and also why the module in main menu for MH only ever dis[lays one feed on main page??? to veiw another category i have to select it??

should it not display a mixture of all my feeds on main page? in the module you can see this by clicking technology news link under main menu

View user's profile Send private message
Reply with quote
Post Posted: Thursday 05 February, 2009 10:47

I have also noticed another bug

if i add my rss feed to a block you can see the example on my site....

if i click a link to an article in the feed i get the following msg

Sorry, such file doesn't exist...

the link it is going to is

http://www.techarticles.co.uk/modules.php?name=Newsfile=articlesid=26

as you can see from the above link its missing two & signs and should look like this

http://www.techarticles.co.uk/modules.php?name=News&file=article&sid=26

the link to the article works from everywhere else even if i manually go to the feed

for some reason if you click on the feed link in the block it removes th & signs and displays the error Sorry, such file doesn't exist...

View user's profile Send private message
Reply with quote
Post Posted: Thursday 05 February, 2009 12:04

Quote:
Thanks, have you any idea why when im in the blocks age it will not let me delete a feed block???

i click yes and nothing happens

Blocks age? What is that? Rephrase please.

Quote:
oh and also why the module in main menu for MH only ever dis[lays one feed on main page??? to veiw another category i have to select it??

should it not display a mixture of all my feeds on main page? in the module you can see this by clicking technology news link under main menu

Main menu or main page. You meant main page?
Feeds from main page[first page of MH] can be set on "General Settings"->"Feeds in homepage from category" option.

Quote:
if i add my rss feed to a block you can see the example on my site..

Why would you do that? Why would you syndicate to you your own content. MH was designed to take feeds from others and display into your site[or syndicate your own feeds to others]. For what you want there are loads of blocks[google for it] of News module.
However I've noticed the issue but I can't replicate here or elsewhere[I did some tests check this out, you can see the links are ok].

I might need to see the code of your site, perhaps is something specific to your php-nuke version, don't know for sure[if you want just let me know].

View user's profile Send private message Visit poster's website
Display posts from previous:
Reply to topic Page 1 of 2
Goto page 1, 2  Next
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.53 Seconds