Last Topics Widget: Don't show posts from hidden forums

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Last Topics Widget: Don't show posts from hidden forums

Post by axew3 »

i'm just looking to code in short, before to add more little features (and maybe some buggy thing more :) )
so i've come over the code that have remind me this question.
If still tuned, could you please try out this into your test?
There is another chance but i guess this will resolve:

Open file class.wp.w3all-phpbb.php and search for this line of code

Code: Select all

   $topics_x_ugroup = "AND T.forum_id IN(".$gf.")";
REPLACE with this line:

Code: Select all

   $posts_x_ugroup = "AND P.forum_id IN(".$gf.")";
and if possible let know!
Macko
User w
User w
Posts: 5
Joined: Fri Jul 07, 2017 3:47 pm

Re: Last Topics Widget: Don't show posts from hidden forums

Post by Macko »

We also had this issue. Dev sorted it out, not sure how. Thanks.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Last Topics Widget: Don't show posts from hidden forums

Post by axew3 »

Maybe with the above fix?
and if possible let know!
Post Reply