jannes
@jannes
76 topics 252 comments
6 followers 0 following
Registered: 03 Sep 2023
Last Seen: Apr 11, 2026
-
Commented on website is down
Hi there, we also replied on your support ticket.It seems like your domain is no longer configured to forward traffic to the forumify cloud server (perhaps it expired, changed registrars, ...). Your domain is out of our control, so I suggest checking in with them.We've sent you the details and instructions to rectify the issue in the support ticket. I suggest we keep the conversation there to avoid exposing any sensitive information publicly.
Apr 2, 2026 -
Created a topic [forumify] 1.1.0 in Releases
A new version of forumify/forumify-platform is available.1.1.0Main features:add forum tags (blogpost)add audit logs (blogpost)add new spam protection features (recaptcha score, cf turnstile, rate limiting,..) (blogpost)add reputation to users; Reactions can be marked as positive, neutral or negative. A user's reputation is the sum of all reactions their content has received.Misc:add warning icon to users who have not verified their e-mail in adminadd topic sort to forumsadd topic list widgets (one...
Mar 29, 2026 -
Created a topic [PREVIEW] forumify 1.1: New Spam Protection Features in Developer Updates
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 -
Created a topic [forumify] 1.0.13 in Releases
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 -
Commented on CMS Widget to post most recent topic via forum post
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 -
Commented on PERSCOM Synchronisation issue
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 -
Commented on PERSCOM Synchronisation issue
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 -
Commented on Unassigning Signatures
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 -
Commented on CMS Widget to post most recent topic via forum post
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 -
Created a topic [forumify] 1.0.12 in Releases
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