Inquiry: Are These Forum Features Already Supported in Phalcon? #16667
Unanswered
AbdulHaseeb262
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m currently working on enhancing a forum built on Phalcon, and I wanted to check if some functionalities are already available or if they would require custom implementation. Below are the features we’re considering:
Logo Replacement: Is there an existing functionality or a recommended approach for replacing the forum logo dynamically via the admin panel? I noticed #561 was mentioned but couldn't find clear guidance.
Spam Report / Moderation Enhancements: Are there built-in features or recommended plugins for spam reporting and moderation? Specifically, we’re looking for something akin to #545 but with enhancements for better usability.
User Mentions: For usernames that contain special characters (like dashes), does the latest version of the forum address mention-related issues, as seen in #544?
Email Notifications with PHP Code: Has the bug related to PHP code rendering in email notifications been resolved? This was discussed in #543.
Mobile UI Enhancements: Are there existing fixes for issues like transparent buttons or unlabeled items in the mobile navbar (#542)?
New Features:
Automatically join threads upon posting (#504).
Real-time notifications or event-source/websocket integration for new posts (#503).
Marking comments or discussions as favorites (#459).
Ability to hide categories from non-logged-in users (#359).
Showing the number of online users (#331).
Pagination and Locking Threads:
Is there built-in support for adding pagination to threads (#183)?
How about locking threads after X months of inactivity (#89)?
I’d appreciate it if anyone could confirm whether these functionalities exist in Phalcon or provide any insights or suggestions for implementing them. This will help us decide whether to extend existing features or start fresh.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions