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!
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 [i]class.wp.w3all-phpbb.php[/i] and search for this line of code
[code] $topics_x_ugroup = "AND T.forum_id IN(".$gf.")";[/code]
REPLACE with this line:
[code] $posts_x_ugroup = "AND P.forum_id IN(".$gf.")";[/code]
and if possible let know!