✅ Completed Features:
- Post Permalink (Copy Link)
- Last Post Link in Topic Card
- Category Display in Topic Card
- Delete Button Desktop Fix
- Multi-File Upload System (5 categories)
- Gallery Upload System (Multiple images + URLs)
- NSFW Content System (Age verification)
- Like & Reply Hidden Content
- Notification System
- Remember Me System
- Whitelist Domains in Admin Panel
- Categories Position Setting (Top/Bottom)
- Removed Unnecessary Tabs in Settings
- Fixed Uploaded Video Controls
- Added New Icons to Icon Picker (Video & Music)
- CSS Files Refactoring (components.css, layout.css)
- Video Shortcode Support (YouTube, Vimeo, Aparat, MP4)
- Download Shortcode Support
❌ Pending / Not Completed:
- Flood Control Testing (Needs production server testing)
- Final Server Testing (Live environment validation)
- Language File Splitting (Current language files are too large; should be split into smaller modules for easier management)
📝 Notes:
- Flood control requires real-world testing on production server with actual user traffic patterns
- Language files need refactoring: split
lang/fa.phpandlang/en.phpinto smaller, organized modules (e.g.,lang/fa/common.php,lang/fa/errors.php,lang/fa/upload.php, etc.) - All other features implemented and tested locally