How to activate components on backend

DDV

New Member
Hello there,
Is there any way to activate on dashboard and menu Lists and Campaigns for all users.
Is there a proper way to be done.
 
Right,

The only way to achieve this is to simply code it.
If you know PHP, it's easy enough since you have examples in the customer area for this exact same thing.

Thanks.
 
Ok. lets assume we code it . Next update will be overwritted right ?
So we should code it again. right ? just asking simple question. :)
 
You can name your controllers as you wish and the next update won't override them, unless i ship the app with a controller name same like yours, which is unlikely.
You can also look into extensions, and create controllers from there.
There are plenty ways you can go around this ;)
 
Back
Top