Hi there.
I wanna create some modules but i need put the Administration Page for each module inside one specific.
I mean one module just for Administration (configuration other modules).
It's possible? Someone have any ideas?
George Nelzo
Developer forum
E-mail notifications
Custom Modules - Administration Page
George Nelzo Pereira
Posted on 18/07/2012 18:01:34
Replies
Vladimir
Posted on 19/07/2012 05:08:04
Hi George,
yes, there are no restrictions for that.
Don’t hesitate to ask if you have any questions.
Best regards,
Vladimir
yes, there are no restrictions for that.
Don’t hesitate to ask if you have any questions.
Best regards,
Vladimir
Imar Spaanjaars
Posted on 19/07/2012 08:41:24
This post has been marked as an answer
Hi George,
Here's what I would do:
1. Create your modules as you normally would.
2. Register them in the backend but don't supply a path to the Admin pages (unless they have content you want to manage separately).
3. Create your Admin module which could just be a bunch of Web Forms to manage your data
This way, your normal modules can be added to pages but not managed (not clickable in the Modules list) while you can open the Admin module in the backend, but not add it to a page.
Hope this helps,
Imar
Here's what I would do:
1. Create your modules as you normally would.
2. Register them in the backend but don't supply a path to the Admin pages (unless they have content you want to manage separately).
3. Create your Admin module which could just be a bunch of Web Forms to manage your data
4. Register the module in the backend and supply a path to the Admin pages. Disable "Paragraph module" in the settings.
This way, your normal modules can be added to pages but not managed (not clickable in the Modules list) while you can open the Admin module in the backend, but not add it to a page.
Hope this helps,
Imar
Votes for this answer: 0
Magni J. Hansen
Posted on 19/07/2012 11:55:43
I use this method. Here you getting a shortcut to your admin page via Management Center > Control Panel.
UPDATE [Module] SET
[ModuleControlPanel] = '../../../CustomModules/<your custom module name>/<your custom module name>_cpl.aspx'
WHERE [ModuleSystemName] = '<your custom module name>'
George Nelzo Pereira
Posted on 19/07/2012 12:38:05
Thanks guys.
I'll work in that way.
I'll work in that way.
You must be logged in to post in the forum