Re: Last Topics Widget: Don't show posts from hidden forums
Posted: Mon Jul 10, 2017 1:57 pm
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
REPLACE with this line:
and if possible let know!
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.")";
Code: Select all
$posts_x_ugroup = "AND P.forum_id IN(".$gf.")";