R_J
AdminR_J Admin
-
Re: Where do I find "Vanilla ACP » Appearance » Message" In Current Version?
Go to Moderation / Site / Messages (View Post)1 -
Re: Notification bell
In case that you would like to customize your theme , I would recommend to not use Foundation. The frontend is built from React components. As long as you are not fluent with the JavaScript eco-syste… (View Post)1 -
Re: Is it bad practice to instantiate media model in an event handler
The Reactions plugin is a second example (View Post)1 -
Re: Is it bad practice to instantiate media model in an event handler
The QnA plugin is a complex example, therefore maybe not the best but I cannot think of any better right now. Maybe it helps to look what is done there. Use this method as an entry point: https://git… (View Post)1 -
Re: Is it bad practice to instantiate media model in an event handler
At first you need to extend the database table. After that the model will handle that column like any other. You need to show it in the front-end by yourself, though. But if it is included in the pos… (View Post)1