Custom Admin Scripts in CMSMS admin screens

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
richard_olivey

Custom Admin Scripts in CMSMS admin screens

Post by richard_olivey »

I have some custom administration scripts for a project that I am developing using CMSMS. I was wondering if there is any easy way to hook these scripts into the admin screen menu/option boxes? If so can it also use the user permisions?

Many Thanks

Richard Olivey
cyberman

Re: Custom Admin Scripts in CMSMS admin screens

Post by cyberman »

richard_olivey wrote: I have some custom administration scripts for a project that I am developing using CMSMS.
Would be nice if you publish it on CMSms Forge  :) ...
I was wondering if there is any easy way to hook these scripts into the admin screen menu/option boxes?
It should not so difficult - you can transform your code to a module which has only an admin part like DatabaseBAckup  module or ModuleMaker module.
If so can it also use the user permisions?
If it's a module, it can ...
richard_olivey

Re: Custom Admin Scripts in CMSMS admin screens

Post by richard_olivey »

Would be nice if you publish it on CMSms Forge  Smiley ...
I would but its a bespoke contact search system which is not worth releasing onto the world.

Looks like I'll be having a look at the moduleMaker tomorrow at work then.

Many Thanks

Rich
richard_olivey

Re: Custom Admin Scripts in CMSMS admin screens

Post by richard_olivey »

ModuleMaker did the trick. Thanks for all your help

Cheers

Rich
Post Reply

Return to “Developers Discussion”