I am trying to add a sorting mechanism to the recent page (forum/recent) exactly like the one the category page (/forum/category/) where the topics can be sorted either from newest to oldest, oldest to newest, most posts. is that possible?
How to add a required field to registration
-
Is there any way to do this?
-
@Edgar-Doiron yes you can add fields to the registration form using a plugin. The plugin needs to listen to the hook
filter:register.build
to add the field andfilter:register.check
to verify the data entered in the fields.