jannes

@jannes

75 topics 248 comments

6 followers 0 following

Registered: 03 Sep 2023

Last Seen: Mar 27, 2026

Badges
Activity
  • Hi all! With the platform's 1.1 release scheduled for next Sunday we're excited to share another set of improvements and QoL changes that will be added in the next update. Enhanced Spam Protection Anyone who's been on the internet for some time knows that it is filled with bots and malicious users. forumify 1.1 adds several new spam protection features. Google reCAPTCHA configuration So far our first line of defense on the login and registration pages was Google reCAPTCHA. In forumify...

    Mar 22, 2026
  • A new version of forumify/forumify-platform is available.1.0.13:fix pagination not showing in message threadsFor a full changelog, click here.

    Mar 21, 2026
  • I can confirm we've added 2 new widgets to the 1.1 release (scheduled to go live next weekend, 29th of March):Topic list, a list of topics from a given forumTopic content, the content of the last topic from a given forumThese will be available in the page builder, and Twig pages through the `{{ widget() }}` syntax after the next feature release.

    Mar 21, 2026
  • Hello Hughes,That's not the workflow we suggest, the intended usage is to always edit and manage within forumify, and let it push to PERSCOM.io. If you do not follow this path, then expect things to break. forumify keeps track of changes made to entities, if it fails to push them to PERSCOM.io for whatever reason, then the entity is marked as "dirty" and will never receive updates during syncs again until it does manage to sync (probably because of a stuck message in messenger_messages).So the normal...

    Mar 21, 2026
  • Hi Hughes,The daily sync only retrieves changes from PERSCOM, any changes you make inside of your forumify website should be sent to PERSCOM near-instant, just seconds after the change is made. You can check the logs for this in forumify Admin Panel -> PERSCOM -> Sync. For this sync (both sending and retrieving from PERSCOM) the async and scheduler message queue workers need to be running (you can "docker exec -it <container_name> bash" followed by "supervisorctl status" to see if they...

    Mar 19, 2026
  • 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