Leaderboard
Popular Content
Showing content with the highest reputation on 09/29/2015 in all areas
-
A plugin was developed that allows for services to have their packages reassigned to a package within a different package group. Typically services can only be upgraded/downgraded to another package in the same group, this allows it to be assigned to a package of a different group. The plugin will be included, but not installed by default, starting with 3.6.0 BETA 2. To install: Download reassign_pricing.zip Unzip, and upload the reassign_pricing directory to /plugins/ Go to Settings > Company > Plugins > Available and click to Install This will add a new item under "Account Actions" on a client profile page called "Reassign Pricing". Please report any issues or suggestions in the beta forums. Thanks!3 points
-
Release 3.6.0-B1
serge and 2 others reacted to Blesta Addons for a topic
greate news, going to test . if they ask me what they should do , i will suggest make some new modules wanted by the community . investing times in modules will bring new clients .3 points -
You should be using $api->post('clients', 'create', $vars); But aside from that, the 'Failed to retrieve the default value' error is the result of a bug in ionCube. I've never seen it happen in a non-encoding file, though. So it must be calling something in AppModel which is encoded. I hate ionCube so much.2 points
-
This would be better encapsulated in the module itself, as Blesta is unaware of specific module fields and their intended display. You could add the fields into the template you mentioned by hard-coding them, but they will only apply to the Universal Module--not any other modules. The template contains a $service object, which contains an array of module fields ($service->fields). You can take this data and display it however you like. I would suggest first adding print_r($service) to the template so you can see what fields you're working with. Also, don't use $this->Html->_(...) in conditionals unless you intend to check the HTML encoded value, although I see no reason you would want to. You should only use it for display purposes. By default, HTML::_ displays content. You must pass a second parameter, boolean true, in order to return it instead.2 points
-
Hide Message Of Automatic Payment Notice When Payment Accounts Is Disabled
Blesta Addons and one other reacted to activa for a topic
this has no relation with the other box . and +1 for this also . we can hide it from template as serge say, but in every update we need to re-change the template .2 points -
The screenshot you included indicates the error is with the tags you are using in the portal. i.e. you have a {% if .... %} tag but no subsequent {% endif %} tag that follows it. It's important to ensure the tag syntax is valid.2 points
-
[Notice] Service Cancellation Email
MineHarvest66 reacted to Michael for a topic
It would be nice if we and customers could have a email when a cancellation has been made.1 point -
A plugin was developed that can automatically cancel suspended services. It will be included, but not installed by default, starting with 3.6.0 BETA 2. To install: Download auto_cancel_1.0.1.zip Unzip, and upload the auto_cancel directory to /plugins/ Go to Settings > Company > Plugins > Available and click to Install Configure the plugin Please note that this plugin is DESTRUCTIVE. It will scheduled services that are suspended for cancellation. If you don't want to automatically cancel suspended services after a certain period of time, do not install this plugin. This plugin is only compatible with Blesta 3.6 and greater Please report any issues or suggestions in the beta forums. Thanks!1 point
-
Version 3.6.0-b1 is now available. You can download it in the Client Area. This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.6 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 3.6.0-b1. For older releases see all Change Logs.1 point
-
Domain Management Refactor + Ideas
domaingood reacted to Blesta Addons for a topic
i believe Mr Cody will have a genius idea about the new domain manager . just we need to wait until they finish 3.6.0 .1 point -
A staff and a client email when cancelled? (see Mike's feature request http://www.blesta.com/forums/index.php?/topic/5112-notice-service-cancellation-email/) Or, send an email to clients, and Staff can BCC subscribe to that if they want. Would the emails need to be different?1 point
-
This plugin doesn't send any emails. It only schedules the cancellation. Blesta doesn't send any email when service cancellations are processed.1 point
-
1 point
-
You could alternatively use vQmod (search the forums for it) to change language definitions, without them being overwritten on Blesta updates.1 point
-
Morocco States
activa reacted to Blesta Addons for a topic
i can provide the valid subdivision for my country , as from now 2015 , morocco wil have just 12 regions . 1 - Tanger-Tétouan-Al Hoceima 2 - l’Oriental 3 - Fès-Meknès 4 - Rabat-Salé-Kénitra 5 - Beni Mellal-Khénifra 6 - Casablanca-Settat 7 - Marrakech-Safi 8 - Darâa-Tafilalet 9 - Souss-Massa 10 - Guelmim-Oued Noun 11 - Laâyoune-Sakia El Hamra 12 - Dakhla-Oued Ed Dahab from the official file http://www.pncl.gov.ma/fr/EspaceJuridique/DocLib/d%C3%A9cret%20fixant%20le%20nombre%20des%20r%C3%A9gions.pdf1 point -
Unique is the way to go!1 point
-
How To Make Order System Available To Logged In Clients Only?
activa reacted to Blesta Addons for a question
yes, bacause you should add a condition for the message , the message will appear for logged in when they load new page . so , i can suggest this new code // Set the client info $this->client = $this->Clients->get($this->Session->read("blesta_client_id") ; if (!$this->client) { $this->flashMessage('notice', "You must be logged in to use the order system.", null, false); $this->requireLogin($this->client_uri); }1 point -
Packages are being reworked to simplify it further, and one of the things we are working on is making it so that you don't have to select a module at all.1 point
-
thanks guys. I sent a request in to Ken and we'll go from there. I'm looking for custom themes. I don't want my portals to look like Blesta or WHMCS.1 point
-
All upgraded merci guys roll on 4.0 after the beta1 point
-
Have a look at WHTheme.com it's owned by Ken who owns BlestaTheme.com, he's the best UI designer minus Paul. But there are free themes on the marketplace: marketplace.blesta.com1 point
-
I pushed this up a bit in the backlog.1 point
-
If we were going to add this, we would very likely use the countries list from Blesta rather than the OP's list. Would that suffice?1 point
-
Terminate Suspended Services
lukasP reacted to Blesta Addons for a topic
the things should be like this i think 1 - add option in company setting to enable/disable auto cancel suspended service that are not paid ( should not confuse with suspended service for other reasons ) 2 - add option to set how mush days after suspension should the service be canceled . 3 - add new email template for notify users about thier service will canceled after X days if not paid (like the overdue invoice and suspension notice) 4 - before 1 or 2 days from canceling add new status to the service "pending delete" , whith this we can know wich service will be deleted ( this feature is optional) 5- the best of the best , if we can make modules register it own days to cancel services , for exemple, domain (com/net) should be canceled from client side after 45 days i think , cpanel we can make it at 10 days , that depend with the module itself , if no days are set , use the default one .1 point -
Only services that are scheduled to be canceled are canceled automatically (at the time they're scheduled to cancel). It sounds like you would like a setting which will automatically cancel services that have been suspended for longer than a configured number of days. Moving to feature requests.1 point