hollosch Member Sep 23, 2016 #1 Hi, is it possible for an admin to change the URL portion of an group, if it have set?
Truonglv ♥♥ √εgετα ♥♥ Staff member Tech Support Sep 23, 2016 #2 You cannot change after set. It is only change directly via edit database. hollosch Member Sep 26, 2016 #3 Nobita said: You cannot change after set. It is only change directly via edit database. Click to expand... Nobita Ok, how can i do this ? Truonglv ♥♥ √εgετα ♥♥ Staff member Tech Support Sep 26, 2016 #4 hollosch said: Ok, how can i do this ? Click to expand... holloschJust run this query: Code: update xf_team set custom_url = 'new_url' where custom_url = 'old_url';
hollosch Member Sep 26, 2016 #3 Nobita said: You cannot change after set. It is only change directly via edit database. Click to expand... Nobita Ok, how can i do this ? Truonglv ♥♥ √εgετα ♥♥ Staff member Tech Support Sep 26, 2016 #4 hollosch said: Ok, how can i do this ? Click to expand... holloschJust run this query: Code: update xf_team set custom_url = 'new_url' where custom_url = 'old_url';
Nobita said: You cannot change after set. It is only change directly via edit database. Click to expand... Nobita Ok, how can i do this ?
Truonglv ♥♥ √εgετα ♥♥ Staff member Tech Support Sep 26, 2016 #4 hollosch said: Ok, how can i do this ? Click to expand... holloschJust run this query: Code: update xf_team set custom_url = 'new_url' where custom_url = 'old_url';
hollosch said: Ok, how can i do this ? Click to expand... holloschJust run this query: Code: update xf_team set custom_url = 'new_url' where custom_url = 'old_url';