Heisenberg submitted a new resource:
You must be registered for see links
- Removes the About block in Account details.Description:
Removes the About block in Account details.
(Example of About block)
You must be registered for see images attach
SQL query:
To remove about data for all users, run the SQL query in phpMyAdmin:
UPDATE xf_user_profile SET about = ''
You must be registered for see links
