Social Groups (XenForo 2.x.x)

Social Groups (XenForo 2.x.x) 4.1.3

PayPal: $50.00

New Features​

Event Prefixes (Multi-select)​

Group admins and moderators can now create custom prefixes for events and assign multiple prefixes per event.

Managing prefixes:
  • Navigate to a group's event page → manage prefixes via the new Event Prefixes section
  • Each prefix supports a title, optional description, and a display style (colored label)
  • Prefixes are scoped per group — each group maintains its own prefix set
Assigning prefixes:
  • When creating or editing an event, a prefix selector is shown if the group has prefixes defined
  • Multiple prefixes can be selected simultaneously
  • Selected prefixes are displayed as styled badges on the event list, event card, and event detail page
Permissions:
  • Global editGroupAny permission also grants access


Performance Improvements​

Per-request Static Cache in​

Moved the permission result cache and member roles cache from function-level statics to class-level static properties (App::$threadPostPermissionCache, App::$memberRolesCache). This prevents redundant permission queries across multiple call sites within the same request lifecycle.


UI / UX Improvements​

Event List Layout Redesign​

The event list (tlg_group_events) was redesigned from a plain content-row layout to a card-based layout:

  • Date badge on the left showing abbreviated month and day number
  • Event title, date range, 2-line description snippet, and meta row (author, attendees, remaining slots, group)
  • Register CTA button inline with the title row
  • Cancelled events shown with reduced opacity and strikethrough title
  • Compact variant for widget usage (hides snippet)
  • Full light/dark mode support using XenForo CSS custom properties
Notable changes:
  1. Fixed re-position cover does not work
  2. Improvement to re-position cover
  3. Fixed intense queries when viewing threads
  4. Minor bugs fixed
Notable changes:
  1. Allow add event from events calendar
  2. Fixed event calendar in mobile
  3. Fixed cannot unstick group threads
Notable changes:
  • Fixed race errors when viewing thread
Notable changes:
  1. Fixed error when creating thread
  2. Fixed template errors
Notable changes:
  • Fixed display sticky threads
Notable changes:
  • Fixed sticky threads
Notable changes:
  • Fixed upload groups cover
Notable changes:
  • Fixed data class not found
Notable changes:
  • Improvement to support dark theme
  • Fixed member promotion does not work
  • Added new member roles to restrict to view member listing
Back
Top