-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
What's the cron command you used mate? Because the account is set-up in WHM it won't be able to re-make the account... 'The pending service #3 from client #1500 could not be made active.' - Could be for any reason you should check the logs. tools > logs > cPanel (click row) It could be a bad password, username taken, etc.
-
Hello mate, I apologies for the delay, you need to do the following. Go to: C:\Windows\System32\drivers\etc You then need to copy the hosts file, you can hold Ctrl + move it to your desktop and don't let go of the Ctrl. Or you can right click copy or Ctrl + V and then paste the file. Then you need to edit it in your favourite editor. Then put 127.0.0.1 your-hostname.doman.com Save the file, and then drag it back into your etc folder and overwrite it. -- If you don't want to do that, just use a free webhost / cheap webhost and upload the files there.
-
Well since you stated the "paid module" and not link or say what one it was everyone here will assume (rightly so) that your talking about his one. If it's not that one then where can I pay for this other module?
- 24 replies
-
- DigitalOcean
- api
-
(and 1 more)
Tagged with:
-
As to the 1). Where's this other one which you said "There is a 3rd party (paid) module but it seems sketchy to say the least"? If you google Blesta+Digital+Ocean+Module you only get this thread, ModulesBakery's, and competitors...
- 24 replies
-
- DigitalOcean
- api
-
(and 1 more)
Tagged with:
-
I've not had any issues on PHP 5.4 on CentOS 6.5 So I would say it's a Debian issue.
-
I put reasons on invoices but you can put them in the ticket yourself or use the client notes plugin and put a client note with information about it: http://www.blesta.com/forums/index.php?/topic/3646-plugin-cleint-notices-set-text-or-html-notice-for-each-client/
-
Settings > company > Billing/Payment > invoice customization > logo does it show up?
-
Yeah haha I accidentally put endif and dammit ;D oh well I made it so the link is to departments and then made a link under the logged in menu where portal is.
-
+1 no checkbox for credit shows up, unless you use a non Ajax order form.
-
[Plugin] Support Manger Addons (Add Widget/badge)
Michael replied to Blesta Addons's topic in The Marketplace
-
[Plugin] Support Manger Addons (Add Widget/badge)
Michael replied to Blesta Addons's topic in The Marketplace
Here you go mate, this is in the structure.pdt. <ul class="nav navbar-nav navbar-right"> <li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><?php $this->Html->_($client->first_name);?> <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="<?php echo $this->Html->safe($this->client_uri . "main/edit/");?>"><i class="fa fa-edit fa-fw"></i> Manage Account</a></li> <li><a href="//<?php echo $this->Html->safe($this->Html->ifSet($system_company->hostname)); ?>/billing/"><i class="fa fa-circle-o fa-fw"></i> Return to Portal</a></li> <li class="divider"></li> <li><a href="<?php echo $this->Html->safe($this->client_uri . "logout/");?>"><i class="fa fa-sign-out fa-fw"></i> Log Out</a></li> </ul> </li> </ul> -
[Plugin] Support Manger Addons (Add Widget/badge)
Michael replied to Blesta Addons's topic in The Marketplace
Well it's made for the support text (url) location but I want it on a custom dropdown box where it has my name. -
[Plugin] Support Manger Addons (Add Widget/badge)
Michael replied to Blesta Addons's topic in The Marketplace
Ah mine isn't a link where I want it is there a way to set what it looks for mate? -
Is there a if logged in tag for the portal plugin, I've tried this: {% if logged_in %} {% else %} {% elseif %} But got no-where, tried to debug it and didn't spot it there either so I would say there isn't but just checking if anyone else did before I open a feature request It's so you can show the Support ticket manager to clients logged in, or the support departments when they aren't logged in. Thanks .
-
[Plugin] Support Manger Addons (Add Widget/badge)
Michael replied to Blesta Addons's topic in The Marketplace
Is there a way mate to get this to work on non blesta navigations? So if you have a theme which doesn't use the navigation where Blesta adds links to? -
[Plugin] Support Manger Addons (Add Widget/badge)
Michael replied to Blesta Addons's topic in The Marketplace
Nice job mate. To make it so it only shows the client the button when there's a "Awaiting reply" so they know there's a ticket which has been answered by a staff member go to: /plugins/support_manager_addons/controllers/client_tickets_count.php Then replace this line: 'open' => $this->SupportManagerTickets->getStatusCount("not_closed", null, $this->client_id) With: 'open' => $this->SupportManagerTickets->getStatusCount("awaiting_reply", null, $this->client_id) -
I believe that only logs when using the (real) API to register a domain. It will log if it was successful or not and show errors. (I could be wrong, I've never used it myself).
-
It depends if the plugin logs data mate.
-
Namescheap Error "sorry, That Domain Is Not Available."
Michael replied to Paul Battaglia's question in Support
If you use the normal API, it will go into Blesta and just cancel the order in the admin side. Just don't pay the invoice. -
Namescheap Error "sorry, That Domain Is Not Available."
Michael replied to Paul Battaglia's question in Support
Have you tried checking it with the normal namecheap (non sandbox) as I believe that's their sandbox api error. -
Go to: /app/views/admin/default/admin_login.pdt remove: <p><strong><em><a href="<?php echo $this->base_uri . "login/reset/";?>" id="reset"><?php $this->_("AdminLogin.index.link_resetpassword");?></a></em></strong></p>
-
Yeah it is resolved he found the issue I had: <form action="http://billing.cubicwebs.com/plugin/order/main/preconfig/domains" method="post"> Domain: <input type="text" value="" placeholder="yourdomain" size="20"> <select name="tlds[]"> <option name="tlds[]" value=".com" id="t.com">.com</option> <option name="tlds[]" value=".org" id="t.org">.org</option> <option name="tlds[]" value=".net" id="t.net">.net</option> <option name="tlds[]" value=".in" id="t.in">.in</option> <option name="tlds[]" value=".co" id="t.co">.co</option> <option name="tlds[]" value=".biz" id="t.biz">.biz</option> <option name="tlds[]" value=".info" id="t.info">.info</option> <option name="tlds[]" value=".us" id="t.us">.us</option> <option name="tlds[]" value=".name" id="t.name">.name</option> <option name="tlds[]" value=".co.uk" id="t.co.uk">.co.uk</option> <option name="tlds[]" value=".tel" id="t.tel">.tel</option> <option name="tlds[]" value=".mobi" id="t.mobi">.mobi</option> <option name="tlds[]" value=".eu" id="t.eu">.eu</option> <option name="tlds[]" value=".asia" id="t.asia">.asia</option> <option name="tlds[]" value=".me" id="t.me">.me</option> <option name="tlds[]" value=".tv" id="t.tv">.tv</option> </select> <input name="lookup" type="submit" value="Go"> But you need to edit /config/blesta.php and change this: // Enable/disable automatic CSRF token verification Configure::set("Blesta.verify_csrf_token", false); Until we can find out what value it is to disable just the domain checker.