-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
[Template] Professional Client Side -Admin Lte-
Blesta Addons replied to Blesta Addons's topic in The Marketplace
The template should work in v3 and more . For v4 i need to check and see the changes yhen update it . Any bug founded just report it .i will fix it as soon as possible . -
Currently On Whmcs - Considering Going With Blesta
Blesta Addons replied to SSy's question in Pre-Sales Questions
I have cpanel servers . And every package created is take the lve limit . In lve settings there are option to make limits for every package . In my servers all work like well . But tomorow i will check this . Just to note , your case has nothing to do with the billing software is cpanel/clodlinux issue . -
very usefull request . we want to see this also . after moving from v2 , we have redesigned our packages structures to beneficent from add-on group feature . and we have found that we need to update the services from database directly , until now we have stopped the editing as we lose time in it . +1 for this feature .
-
sorryfor the lock of information , i'm refering to the calender's event. i confirm that delete/edit work on the month view . the staff can delete events of other staff ?
-
when we want to delete or edit a event the popup not loading . wa can add new event . the console return a jquery error TypeError: eventElement.resizable is not a function eventElement.resizable({
-
Have Something Nice To Say About Blesta? We Need Testimonials.
Blesta Addons replied to Paul's topic in The Lounge
"since first beta release in 2007 we are sleeping well , with the new revamp in v3 and earlier , we get more control and power of extending the soft . in simple word blesta is simple, easy, modular, open code and very secure" . Mohamed Anouar Achoukhy , NH Group . -
Webmin is your friend
-
+2 for this . i have already requested this feature . it would be a awesome feature to allow a reason for suspend action, that way also the module can add a suspend reason to the provisioning server that allow such feature like cpane, proxmox, virtualizor or any other software . the best is to update the email template to support the suspend reason. when our staff suspend a account due to some reason , we receive a lot of "why my account was suspended" . if the client receive a clear email containing the suspend reason they will take the best decision regarding this . The service may have been suspended for the following reasons: 1. Non-payment. If your service was suspended for non-payment, you may login at http://naja7host.com/client/ to post payment and re-activate the service. 2. TOS or abuse violation. the new email The service have been suspended for the following reason: - xxxxxxxx
-
Return To Notes Page After Delete Note
Blesta Addons replied to Blesta Addons's topic in Feature Requests
on delete or edit . but if you found it not so reasonable you can ignor it as it not must have . what about 4 beta ? -
Return To Notes Page After Delete Note
Blesta Addons replied to Blesta Addons's topic in Feature Requests
in some cases we need more than one note for every client , and every staff add a note for a specific subject . that is not a trivial feature, is a simple fix . -
when we delete note, the redirect command , redirect to client profile rather than notes page.
-
Update Ckeditor To Latest Version
Blesta Addons replied to Blesta Addons's topic in Feature Requests
yes, but this should be done in every controller that use the editor . the latest versions has some new cool themes and improvements . -
as the title see, update ckeditor to latest version .
-
well done .. clean theme .
-
nice work ... very beautiful integration .
-
i feel he is wanting to change the module_row_id from the admin side , if he is not working with group , he can't do anything in such case . even if the reassign pricing . exist another thread about this behavior . it would be perfect a way to update the module_row_id if no groups are available .
-
Cancel Reason is still wanted
-
yes, in the package level , maybe a new option "allow 1 package per client" if selected another option of "count canceled service" . this behavior i have resolved with a custom work . with my own cart , when the client want to add a new package to the cart , a call a custom function to check if the package is already exist in the client account . one obstacle was when the guest order a this package and login in the checkout , i didn't have a option to show a error for this . also resolved this with allow only logged-in users to use the form . but i prefer to see this in the core
-
rregarding to this post , i better to change the way gateway name is associated with the gateway info , i suggest to get the gateway name from language file and not from database . we have already talked about this in several time in multi-language posts . a quick fix for this is already posted here http://www.blesta.com/forums/index.php?/topic/5064-convert-gateways-names-to-multi-languages/ is a simple fix and and has any relation with other function, as is just a display name . the same with getInstalledMerchant() , getInstalledNonmerchant() , getAllInstalledNonmerchant() . i hope this can be implemented .
-
Credit Card Ui For Payment Accounts / Checkout
Blesta Addons replied to Michael's topic in Feature Requests
+2 -
this behavior is limited to your module , so the module check for this is already licenced or not . what person ask is 1 package per account . and this should be managed by the system not by the module itself .
-
the second is what i have missing .
-
any help in this ?
-
to see if admin logged : $this->Session->read("blesta_staff_id") to see if client is logged $this->Session->read("blesta_client_id")