-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
Yes, Is a yearly subscription . you get the right not only for that plugin, but for so many other staff . you can check what you get from the subscription in this page https://blesta-addons.com/plugin/membership_club/main/
- 45 replies
-
- multi languages
- languages
-
(and 1 more)
Tagged with:
-
[Plugin] Admin Tools (More Options For Staff)
Blesta Addons replied to Blesta Addons's topic in Contribute
it's a old method that we have not yet tested in the latest releases. you can use the Multi Languages Plugin instead. -
from admin side no way at the moment , we have tweaked the Logicboxes module to do this from admin side. from client side exist this already in the order form .
-
You can order the plugin from this link https://blesta-addons.com/order/config/index/subscription/?group_id=7&pricing_id=42
- 45 replies
-
- multi languages
- languages
-
(and 1 more)
Tagged with:
-
if you have the Plugin Blesta Seo Tools this can do the job for you. You can also use our Javascript and Css Tools box .
-
You can do that in your blesta installation English Version : https://blesta-addons.com/order/main/packages/subscription/?group_id=7 French Version : https://blesta-addons.com/fr/order/main/packages/subscription/?group_id=7 Note the Plugin is not providing the languages translation . you should download them from blesta website .
-
the module should be uploaded to /components/modules/ do not upload to /components/plugins/ as is a blesta directory and is not pluggable to other third party addons . and normally the final folders hosuld be like these /components/modules/universal_domains/
-
Blesta use PDO , and use Configure class to set/read vars. so first you need to use the Configure class to read the dbinfo so you can include the blesta config and do something like that : $db = Configure::get('Blesta.database_info'); try { $dbh = new PDO('mysql:host=' . $db['host'] .';dbname=' . $db['database'], $db['user'], $db['pass']); } catch (PDOException $e) { print "Erreur !: " . $e->getMessage() . "<br/>"; die(); }
-
Module for what ? it can be 0$ or 50$ or 500$, and maybe 1500$ .
-
Our Multi-languages Plugin do this for you. even he provide a page url for every language, better for seo. something like ********.com/clientarea/order/main/packages/shared-hosting/?group_id=1 ********.com/fr/clientarea/order/main/packages/shared-hosting/?group_id=1 ********.com/es/clientarea/order/main/packages/shared-hosting/?group_id=1 ********.com/en/clientarea/order/main/packages/shared-hosting/?group_id=1
-
New Release 1.4.0 Fix Model warning
-
can this be related
-
i have sent you a response for your PM.
-
Domain Manager - We need your feedback on domains
Blesta Addons replied to Paul's topic in The Lounge
all the world are agreed in this subject. Domains are services and should remain as services. how it should displayed and how the order form should treated is another story.- 181 replies
-
pricing update option will not work on config options, only in the main price in packages.
-
Domain Manager - We need your feedback on domains
Blesta Addons replied to Paul's topic in The Lounge
the domains logic in blesta should only have some tweaks to be fully functional, rather than create a whole system for that, if blesta can tweak the pricing model system to add two new fields (Renew, Transfer) and use them in case of renew or transfer update the whole registrar module to have a unique function names like updating nameservers, updating whois contact, registering child name servers, ect ... if blesta can begin with this suggestion i think is totally accepted and can be improved by the time, WhmXX has this already with the same mechanism and they are doing well . Reinventing a new system will lead to a serious problem and test and improvement that will be infinite . I hope we can see something in the near future and before 2019 because personally if no update comming in this subject i would be forced to move to other competitor .- 181 replies
-
Domain Manager - We need your feedback on domains
Blesta Addons replied to Paul's topic in The Lounge
This Project Still Alive !!!- 181 replies
-
are you remember this thread
-
normally the signed in user are stored in blesta sessions, so blesta can retrieve the blesta_id . from out side blesta is dificult to get get it or almost impossible to get it with simple code, you need to make plugin to help you do the job or you need to hack some blesta files . my simple approach for this would to create a simple plugin that act the login and the logout, preaction events, and each event i will pass the client info to a remote file (let say data.php). the data php should be in your root folder and use the same sessions as your index.php , the rule of this file would be only to insert in the session the info send from the plugin and destroy the info if sent a command from blesta plugin .
-
We have created a module specially for this case, the module called Generic domains. you can check it in our website, unfortunately the module is not in the Free Subscription . Note: The module support almost all the TLDs and CCtld .
-
that isn't true. the real probleme is the fallowing, the AdminClients controller set the page title in the preAction() function . and is set only one var as params $language = Language::_( 'AdminClients.' . Loader::fromCamelCase($this->action ? $this->action : 'index') . '.page_title', true, $client->id_code ); in deed the edit invoice page title require two params $lang['AdminClients.editinvoice.page_title'] = 'Client #%1$s Edit Invoice #%2$s'; when the controller try to set the page title it show this error, and in the editinvoice() function exist the set page title again, i think from my point of view to fix this either add condition to only set page title in the preaction() function if the action is not editinvoice, or in the set page tittle in preaction() add another null argument to params.
-
New Release 1.1.0 Fix a suspension error if Logicboxes domain installed .
-
not sure how the html_invoice components has related to this, is only a viewer of the invoice, he has nothing to do with populating a database fields !!!
-
this error still appear in the logger info when we edit a invoice, is not only related to the debugger or tracy, but also reported by the integrated Monolog logger . E_WARNING: sprintf(): Too few arguments {"code":2,"message":"sprintf(): Too few arguments","file":"/home/xxxxx/public_html/vendors/minphp/language/src/Language.php","line":125} is not a trivial or a blocked error, is only a warning, but it should be fixed to eliminate the warning in the logger .
-
today when i playing with logs to see if there is something not normal, i across from time to time with a error alert in the logger with the message : Fatal Error (E_ERROR): Call to a member function totals() on boolean {"code":1,"message":"Call to a member function totals() on boolean","file":"/home/xxxxx/public_html/app/controllers/client_services.php","line":1738} i think this error is not normal, and maybe need to revise if something wrong. blesta 4.2.2