Page 1 of 1

Custom Admin Scripts in CMSMS admin screens

Posted: Mon Aug 21, 2006 11:16 am
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

Re: Custom Admin Scripts in CMSMS admin screens

Posted: Mon Aug 21, 2006 12:25 pm
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 ...

Re: Custom Admin Scripts in CMSMS admin screens

Posted: Mon Aug 21, 2006 7:12 pm
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

Re: Custom Admin Scripts in CMSMS admin screens

Posted: Tue Aug 22, 2006 9:53 am
by richard_olivey
ModuleMaker did the trick. Thanks for all your help

Cheers

Rich