
jannes
@jannes
37 topics 110 comments
5 followers 0 following
Registered: 03 Sep 2023
Last Seen: 7 hours ago


-
Created a topic [forumify] 0.4.22 in Releases
A new version of forumify/forumify-platform is available.0.4.22:fix admin UI being rendered for some frontend formsfix title not translated on messengerFor a full changelog, click here.
1 Jun 2025 at 8:35 PM -
Created a topic [forumify] 0.4.21 in Releases
A new version of forumify/forumify-platform is available.0.4.21:add "give badge" automation actionadd "give role" automation actionadd notification when users receive a new badgeadd separated user row actions for giving badges and assigning usersthese are also under separate permissions, so admins no longer need "manage users" to give out badges or roles you will have to manually add these permissions to non-super admin rolesadd user row action to ban usersbanning a user will remove all of their...
25 May 2025 at 6:58 PM -
Commented on Error linking with marketplace
Hi Matt,The forumify team is all EU based, so we're in CEST and BST.I've sent you a private message with instructions on how to link your instance to the marketplace.I believe the issue happened because you had already linked a different forumify with that same domain in the past, and it was refusing to make a duplicate entry. We should provide better feedback to the admin when linking fails, and also add a way to manually configure the client id/secret from the admin panel. And a screen somewhere...
20 May 2025 at 4:25 PM -
Commented on Error linking with marketplace
I will create a marketplace client for you manually and send you instructions on how to configure it. Then you can link it that way 😉. The earliest I can do that is tomorrow, since I need to be at my computer to do so.
19 May 2025 at 5:48 PM -
Created a topic [forumify] 0.4.20 in Releases
A new version of forumify/forumify-platform is available.0.4.20:add role colors to usernames (author @Oscar)You can enable "Show On Username" on role. The user's display name will then be colored based on their highest role with this setting enabled. Similar to Discord's role colors.For a full changelog, click here.
10 May 2025 at 2:36 PM -
Created a topic [forumify] 0.4.19 in Releases
A new version of forumify/forumify-platform is available.0.4.19:add profile preview when hovering over usernamesoverhaul forum profile activity list (author @Oscar)fix new roles being created under guestfix small topic images getting upscaledFor a full changelog, click here.
3 May 2025 at 2:37 PM -
Commented on Login page throwing server error 500
Oh hmm, so we've gone from breaking forumify, to now breaking Symfony.. That's no bueno 😅Was there anything worth noting in the logs of cache:clear or forumify:plugin:refresh?You can enable development mode to get errors to show: assuming you're running through docker-compose, set the APP_ENV variable to "dev" and APP_DEBUG to "1", then restart docker compose. Just revert this again later since you don't want your website to run in dev mode all the time.
30 Apr 2025 at 4:45 PM -
Commented on Login page throwing server error 500
Seeing how you have the social login plugin installed, and your error appears to be on the login page, I suspect that one to be the culprit.If you can not reach your admin panel because you are locked out, you can run the following query:UPDATE plugin SET active=0 WHERE package LIKE "%deschutesdesigngroupllc%"; Then you will have to clear cache:(make sure you run these commands as nginx, "su nginx") $ php bin/console cache:clear $ php bin/console forumify:plugin:refresh If this makes your login...
30 Apr 2025 at 4:19 PM -
Commented on Login page throwing server error 500
Hi Aaron,Do you have any plugins installed that could cause this issue?
30 Apr 2025 at 4:12 PM -
Commented on [Released] Levels
Brilliant idea for a plugin with endless depth. I wish you the best of luck and we’ll be watching closely and cheering you on, Oscar!If you need any changes to the platform to accommodate your plugin, like template blocks, events,… you know where to find the forumify repository 😂
26 Apr 2025 at 9:48 PM