Hello,
I'm looking for a way to change an individual user's usergroup through a php function.
I know I can modify their group in the xf_user table, but I was told it requires the cache to be rebuilt for the change to take effect - something I don't want to have to do every time the script is called.
Is there anyway to promote/change a user's group that doesn't require the cache to be rebuilt?
Thank you.
I'm looking for a way to change an individual user's usergroup through a php function.
I know I can modify their group in the xf_user table, but I was told it requires the cache to be rebuilt for the change to take effect - something I don't want to have to do every time the script is called.
Is there anyway to promote/change a user's group that doesn't require the cache to be rebuilt?
Thank you.