This post has been edited by localrich: 05 May 2011 - 04:15 PM
WHMCS VPS.NET Plugin 1.0 released
#81
Posted 05 May 2011 - 04:15 PM
So I've finally got this working, but one issue I can seem to figure out is multiple VPS per user. I have one user with two vps's and it only shows the first one on the vps-cloud.php page?
#82
Posted 06 June 2011 - 10:28 AM
i would like to add several things about this module.
First it is truly awesome and the fact it is not encoded helps the community better develop and improve the module.
So in the sprit of improvment i found a couple of things that should be addressed in the next version
First the help links within the control panel. these need an additional peice of code adding to them to stop the page reloading to the index.php
vps-cloud.php
Line 266
this should be changed to
Line 274
this should be changed to
Also the actual module slider is very nice but still needs some style work, i have tryed to fix it but my skills are not with CSS.
My other request is to have the other available addons made available via the API. and maybe veriableise the txt in the module for easier translation.
First it is truly awesome and the fact it is not encoded helps the community better develop and improve the module.
So in the sprit of improvment i found a couple of things that should be addressed in the next version
First the help links within the control panel. these need an additional peice of code adding to them to stop the page reloading to the index.php
vps-cloud.php
Line 266
$cp='Cpanel <a href="#" onClick="$(\'#cpanel_help\').dialog(\'open\');"><img src="./modules/servers/vpsnet/assets/images/help_16x16.png" border="0" align="absmiddle"></a>';
this should be changed to
$cp='Cpanel <a href="#" onClick="$(\'#cpanel_help\').dialog(\'open\'); return false;"><img src="./modules/servers/vpsnet/assets/images/help_16x16.png" border="0" align="absmiddle"></a>';
Line 274
$cp='ISPmanager <a href="#" onClick="$(\'#cpanel_help\').dialog(\'open\');"><img src="./modules/servers/vpsnet/assets/images/help_16x16.png" border="0" align="absmiddle"></a>';
this should be changed to
$cp='ISPmanager <a href="#" onClick="$(\'#cpanel_help\').dialog(\'open\'); return false;"><img src="./modules/servers/vpsnet/assets/images/help_16x16.png" border="0" align="absmiddle"></a>';
Also the actual module slider is very nice but still needs some style work, i have tryed to fix it but my skills are not with CSS.
My other request is to have the other available addons made available via the API. and maybe veriableise the txt in the module for easier translation.
#83
Posted 04 July 2011 - 01:53 PM
Hi,
Does this plugin also works for Shared hosting accounts? or only cloud VPSs?
Regards.
Does this plugin also works for Shared hosting accounts? or only cloud VPSs?
Regards.
#85
Posted 21 July 2011 - 05:44 PM
I'm almost done testing this plugin and tweaking it so the flow makes sense to the user. When the client has not purchased nodes yet and they try to visit vps-cloud.php this message is displayed: "Your service is currently , VPS Cloud access disabled." It's missing a word.
vps_status.gif (2.07K)
Number of downloads: 30
This is from cloud-access-denied.tpl
Can I add something to vps-cloud.php to include the word "unavailable"? I'm assuming this is the code I'd have to edit:
vps_status.gif (2.07K)
Number of downloads: 30
This is from cloud-access-denied.tpl
{include file="$template/vps/header.tpl"}
<div class="form-error">
<p class="heading2">VPS Cloud</p>
<p>Your service is currently {$status}, VPS Cloud access disabled.</p>
</div>
{include file="$template/vps/footer.tpl"}Can I add something to vps-cloud.php to include the word "unavailable"? I'm assuming this is the code I'd have to edit:
if ($status != "active") {
$smartyvalues['status'] = $status;
outputClientArea("vps/cloud-access-denied");
die();
}
This post has been edited by mk1200: 21 July 2011 - 07:24 PM
#86
Posted 04 October 2011 - 12:34 PM
Hello,
For when a update for module or add the new futures for resellers as write on one of your "newsletters"?
No news on this?
For when a update for module or add the new futures for resellers as write on one of your "newsletters"?
No news on this?
This post has been edited by kanumtech: 06 November 2011 - 07:39 PM

Help
This topic is locked











