There has been a lot of changes in the dochangeusergroups.php file from 7.7.4 to the currently unreleased 7.7.5

the following fix should get you back in business:

FIND around line 94
Code
$aquery = preg_replace("/t1\./", "", $aquery);

REPLACE WITH
Code
// $aquery = preg_replace("/t1\./", "", $aquery);

This line and the whole section has been unchanged in all prior versions for at least the past 10 years -- since at least 7.5.5 from 2010.

UBB.threads 7.7.5 will have useless code removed and known bugs fixed.


One of those a long time bugs which will be fixed with the release of 7.7.5 is:

[Linked Image]
member search with CHANGE GROUPS + ALL MEMBERS IN SEARCH

[Linked Image]
ADD TO: works as expected

[Linked Image]
REMOVE FROM: does not work

basically, ALL MEMBERS IN SEARCH + REMOVE FROM GROUP does not work for versions 7.7.4 and prior.

Last edited by isaac; 07/09/2020 1:19 PM.

Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com