cPanelTomGreen
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by cPanelTomGreen-
Just a quick note: We have pulled this build from our distribution servers temporary due to an issue and will be releasing a new build in a few days with a resolution.
-
I like the idea of giving users the option to add a user after creating the database. Also, we considered porting the wizard process to this system as well, which is want I think you are really a...
-
[quote="JamesOakley, post: 1622891">My first UI observation is that I thought it wasn't working. I clicked on the "New MySQL" link, and the page loaded. It just showed and the page footer. Then...
-
For those of you looking for some pictures of the new UI's there is now a blog article up as well with some screen shots. [url=http://blog.cpanel.net/ui-technology-preview-mysql-feature-using-mode...
-
Let me know if these examples get you past your problem.
-
By the way, UAPI has a built in post processing filter/pagination/sorting system:
-
Here is an example of writing an API call similar to what you are doing: [CODE=perl]package Cpanel::API::MyPlugin; use strict; use warnings; sub GetData { my ( $args, $result ) = @_; # ...
-
Can you provide an example of what you are doing in the MyPlugin::GetData function? I think maybe there is a problem with how you are constructing the data on the backend. Without seeing some of ...