Developer forum

Forum » Development » Custom Modules - Administration Page

Custom Modules - Administration Page

George Nelzo Pereira
Reply
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

Replies

 
Vladimir
Reply
 Hi George,
yes, there are no restrictions for that.
Don’t hesitate to ask if you have any questions.

Best regards,
Vladimir

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
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

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
Reply

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
Reply
Thanks guys.
I'll work in that way.

 

You must be logged in to post in the forum