M
Mouth
Guest
I have the following user group settings ....
SQL:
Read more
Continue reading...
SQL:
Code:
mysql> select user_group_id, title, display_style_priority, user_title, banner_text from xf_user_group where display_style_priority > 0 order by display_style_priority asc;
+---------------+----------------------------+------------------------+----------------+----------------+
| user_group_id | title | display_style_priority | user_title | banner_text |...
Read more
Continue reading...