
jannes
@jannes
41 topics 119 comments
6 followers 0 following
Registered: 03 Sep 2023
Last Seen: 26 Jun 2025 at 11:53 AM


-
You can use the report in feature from the premium version. If users don’t report in on the operations center periodically, an assignment record to a status of your choice will be created.you could have an automation on that which posts to some discord channel and publicly shame the user for not reporting in on the website 😂
23 Jun 2025 at 2:25 PM -
Hi UncreatedLemon,For anything more advanced than just posting to a discord channel you will need a Discord bot. We do not offer any type of first party bot, so you'll have to create your own.If you have a bot, you could expose some HTTP endpoints on your bot that forumify can submit data to, and the bot could then DM the user. You could do this with a simple node.js server using discord.js and express. Or you could use any of those fancy bot builder tools, but I've personally been out of the Discord...
23 Jun 2025 at 2:18 PM -
Hi there,We haven't caught up with our documentation for the plugin yet, but I think we can get something working!The trigger exposes 2 variables, "type" and "record"I recommend creating a separate automation per record type using conditions. So we'll set up:Condition: ExpressionExpression: type == 'award'Then we'll add the webhook action to it:Webhook URL: https://discord.com/api....Data:BIG WARNING: This will stop working in v2 of the plugin.In v2, the record will already contain all of the data...
23 Jun 2025 at 1:56 PM -
Created a topic [perscom-plugin] 1.3.1 in Releases
A new version of forumify/forumify-perscom-plugin is available.1.3.1:add absence notifications and status automationadd ability to add and remove instructors and students when submitting the class reportAbsence NotificationsKeep accountability of your troops high by notifying your users about the consequences of not participating in mandatory events when they get marked absent in an after action report.You can now find relevant settings in the admin panel, under PERSCOM - Configuration.Send a simple...
13 Jun 2025 at 8:02 PM -
Created a topic [perscom-plugin] 1.3.0 in Releases
A new version of forumify/forumify-perscom-plugin is available.1.3.0:add instructor types to coursesadd operation filter to the attendance sheetfix tabs on roster not highlighting which group is selectedimprove mobile friendliness of the operations center (author @Goltred)For a full changelog, click here.Instructor TypesOften in courses you have different roles your instructors can partake in, for example in courses involving a shooting range, you may have the class instructors and range safety...
9 Jun 2025 at 3:23 PM -
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