Support Forum
we also do some caching of group view, so want to do some testing there too...
Visit Cruise Talk Central and Mr Papa's World
yeah, I am beginning to think there is an issue with our group view query when using single group ids... seeing some weird stuff in my testing...
would you be willing to try a couple code changes? note, keep copies, this is fully untested but think it might help you...
in file simple-press/forum/content/classes/sp-group-view-class.php, around line 225 find this line
if (!$records) {
and change it to
if (!$records || !empty($groupids)) {
and then around line 258 find this line
if ($records) sp_add_cache('group', $records);
and change it to
if ($records && empty($groupids)) sp_add_cache('group', $records);
now, this will not be the final change if this turns out to be a problem, but for your specific case, it might work... probably very premature to ask for this change, but will be very good data for us...
Visit Cruise Talk Central and Mr Papa's World
did you adjust the group view query in your child theme?
also, you might need to clear the group view cache on forum - toolbox - housekeeping to reset everything...
Visit Cruise Talk Central and Mr Papa's World
might be easier if you could give us ftp access so we can mod files and look at stuff... understand if thats not doable... if so, pm the details to both andy and steve...
Visit Cruise Talk Central and Mr Papa's World
I dont see the changes that I had requested... I made them, plus one more..
Can you take a look? seems to be working now...
Visit Cruise Talk Central and Mr Papa's World
me too! please let us know... knew it was caching 😉 just not ours
will roll this change into next release...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)