Forum
A nice and simple forum for Azuriom.
- Ensure attachments are deleted with the
- PHP 8.4 compatibility
- Display received likes instead of given likes for members
- Performances imrovements
- Fix error whith cooldown
- Add support for roles icons
- Add roles to limit access to certain tags
- Add specific permission to manage forum tags
- Fix images upload with BBCode editor
Prepare for Azuriom v1.1.0
- Fix actions on discussion
- Add slug in discussions URLs
- Fix permission
- Add support for new Discord usernames
- Prevent error with specifiq themes after updating
- Hide empty categories on homepage
- Add notifications links
- Add permission to post in locked forums
- Fix issue with private forums
- Add home message
- Make pinned discussions visible for everyone in private forums
- Add discussions search
- Make number of recents posts in home configurable in the settings
- Improve performances
- Require email verification (when enabled) to create posts and discussions
- Fix tags not showing
Fix title
- Improve forum move dropdown
- Add Discord webhook support
- Add autosave when creating a new discussion (Markdown editor only)
Fix last update
Layout update
Add registration date and last visit in user profile
Fix empty <span>
in markdown
Add image upload support
Fix error 500 when creating a forum
Add private forums (users can only see their own discussions in private forums - a permission is also available to see all discussions for specific roles)
Version 1.0.0 for Azuriom 1.0
Version 1.0 for Azuriom 1.0
- Add default tags
- Add views count
Fix last update
Fix forum with restricted access
Fix signature and about
Improvements
- Improve BBCode
- Fix some issues with BBCode
- Fix formatting
- Fix pagination order
- Add full BBCode support
- Add experimental BBCode support
Please note BBCode is currently an experimental feature, old forum posts won't be converted to BBCode for now so it's just for testing
If you still want to use it, you can enable experimental BBCode support by adding a line in the settings
table of your database with the folowing:
name
: forum.editor
value
: bbcode
You can also use the following SQL query if you want : INSERT INTO settings (name, value) VALUES ('forum.editor', 'bbcode');
. Then, just clear the cache in Settings -> Performances
Add users mentions
- Add tags
- Add signature
Add private forums
- Fix lock/pin permission
- Make Twitter/Discord optional on user profile
- Add user profile
- Fix some translations
- Customizable forum icon
- Add option to lock a forum
- Add latest posts on home forum page
- Hide subforums on forum home
- Forum description is now optional
- Small design improvements
- Add subcategories
- Performances optimisations
- Fix deleting posts and discussions
- Allow admin to add responses to locked discussions
- Hide edit and delete buttons on locked discussions for non-admin users
- Fix translation in admin panel
- Fix error 500
- Fix discussion creation
- Fix mesage
- Add online users
- Add forum stats
- Add post creation time
Misc fix:
- Fix categories positions
- Fix missing translations
- Fix error 500
Fix for release
This is the initial release of this resource