Jump to content

(NB41) RSS Feed - ALL Forum Topics

Featured Replies

  On 12/28/2016 at 1:02 PM, newbie LAC said:

Hello,

You can add a param "secure" and check it

Open nbRSSFeedAllTopicsForums.php

Find 

		if (\IPS\Settings::i()->forums_rss)

Add above

		if (\IPS\Request::i()->secure !== 'z9h851mmceyejg2')
		{
			\IPS\Output::i()->redirect(\IPS\Http\Url::internal(''));
		}

Change z9h851mmceyejg2 on your value

Then use domain.ltd/rssalltopics.xml/?secure=z9h851mmceyejg2

 

Thank you!

 

Last question: would this be able to grab content inside of [HIDE] bbcode (from TB Hide Content) and RSS that content properly while still keeping the [HIDE] tags?

  • Replies 67
  • Views 9.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Hello, You can add a param "secure" and check it Open nbRSSFeedAllTopicsForums.php Find  if (\IPS\Settings::i()->forums_rss) Add above if (\IPS\Request::i()->secure

  • Yes.

  • newbie LAC
    newbie LAC

    Hello, 1. Topic start date desc 2. RSS include topics only (first post content) without replies/reviews

Posted Images

  • 3 weeks later...

Hi there,

Looks like this plugin is causing an error :

#0 /home/XXXX/public_html/forum/applications/cms/sources/Pages/Page.php(1228): IPS\Patterns\_ActiveRecord::load(NULL)
#1 /home/XXXX/public_html/forum/applications/cms/sources/Pages/Page.php(2107): IPS\cms\Pages\_Page->getWidgets()
#2 /home/XXXX/public_html/forum/applications/cms/modules/front/pages/page.php(72): IPS\cms\Pages\_Page->output()
#3 /home/XXXX/public_html/forum/applications/cms/modules/front/pages/page.php(44): IPS\cms\modules\front\pages\_page->view()
#4 /home/XXXX/public_html/forum/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
#5 [internal function]: IPS\Dispatcher\_Controller->execute()
#6 /home/XXXX/public_html/forum/init.php(443) : eval()'d code(14): call_user_func_array('parent::execute', Array)
#7 /home/XXXX/public_html/forum/applications/cms/modules/front/pages/page.php(34): IPS\Dispatcher\hook376->execute()
#8 /home/XXXX/public_html/forum/system/Dispatcher/Dispatcher.php(129): IPS\cms\modules\front\pages\_page->execute()
#9 /home/XXXX/public_html/index.php(42): IPS\_Dispatcher->run()
#10 {main}

hook 376 in my DB is:

 

376C\IPS\Dispatcher\ControllernbRSSFeedAllTopicsController

I'm getting this every time a user hits my domain and spamming my system log.

thanks.

Pete

  • Author

Hello,

  On 1/18/2017 at 10:45 AM, VR6Pete said:

Looks like this plugin is causing an error :

My plugin not related with Pages widgets.

 

  On 1/18/2017 at 12:11 PM, newbie LAC said:

Hello,

My plugin not related with Pages widgets.

 

I know - I am just telling you what is in my logs :) 

  • Author
  On 1/18/2017 at 3:01 PM, VR6Pete said:

I know - I am just telling you what is in my logs :) 

It's related with one of widgets.

PM me with acp access and I'll look into.

  • 11 months later...

Can you tell me if I can use this to combine two forum category RSS feeds into one (with images) as the built in RSS feed thing in IPBOARD strips the images.

Can I combine two categories into a new RSS? (and include images)

  • Author

Hello,

  On 12/31/2017 at 11:26 PM, sseguin613 said:

Can I combine two categories into a new RSS?

You can select the forums from those categories

rss2.jpg.340d7fedee0e7ef532730d60bc4423a

  On 12/31/2017 at 11:26 PM, sseguin613 said:

(and include images)

No.

  • 1 year later...

Will this work in 4.4?

  • 11 months later...

Is it possible to add a setting that if a reply is made in the topic, the topic is re-added to the rss feed?

  • Author

Hello,

  On 2/26/2020 at 12:07 PM, Unlucky said:

Is it possible to add a setting that if a reply is made in the topic, the topic is re-added to the rss feed?

Sounds like you need rss list sorted by last reply.

Edited by newbie LAC

  • 3 weeks later...
  • Author

Hello,

  On 3/13/2020 at 7:25 PM, seotune said:

The plugin is installed and enabled.

It's very odd. I don't see the RSS link on your forum.

Please try reinstall the plugin

  On 3/14/2020 at 4:45 AM, newbie LAC said:

Hello,

It's very odd. I don't see the RSS link on your forum.

Please try reinstall the plugin

I reinstalled it several times - it didn 't help.

  • Author
  On 3/14/2020 at 8:42 PM, seotune said:

I reinstalled it several times - it didn 't help.

Try disable other plugins and 3-rd party applications.

Maybe my plugin conflicts with other.

  • Author

Hello,

  On 3/14/2020 at 8:42 PM, seotune said:

I reinstalled it several times - it didn 't help.

Have you enabled the setting Enable RSS feeds?

rss.thumb.jpg.7b76b44fa473616ce94dd5748132cf33.jpg

 

  • 10 months later...

Would this add-on work for guests? Currently I have all the forums that the guests cannot see or read messages but I want the rss for a telegram bot. Would it help me? Thanks

Recently Browsing 0

  • No registered users viewing this page.