-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
hhhhh i feel your thinking .... i have the attention to push blesta staff to release this , then we push them to another request (step by step) . but as you told , i will put another request for this , i opt for your support vote for it
-
Blesta didn't support hooks now , our only solution is events .
-
+1 More , and we need to add the fallowing event , this specially if we want to pass our js/css/php into the global structure file : admin_header admin_on_body_start admin_on_body_load admin_footer client_header client_on_body_start client_on_body_load client_footer this will solve the probleme for changing the structure.pdt file , like the PauloV method .
-
the error messgae is loaded with models/knowledgebase_categories.php and the same with articles . the problemesimply was i have changed the knowledgebase_plugin.php to admin_main.php and forget to change it in the controller admin_main.php all now was fixed in github .
-
reposity has been updated . knowledgebase_plugin.php has been added to the language folder .
-
i hev found the probleme ... the language file was not all uploaded by github i will update the reposity now
-
are you sur that the language folder well uploaded ?
-
is tested and tested and tested by me . you can test by a simple way , goto cpanel , change the password for the account , and test .
-
it was , but when we have thinked in sub categories , we have moved to the accordion effect with this style . also it was a lot to do from us , icons , rrs feeds , share links, rate system . but as the blesta is under coding a core one we have stopped adding more to this . but in the basic , is doing the job as it should : )
-
try changing the template order and see what happen .
-
what you need is equal username . cpanel blesta username = cpanel acount username . if the pasword is not equal , that has no impact to the statistique tab or other tabs .
-
Hello Again LAST UPDATE : 31-08-2014 , Release 1.0.1 another time we bring free and exclusive content , this time is knowledge Base plugin . Knowledge Base plugin provides the ability to create, maintain, and publish articles/categories . Knowledge Base articles can cover a variety of topics like case resolutions or frequently asked questions and can be for internal purposes . the plugin can : add/edit/delete Categories add/edit/delete Articles List All Categories/Articles Support Multi-level , we suggest use 2 level maximum . List latest / Popular Articles in client side . Some screenshoot : Admin Area - Liste Categories Admin area - Liste Articles (page with ajax request) Admin Area : Add Article Client Side : page index Client Side : View Article This Plugin Will remain as it , we will not provide more release , as the core one http://dev.blesta.com/browse/CORE-994 is in the road . but if there are any potentiel issue we will fix it . as always the installtion steps is : 1 - download the file https://github.com/Blesta-Addons/knowledge-base . 2 - upload the knowledgebase folder inside plugin directory . 3 - goto plugins , and install knowledge base Plugin . 4 - enjoy the free content . The Plugins / Modules take from us a lot of time , so any donation are welcome .
-
[Template] Professional Client Side -Admin Lte-
Blesta Addons replied to Blesta Addons's topic in The Marketplace
wich menu ? the left one ? any screenshoot is apreciated . -
are you sur blesta fetch the statistics with username/password of accounts ? i'm sur blesta use the username and Remote Key of the module cpanel . what is need when you add account in blesta , the username should be the same as the used in cpanel server . the password account is needed only to use the login option or to show it to the client in service info .
-
what is the output in the module error log ? can you try suspending/unspending the account ? is working fine ?
-
Can't Place An Order - Redirects Back To The Portal
Blesta Addons replied to philpem's question in Support
the field 'template_style' is missing in database . maybe your instalation is not complete or the upgrade was not completed . -
what php/mysql version do you run now? any error in error_log of apache . that should be done from the root user .
-
One Domain Package Per Extension Or Per Price?
Blesta Addons replied to interfasys's question in Support
you can setup multiple extention for one package , but the tld should have the same price as you sell , if you sell .com/net/org/info with the same price , you can group them in one package . blesta staff know that the domain management need and complete re-write , for that they are making it a new system for domains , i hope it can be done in 3.3 at the end of this mounth . -
Today i get answer from sotacoulus team , they will release it in the end of this mounth
-
the duplication is after you imported the old data ? have you two simultanous cronjob for blesta ? i have already see a thread about generated duplicated invoices , but this is the first timea see a case about duplicated tickets and orders ! can you give us more detailes .
-
Front End Stripe Associated With Service On Blesta
Blesta Addons replied to sharktek's topic in General
blesta has a made gateway for stripe . you just need to install it ans setup . -
with this case , i will stop writing new section for this plugin (seting/permission) , so i finish the client side and put it free to the community , they can use it until the new code one come available .
-
i have almost re-write all the admin section .... now i will attack the user seccion . what do you think how is should renderer . categories in main page and then show article inside the category page ? or list all the articles with thier info (category/total views.. ect )in the main page ? i wil add a feature button to share the article , is nice ? list the most read artciel in the main page ? any design special for the main page ?
-
the new visa wallet v.me is new payment system of VISA , a gateway module is appreciatted . as i know only magento has the gateway module done for it . https://developer.v.me/devconsole/developer/v.developer/devdocs/before_you_start_coding https://sandbox.www.v.me/self-service-ic/documentation
-
we have this isseu with blesta from the first release , i have remember that i used a quick fix with jquery , put this code in the head of the structure file of templae . <script type="text/javascript"> $(function() { $('input[name="domain"]').keyup(function() { this.value = this.value.toLowerCase(); }); }); </script>