[RSS Feed/News] User Group Display Style Priority not being followed if user group title or banner text fields are empty

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have the following user group settings ....

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom