Hello,
Is it possible to add the group's forum RSS feed to their respective group's home page?
For example Group A's home page would display Group A's forum rss feed.
Group B would display Group B's forum RSS feed and so on..
Thanks.
Hello, Is it possible to add the group's forum RSS feed to their respective group's home page? For example Group A's home page would display Group A's forum rss feed. Group B would display Group B's forum RSS feed and so on.. Thanks. |
Rules → http://www.boonex.com/terms |
I hope for this one as well. I tried to code in a block myself but had some issues with it. Geeks, making the world a better place |
on 7.0.9 the only way I can get this to work is to change this line in the file get_rss_feed.php echo bx_file_get_contents( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url'])) ? '&bx_profiler_disable=1' : '') ); echo bx_file_get_contents( $sUrl . (BX_PROFILER && 0 == strncmp($site['url'], $sUrl, strlen($site['url'])) ? '' : '') ); Otherwise I just get a spinning wheel in the block. It works fine if I change that line. What else is the going to affect? http://www.mytikibar.com |
Oh, forgot to read as closely as I should, this was for 7.0 and not 7.1. Hopefully this will also be for 7.1 as well. Geeks, making the world a better place |
This is for 7.1, I've just moved topic from 7.0 forum to 7.1 Oh, forgot to read as closely as I should, this was for 7.0 and not 7.1. Hopefully this will also be for 7.1 as well.
Rules → http://www.boonex.com/terms |
I might need the same thing. But is there a way group admins can add just an individual rss feed to one group that is related to that group? (7.3.3) |
Are you referring to the Group Forum Feed or another RSS feed ? I might need the same thing. But is there a way group admins can add just an individual rss feed to one group that is related to that group? (7.3.3)
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I want group creators to be able to add whatever outside rss feed they want (like their own twitters, for example) within their group's page. |
Group RSS Feed module - https://www.boonex.com/m/group-rss-importer
I want group creators to be able to add whatever outside rss feed they want (like their own twitters, for example) within their group's page.
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |