- Compatible XF Versions
- 2.1
Description:
Removes the About block in Account details.
(Example of About block)
SQL query:
To remove about data for all users, run the SQL query in phpMyAdmin:
UPDATE xf_user_profile SET about = ''
Removes the About block in Account details.
(Example of About block)
SQL query:
To remove about data for all users, run the SQL query in phpMyAdmin:
UPDATE xf_user_profile SET about = ''