newbie LAC Posted August 30, 2015 Author Posted August 30, 2015 How can I donate you money? Hello, Save your money for feature purchases.
avstu Posted October 10, 2015 Posted October 10, 2015 Top Widget mate. Suggestion: Would it be possible to pull the image from the said RSS Feed and display the title on the actual image like so:
alex1981 Posted June 12, 2016 Posted June 12, 2016 Hey Great widget. I join avstu question to put images from rss with title on them.
alex1981 Posted August 31, 2016 Posted August 31, 2016 Hey Is posible that newest update 4.1.14.2 make Your add not work? I experience problems.
newbie LAC Posted August 31, 2016 Author Posted August 31, 2016 2 minutes ago, alex1981 said: Hey Is posible that newest update 4.1.14.2 make Your add not work? I experience problems. Hello, What's problems?
alex1981 Posted August 31, 2016 Posted August 31, 2016 1 hour ago, newbie LAC said: Hello, What's problems? I`m sorry my mistake. I refere to other addon I have. Once more sorry.
alex1981 Posted September 4, 2016 Posted September 4, 2016 Hello I have Your "(NB40) RSS Sidebar Widget" but I did use "custom block" for my rss, unfortunetly as few other things latest 4.1.14.2 update make it not work correct (some tiems dispay, some times not -at random). Can You help me and advice me what files I need to edit to use Your widget but to it work as my custom code (I mean to display images from my feed with tittle on them and all clickable with link)? $rss = new DOMDocument(); $rss->load('http://bigholestube.com/feed/'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 7; for($x=0;$x<$limit;$x++) { $title = str_replace(' & ', ' & ', $feed[$x]['title']); $link = $feed[$x]['link']; $description = $feed[$x]['desc']; echo '<p><strong><a href="'.$link.'" title="'.$title.' " target="_blank">'.$title.'</a></strong><br />'; echo '<a href="'.$link.'" " target="_blank"><img src="'.$description.'</a>'; } If You will be so kind to help me again I will be really really thankful.
newbie LAC Posted September 5, 2016 Author Posted September 5, 2016 14 hours ago, alex1981 said: I have Your "(NB40) RSS Sidebar Widget" but I did use "custom block" for my rss, unfortunetly as few other things latest 4.1.14.2 update make it not work correct (some tiems dispay, some times not -at random). Can You help me and advice me what files I need to edit to use Your widget but to it work as my custom code (I mean to display images from my feed with tittle on them and all clickable with link)? Hello, For my widget you need only rss link.
alex1981 Posted September 5, 2016 Posted September 5, 2016 Yes exacly and this is how I ask You to some help what to edit to make it work for me. May be this will be also usefull for other owners. Take a look: My custom block display for me tittle (if is to long it wrap it) and image both clickable to post on wordpres tube. While Your one display for me: Title (works ok but is not wrapped if need) Image (it is only mini image - no link to source) and worst: under image display link to video file on server with working click to it (so all idea to move ppl to post on wordpres tube where rss is sourced die since they got instant file) ofcourse I can disable description but this left only title link without images I need so much. So if You will be so kind to tell me what I need to edit in code to get results like in my custom block what after last update stop work well I will be thankful. I want to use Your module since it have settings for groups and it works instead of custom block all time.
newbie LAC Posted September 5, 2016 Author Posted September 5, 2016 46 minutes ago, alex1981 said: Title (works ok but is not wrapped if need) Content of your rss link has html with big width. <img width="300" height="169" <div style="width: 960px; 53 minutes ago, alex1981 said: So if You will be so kind to tell me what I need to edit in code to get results like in my custom block what after last update stop work well I will be thankful. All html located in js. You need edit it before install the plugin. You can add in custom.css .feedEkList * { width: 280px !important; } .feedEkList .itemContent > div { display: none !important; } .feedEkList .itemContent > img { cursor: pointer; } And add in includeJs template <script> $(document).ready(function() { $('#divRss').on('click', '.itemContent img', function() { var link = $(this).parents('.ipsDataItem').find('.itemTitle a'); var href = link.attr('href'); var target = link.attr('target'); if (link) { window.open(href, target); } }); }); </script>
Windwalker222 Posted January 18, 2017 Posted January 18, 2017 Dang, upgrades always improving something but breaking other nice things. My Rss feed NB40 from my Blog used to work flawlessly but after the recent update to 4.1.17.1 it has stopped. The board RSS feed works to import into a forum section but the sidebar RSS block no longer works. So the RSS from the Blog must be working okay but the NB40 isn't working any longer. Any suggestions on how I can fix it? Any help appreciated because this is such a great widget.
newbie LAC Posted January 18, 2017 Author Posted January 18, 2017 Hello, 3 hours ago, Windwalker222 said: but the NB40 isn't working any longer. Any suggestions on how I can fix it? Give me a link on rss to test.
Windwalker222 Posted January 18, 2017 Posted January 18, 2017 Thanks for the fast response! It is RSS from a Word Press Blog of mine. The Blog link is http://castlekeepdanes.com/depotblog/ The RSS feed link is http://castlekeepdanes.com/depotblog/?feed=rss2 Thanks,
newbie LAC Posted January 18, 2017 Author Posted January 18, 2017 17 minutes ago, Windwalker222 said: Thanks for the fast response! It is RSS from a Word Press Blog of mine. The Blog link is http://castlekeepdanes.com/depotblog/ The RSS feed link is http://castlekeepdanes.com/depotblog/?feed=rss2 Thanks, https://developers.google.com/feed/ Quote This API is officially deprecated and will stop working after December 15th, 2016. See our deprecation policy in our Terms of Service for details. I'm sorry. You can use alternative widgets - Pages inbuilt RSS - https://invisionpower.com/files/file/7342-feed-widget/
Windwalker222 Posted January 18, 2017 Posted January 18, 2017 Thanks for the information, it was a great widget with all the options you had in it. Sorry they pulled the plug on the API. Thanks,
newbie LAC Posted January 21, 2017 Author Posted January 21, 2017 3 minutes ago, Porthos1973 said: I am trying to get gamespot news rss to work but when i click on the the link at http://www.gamespot.com/feeds/ I get a bunch of code. Any idea how to get this to work? Hello, Read above post https://invisionpower.com/forums/topic/410680-nb40-rss-sidebar-widget/?do=findComment&comment=2673402
mesteele101 Posted January 21, 2017 Posted January 21, 2017 Have you tried Feed Widget... I had multiple problems with the (NB40) RSS Sidebar Widget.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.