VPS.NET Cloud Community: WHMCS VPS.NET Plugin 1.0 released - VPS.NET Cloud Community

Jump to content

  • (5 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • This topic is locked

WHMCS VPS.NET Plugin 1.0 released Rate Topic: -----

#81 User is offline   localrich 

  • I Got Nodes
  • PipPip
  • Group: Customers
  • Posts: 16
  • Joined: 07-July 10

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?

This post has been edited by localrich: 05 May 2011 - 04:15 PM

0

#82 User is offline   Milliment 

  • I Got Nodes
  • Pip
  • Group: Customers
  • Posts: 1
  • Joined: 21-December 09

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
$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.
0

#83 User is offline   danielb 

  • Member
  • PipPip
  • Group: Customers
  • Posts: 28
  • Joined: 04-January 11

Posted 04 July 2011 - 01:53 PM

Hi,

Does this plugin also works for Shared hosting accounts? or only cloud VPSs?

Regards.
0

#84 User is offline   mvolgin 

  • I Got Nodes
  • Group: VPS.NET Staff
  • Posts: 61
  • Joined: 27-July 10

Posted 04 July 2011 - 03:19 PM

Only for VPSs
0

#85 User is offline   mk1200 

  • Newbie
  • Pip
  • Group: Customers
  • Posts: 2
  • Joined: 19-May 11

  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.

Attached File  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

0

#86 User is offline   kanumtech 

  • Member
  • PipPip
  • Group: Customers
  • Posts: 17
  • Joined: 23-November 10

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? :)

This post has been edited by kanumtech: 06 November 2011 - 07:39 PM

0

Share this topic:


  • (5 Pages)
  • +
  • « First
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users