TinyPortal

Development => Bugs/Errors => Feedback => Fixed Bugs => Topic started by: tino on February 17, 2023, 08:32:31 PM

Title: tpshout not ignored action
Post by: tino on February 17, 2023, 08:32:31 PM
If you look at the online list on here you can see people are viewing the tpshout this should be an ignored action. I think at some point we changed shout to tpshout and forgot to update the ignored action hook.
Title: Re: tpshout not ignored action
Post by: @rjen on February 17, 2023, 08:51:59 PM
I did not even know that hook...
Title: Re: tpshout not ignored action
Post by: @rjen on February 17, 2023, 09:58:20 PM
Curious what hook that is: I searched but cannot find it...
Title: Re: tpshout not ignored action
Post by: tino on February 17, 2023, 10:34:27 PM
Quote from: @rjen on February 17, 2023, 09:58:20 PMCurious what hook that is: I searched but cannot find it...

https://github.com/Tinyportal/TinyPortal/blob/ca78606153075979b89296dde839d6deccfea627/TinyPortal/Integrate.php#L818
Title: Re: tpshout not ignored action
Post by: @rjen on February 18, 2023, 04:10:34 PM
Quote from: tino on February 17, 2023, 08:32:31 PMIf you look at the online list on here you can see people are viewing the tpshout this should be an ignored action. I think at some point we changed shout to tpshout and forgot to update the ignored action hook.

It seems the content of the array was also changed. I have just made a fix that seems to work

the line needs to be changed to

        $no_stat_actions = array_merge($no_stat_actions, array('tpshout' => true));

It works on my site and it does nof affect 2.0. So Mick, can you upload attached file to the TinyPortal site, that should fix it here too...
Title: Re: tpshout not ignored action
Post by: lurkalot on February 18, 2023, 06:18:46 PM
Quote from: @rjen on February 18, 2023, 04:10:34 PMSo Mick, can you upload attached file to the TinyPortal site, that should fix it here too...

@rjen, sorry for delay. File is now in place.  ;)