jannes

@jannes

73 topics 238 comments

6 followers 0 following

Registered: 03 Sep 2023

Last Seen: Mar 18, 2026

Badges
Activity
  • This is not possible at the moment, you can upload a transparent 1px tall png to fake delete it. It's something that's planned and halfway complete but won't be done for a while.

    Mar 17, 2026
  • Hi Cruze,Good suggestion! We actually use such a widget on our own homepage as well to show developer news and releases. We can add some forum related widgets to our 1.1 release.If you're not afraid to get your hands dirty with some code, you could a "Twig" widget with the following code:{% set forumSlug = 'my-cool-forum' %} {% set topicCount = 3 %} {% set forum = repository('Forum').findOneBy({ slug: forumSlug }) %} {% set topics = repository('Topic').findBy({ forum: forum.id }, { createdAt: 'desc'...

    Mar 15, 2026
  • A new version of forumify/forumify-platform is available.1.0.12:add automatic registration with marketplace for cloud instancesfix identity providers not being foundfix php-jwt security vulnerability (only affects self-hosted instances with an APP_SECRET shorter than 32, forumify cloud instances were never vulnerable) For a full changelog, click here.

    Mar 15, 2026
  • Another week closer to the 1.1 release = another preview 🎉This time we'll be presenting another new feature.... Tags!Forum TagsGone are the days of chaos, forum tags allow your users and moderators to apply tags to topics so users can find content they'd like to see much easier.ConfigurationForum tags can be defined on multiple levels:Global tagsForum specific tagsAdditionally, tags can be inherited from parent forums, allowing you to create complex hierarchies of tags, or automatically adding tags...

    Mar 6, 2026
  • Hello all,The development of forumify 1.1 started almost immediately after the 1.0 release. We're about 2 months in now, and we'll be slowly releasing some previews of what is to come. This will be the first of those posts.I think for the minor versions, we'll be doing 1 every quarter. So you can expect this feature to be available at the end of this month!Audit LogsA very important feature for admins to get visibility into the who, what, where and when of their websites.So far, in 1.0, the only...

    Mar 1, 2026
  • Created a topic [MILHQ] 1.0.5 in Releases

    A new version of forumify/forumify-milhq-plugin is available.Just a small day 1 patch with some minor bugfixes/improvements.1.0.5:change unit and position to be optional when creating assignment recordschange image on qualifications to be optionalfix secondary assignments not being removable from soldier editFor a full changelog, click here.

    Feb 23, 2026
  • Created a topic [MILHQ] 1.0 in Releases

    A new version of forumify/forumify-milhq-plugin is available.1.0:remove sync capabilitiesrebrand to MILHQadd supervisorsadd role syncadd more filter options on attendance sheetadd milsimunits integrationadd "dishonorable discharge" as a discharge optionadd more automated tests to improve stability and catch regressionsfix mission/course class end dates not stored on eventsView the announcement post here.

    Feb 22, 2026
  • forumify MILHQ Has DeployedCommand just got an upgrade.We’re proud to announce the official release of MILHQ, the most advanced personnel & unit management system for MilSim units. Whether you run a military simulation group, or a highly structured community, this plugin makes unit management a breeze! MILHQ is a fork of our original PERSCOM.io Integration plugin. Over the years, that plugin evolved far beyond a simple sync layer, and we built a full personnel and unit management system directly...

    Feb 22, 2026
  • Hi sjdroz1,You're totally right. The end dates on calendar events were added because discord requires an end date for all external events. But storing the end date in the event from missions or course classes was never added to the PERSCOM plugin, since this logic predates calendar event end dates.We'll create a feature request to get that functionality added to the PERSCOM plugin.Just to confirm, simply creating a calendar event (from the calendar, not missions/courses) with an end date does sync...

    Feb 22, 2026
  • A new version of forumify/forumify-platform is available.1.0.10:fix error when trying to render notifications from plugins that aren't installed anymoreFor a full changelog, click here.

    Feb 13, 2026