R_J
AdminR_J Admin
-
New Moderators
I'm happy to announce that there are two new moderators in the team: Bleistivt and Kaspar! From my understanding you should never notice moderators: they will help keeping the forum free from spammer… (View Post)7 -
Re: New Here
The official statement can be found here: "We have no plans to discontinue our open source releases" (View Post)2 -
Re: How to register user programmatically
If you write a plugin which implements the method "entryController_yourSlug_create($sender, $args)", you would be able to access it under "yourforum.com/entry/yourslug" From there… (View Post)1 -
Re: Windows Dev Environment
I wouldn't bother trying to get this running directly under Windows. Windows provides the "Windows Subsystem for Linux" which you need to enable (search the net for "enable wsl 2"… (View Post)3 -
Re: Solution to form submission when the user is logged off
In the code above, the if condition can be dropped completely and you can simply use $Postback = Gdn::request()->isPostBack(); The EntryController which also requires non-users to send data also u… (View Post)2