v0.1.4 - Discord Widget Integration

p
Administrator
Joined:
Posts:
13
Discord Widget Integration

The following settings have been added to be able to add a Discord widget on the index page sidebar:

PUNKWEB_BB = {
  ...
  "DISCORD_WIDGET_ENABLED": True,
  "DISCORD_WIDGET_THEME": "dark", # "dark" or "light"
  "DISCORD_SERVER_ID": "123456789012345678", # Found under Server Settings > Widget > Server ID
}

Guests

Rather than only seeing how many logged in board members are online, the forum now keeps track of how many unauthenticated users are viewing the forum.  The statistics panel on the sidebar has been consolidated to display as: Users online: 1 (0 members, 1 staff, 0 guests), instead of showing a row for staff, members, and guests.
Thanks for checking out PunkwebBB!