Skip to main content
RSS Feed Poster Started by vbgamer45 · · Read 25996 times 0 Members and 1 Guest are viewing this topic. previous topic - next topic

Re: RSS Feed Poster

Reply #15

Quote from: Spuds – ...

unless its on a board that does not count posts).  


Well - that is the reason. board-counting in the database is 0, subs.RSS interprets 1 as count. There are only the marked lines where a previous set user-counting value is set to off when boards do not count (== 0 originally, changed by mgr to == 1)

Quote from: Spuds –
(PS I tweaked the format of your post so it rendered properly, footnotes inside of a code block do not render)

Many thanks. I didn't dream that a tag code=Text was possible and already in ElkArte. I didn't yet come to exploring the source how BBC is formatted. M limited knowledge is based on SMF files.
no signature yet

Re: RSS Feed Poster

Reply #16

Reading my answer now me thinks I have thought too quickly before posting - sorry.

The user count-switch is set correctly to 0 or 1, all following conditions set this switch to 0 for not counting. Up to here all OK.

Now comes the feed-counting switch (from the board counting switch) testing this value against 0[sic] sets user-count switch to 0 (off). A look into the database reveals though that a board setting of count = off sets this value to 1. My working and supposed changes will correct this wrong assumption and count all RSS-Postings correctly in the board and for the selected user.
no signature yet

Re: RSS Feed Poster

Reply #17

Update

6.0
!Fix broken link urls in atom based fields
!Set scheduled task to check every two minutes new installs only

Re: RSS Feed Poster

Reply #18

Just one question about the addon ... is it possible to gather YouTube channels like it is with FreshRSS and it's extension YouTubeChannel2RssFeed?

Also are those videos possible to watch within ElkArte?

Also it's not a big thing to make separated "forum" for this aggregation so they are not messing up the discussion topics?
Stop Whining!

Re: RSS Feed Poster

Reply #19

I believe EA supports embedded Youtube Videos (perhaps by add-on?), but whether or not they are viewable within EA is probably up to YouTube.. I have seen more and more YouTube video presentations in various sites with the overlay saying something like: "This Video can only be viewed in Youtube.. Click here"

// Deep inside every dilemma lies a solution that involves explosives //

Re: RSS Feed Poster

Reply #20

Quote from: Steeley – I believe EA supports embedded Youtube Videos (perhaps by add-on?), but whether or not they are viewable within EA is probably up to YouTube.. I have seen more and more YouTube video presentations in various sites with the overlay saying something like: "This Video can only be viewed in Youtube.. Click here"

Maybe it's more about the way they are embedded ...

Since I have never encountered anything like this when watching YT with MPV media player, for example.

The fact that you don't need to search for the RSS feed hyperlink for the feed aggregator with that FreshRSS extension. In that you can just c+p the channels URL and that's it.

Sure all YT channels have RSS feeds included in their channel page but you cannot just c+p it. You have to dig it from the webpage source.
Stop Whining!

Re: RSS Feed Poster

Reply #21

Update
!Fixes for PHP 8.0+


Re: RSS Feed Poster

Reply #23

Biggest update to date!

7.0
+GUID-based deduplication with configurable method (GUID, Link, or Hash)
+Content filtering with include/exclude keywords or regex patterns
+Custom post templates with {title}, {body}, {link}, {author}, {date}, {footer}, {enclosures} placeholders
+Media/enclosure handling embeds images, audio, and video from feed items
+Feed error logging and health dashboard with last success time and error count display
+Automatic retry with exponential backoff and auto-disable after max retries
+Auto-purge old feed log entries with configurable retention period
+WebSub (PubSubHubbub) support for real-time push updates from supported feeds
+Feed preview to view items before enabling a feed
+OPML import and export for bulk feed management
+Per-feed import log viewer with pagination
!Fixed assignment vs comparison bug in HTTPS scheme detection (= changed to ==)
!Fixed $row variable reference in UpdateJSONFeedBots (changed to $feed)
!Fixed fake cron condition that prevented feeds from ever updating (> changed to <)
!Fixed db_affected_rows used on SELECT queries (changed to db_num_rows)
!Fixed scheduled task missing UpdateJSONFeedBots call
!Fixed embed images regex running before message body was assigned
!Fixed trailing space in board select option values
!Added CSRF protection (session token validation) to all state-changing actions
!Added feed URL validation to reject non-HTTP schemes
!Removed display_errors from cronrss.php
!Added download timeout and max file size limits for feed fetching
!Added index on feedhash column for faster duplicate lookups


Re: RSS Feed Poster

Reply #25

That should be fixed now .. unfortunately you will have to re-upload the files.  All that due to a function call used in an if condition.  On the positive I notice a chance to abuse the chunked upload and fixed that as well.

Re: RSS Feed Poster

Reply #26

Thanks Spuds for solving it!