Jump to content

(NB34) RSS Sidebar Widget


newbie LAC

Recommended Posts

  • 2 months later...
  • 1 year later...

Good morning. I installed the module.

Hello,

Is there a time delay before the feed is displayed?

No

1. Tell me the version of your IPB

2. Give me the rss-link for the test

3. Do you changed hook's settings?

4. Do you loaded a scripts from a folder "UPLOAD"?
Link to comment
Share on other sites

  • 3 months later...

This doesn't work on SSL-based sites, but one small tweak will fix it. In public -> js -> FeedEk -> FeedEK.js the call to to googleapis should be protocol agnostic - so, just

//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=

In other words, take off the http

The other small problem, which really isn't a problem, is that when it breaks on SSL there's a broken image where the feed should be. The image is the loader.gif image is in public -> js -> FeedEk, but it's trying to load the image from the root directory of the site. Not quite sure where that problem is coming from though…

Once the call to googleapis is fixed it's a great mod. Thanks!

Link to comment
Share on other sites

Hello,

This doesn't work on SSL-based sites, but one small tweak will fix it. In public -> js -> FeedEk -> FeedEK.js the call to to googleapis should be protocol agnostic - so, just

//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=

Thanks for report

The other small problem, which really isn't a problem, is that when it breaks on SSL there's a broken image where the feed should be. The image is the loader.gif image is in public -> js -> FeedEk, but it's trying to load the image from the root directory of the site. Not quite sure where that problem is coming from though…

Find

<img src="loader.gif" />

Change to

<img src="' + ipb.vars['img_url'] + '/ajax_loading.gif" />
Link to comment
Share on other sites

  • 6 months later...
  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...