Is there a index for http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-extensions-reference/Plesk_Modules/ or do i just need to go to plib and check each name?
create a panel.ini in the config dir for plesk as per : http://download1.parallels.com/Plesk//PP11/11.0/Doc/en-US/online/plesk-linux-advanced-administration-guide/index.htm?fileName=68604.htm
add this
[promos]
custom.googleIntegration.active=true...
In the new extensions documentation.
Determine the user type - administrator, reseller, or customer and restrict access basing on this type. This is accomplished by creating the pm_Session class instance and using its boolean methods
All through it you see references to classes you extend...
http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-extensions-reference/Plesk_Modules/pm_Promo_Home.html
Would be nice to have the references so we know the base classes we are extending.
With the promos users hide them where is the fact they hid them stored? like is there a way to unhide them if they clicked hide?
I like the dashboard widget but too easy to not get displayed.
I wish we could add tabs to the top and not just custom buttons that link to the module.
So how...
I know you guys are PHP centric. But it would be nice for us who use .net since it is windows after all that we can register a service for notifications via .net. Or give plesk a rpc url to get the notifications to.
What i mean is if you look at the internal API directions for plesk it apparently shows only unix.
Say you want to add a module to plesk that you have a admin interface for, a user interface etc.
It should be able to be integrated into plesk where you can validate the credentials using the...