-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
even if they haven't the order_id . use my logicboxe plugin in my singnature and you are done . my plugin can add the order_id auto in silent background . so don't worry about it .
-
i think the module should be convert any uppercase to lowercase letter when cheking and registring .
-
How To Add Back Solusvm Existing Vm Into Blesta
Blesta Addons replied to kennycheng's question in Support
because it should add solusvm user/password for this VM machine . the same case of proxmox . as i told before , custom plugin cad do the trick . -
i use you can use <Files routes.php> Order deny,allow Deny from all Allow from 127.0.0.1 </Files>
-
good look . is posible to add a choice that we can select a package to be default selected ? and to be with a special css class . (that way we can make owr own css for it ) ?
-
I FOUND the probleme , is NOT A BUG ....... the probelem is from the word typed aghahdahdqq.com != Aghahdahdqq.com aghahdahdqq.com is valid domain name Aghahdahdqq.com is not a valid term to search in the phone , they always return the first letter to uppercase .
-
i can reproduce it .... the same as you ,with my phone not working , tested in andriod phones . i will try it tomorrow from iphone to see if the same . from a emulator mobile phone in desktop , no error ... so is related to the device , we need to check the data sent or we need to log the whois action to se the sent/post data .
-
i don't believe is a blesta related ..... if the module return a unavailable response , that mean the module communicate with the server . also blesta use bootsrap fro client , so no change in the core module of php code , is just a template matter . but you are sure you are subbmiting the domain without any space caractere . can you post your order form to test in our side .
-
Widget Setlinkbuttons() & Widget Settabs()
Blesta Addons replied to Blesta Addons's topic in General
yes i have already found that , but it was not referencing the correct info , it should be corrected Sets navigation buttons along with Widget::setLinks(). This method may only be used in addition with Widget::setLinks() -
RESOLVED : i have mised to pass some other pparam in the setMessage, the correct format is : $this->setMessage("error", $errors, false, null, false);
-
UPDATE : the error source is the $this->setMessage("error", $errors);
-
this is not a bug , i think this is feature that can be added .
-
can you paste the whole code for dropdown .
-
i my new plugin i get this error when i pass the error or success message . $this->flashMessage("message", Language::_("SomePlugin.!success.cat_added", true)); the error message is from the main_admin views , in admin_manage_plugin no error shown . Files does not exist: /home/xxxxx/public_html/blesta/plugins/xxxxxxx/views/admin/default/message.pdt on line 120 in /home/xxxxxxxxxx/public_html/blesta/lib/view.php why blesta fetch the message.pdt inside the plugin directory , it should fetch from the templatev directory . NOTE : the same code in admin_manage_plugin working fine . the same code in adminçmain givving this error .
-
is possible to make the two work togheter . $this->Widget->setTabs $this->Widget->setLinkButtons as now if they are the two in the view file , only the setTabs is displayed .
-
post your request here .. http://www.blesta.com/forums/index.php?/topic/3059-rewrite-proxmox-modules/
-
Failing To Make A Simple Plugin - A Existing Pluginhandler Not Found
Blesta Addons replied to pasternt's question in Support
what is the structure of your files/folders ? you have created the the plugin file newsletter_plugin.php . also what is the content of this file ? -
this need to be reproduced by someone else . but in normal case the system should not run add service when the service in pending status . this the first time happen to you or more than 1 time .
-
so if i will understand , the Configurable Options will add the var purchase-privacy=true to the module vars in creation ?
-
How To Add Back Solusvm Existing Vm Into Blesta
Blesta Addons replied to kennycheng's question in Support
you can add the VM and untick the use module box . but i believe you should add a database row for the vm_id . a custom import plugin for solusvm shoudl be request in the future request . -
your issue with the logicbox module , not related to this thread discussion . you can use my module in my signature , is made to avoid this error and correct it .
-
i assume in v 3.3 . we all waiting this new domain management .
-
i think this is something related to the cronjob . can you run it manually and see if the service goes to active . but why is not logical , how blesta activated the service with a pending status !!!!
-
thanks for the share . the protect privacy need a custom module to be attached to the logicbox module . we are looking for solution to achieve this task . Solution 1 : 1 - separate module (should be package just for addons ) 2 - integrated with logicbox ( the probleme we have in this it should have a separate price from the module it self (desisbled = 0 , enabled = 2$ ) we have successfullt added it to the logicbox module ,now user can enable/disable protect privacy from client side area . but we have not released it tothe public , as we know the pricavy will not be free in the future , so it can produce a probleme for reseller , as the client activate the privacy and not paying for it . sorry , we can't publish it now , until we have a logical working solution .
-
Thanks and more in the next release .