Jump to content

(NB41) RSS Feed - ALL Forum Topics


newbie LAC

Recommended Posts

Posted
1 minute ago, 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?

  • 3 weeks later...
Posted

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

  • 11 months later...
Posted

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)

Posted

Hello,

9 hours ago, sseguin613 said:

Can I combine two categories into a new RSS?

You can select the forums from those categories

rss2.jpg.340d7fedee0e7ef532730d60bc4423a

9 hours ago, sseguin613 said:

(and include images)

No.

  • 1 year later...
  • 11 months later...
Posted (edited)

Hello,

16 hours ago, 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...
Posted
15 hours ago, 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.

Posted
11 hours ago, 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.

  • 10 months later...
Posted

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 members

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