Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons got a reaction from Daniel B in Logicboxes Module - Domain Search Fails From Mobile   
    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>
  2. Like
    Blesta Addons got a reaction from Michael in Routes .htaccess   
    i use
     
    you can use
    <Files routes.php>         Order deny,allow         Deny from all         Allow from 127.0.0.1     </Files>
  3. Like
    Blesta Addons got a reaction from wfitg in Logicboxes Module - Domain Search Fails From Mobile   
    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 .
  4. Like
    Blesta Addons got a reaction from Michael in Whmcs Migrator (Beta) - Updated 2013-11-12   
    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 .
  5. Like
    Blesta Addons reacted to PauloV in Routes .htaccess   
    Very strange that dosent work for you. We use them without any problems
     
    Do you have any restriction on using .htaccess and/or Rewrite Engine on Apache?
     
    Its better and more secure to restrict in .htaccess then in any outher Blesta Core File because in this way there is no direct access to any Blesta File in that rule.
     
    A great sugestion is for exemple make Admin Routes Random in the blesta cron every day and send the new route to staff members by email and/or by any sms gateway
  6. Like
    Blesta Addons got a reaction from Kal in Do Not Pre-Select A Package On Order Form   
    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 ) ?
  7. Like
    Blesta Addons got a reaction from PauloV in Logicboxes Module - Domain Search Fails From Mobile   
    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 .
  8. Like
    Blesta Addons reacted to Michael in Custom Css Overrides?   
    They are customized in /app/views/client/bootstrap/structure.pdt 
  9. Like
    Blesta Addons got a reaction from wfitg in Resell.biz Adding Domain Privacy   
    so if i will understand , the Configurable Options will add the var purchase-privacy=true to the module vars in creation ?
  10. Like
    Blesta Addons got a reaction from PauloV in Make Gateways Available For All Currencies   
    thanks PauloV , i will bookmark this reponse to test it later this week . i will return to you with the result .
  11. Like
    Blesta Addons got a reaction from Daniel B in New Plugin (Faq)   
    we are working in a plugin for knowledgebase . this plugin is for our internal use , but i will re-think to share it with the community .
  12. Like
    Blesta Addons reacted to PauloV in Make Gateways Available For All Currencies   
    Hello,
     
    like I promisse (a litle late ) here is what I found out
     
    If we do this below we can change the currency for a default one if it dosent support on the Gateway.
     
    (now it only needs a Summary->Total function to convert the choosen currency total to the default gateway currency. It will take more time for me to detect and implement the conversion rate)
     
     
    Open: plugins/order/order_form_controller.php   line 592 find: if ($currency == null) Change to: $default_currency = "USD"; // put here your default gateway currency to convert if it dosent exists if ($currency == null) on line 606 find:
    // Fetch merchant gateway for this currency $merchant_gateway = $this->GatewayManager->getInstalledMerchant($this->company_id, $currency, null, true); Replace with:
    // Fetch merchant gateway for this currency $merchant_gateway = $this->GatewayManager->getInstalledMerchant($this->company_id, $currency, null, true); if (!$merchant_gateway) $merchant_gateway = $this->GatewayManager->getInstalledMerchant($this->company_id, $default_currency, null, true); $currency = $default_currency; Find on line 624:
    $gw = $this->GatewayManager->getInstalledNonmerchant($this->company_id, null, $gateway->gateway_id, $currency); if ($gw) $nonmerchant_gateways[] = $gw; Replace with:
    $gw = $this->GatewayManager->getInstalledNonmerchant($this->company_id, null, $gateway->gateway_id, $currency); if (!$gw) $gw = $this->GatewayManager->getInstalledNonmerchant($this->company_id, null, $gateway->gateway_id, $default_currency); $currency = $default_currency; if ($gw) $nonmerchant_gateways[] = $gw;   I hope that helps   But ofcourse with ould be great to have a defaul option to select a "default" currency for each Payment gatway that make the convertion from the client choosent currency and display on the order summary and on the invoice something like:   $100 USD (converted to £78.73 for payment gateway support)
  13. Like
    Blesta Addons got a reaction from interfasys in Logicboxes Reloaded - Extra Feature -   
    Hello All,
     
    IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here
    i want to share my updated logicbox Module , the module has some usefull feature .
     
    - Fix the missed ORDER-ID field in database for imported services .
    - Added/Changed Public Function in the module

    - getorderid : with it you can get the order-id of a Domain .
    - UpdateOrderID : This is the magic Function to update database if no order-id is available .
    - EditService : it was empty , now it Support the no_module use for local edit  .

    - Added Child Name Service Tab (ADD -EDIT - DELETE ) - Just For client Side NOW - - Rearranged Navs for whois Tab To be Justify .
    - Add nav-bill to see the active Nav in contacts whois .
     
    TODO
     
    - RAA Verification Status -if not verified , resend Verification Button-
    - Domain Status , Active , Lock , Suspended (with reason)
    - DOMAIN FORWARDING tab Settings
    - DNS MANAGEMENT tab Settings
    - Change EPP Code + Send it Via Email .
    - Protect Privacy Option (Enable/Dissable in module setting) - if enabled the client has option to use it FREE .
    - DNSSEC 
    - MOVE Domain To another Account .
     
    INSTALLATION :
     
    1- Download the module file FROM GITHUB
    2- upload the Logicboxes Directory to Compenents/modules
    3- Go to settings/modules/ update logicboxes module
    4- You Are Done , ENJOY .
     
    UPDATE
     
    1- Download the module file FROM GITHUB
    2- upload the Logicboxes Directory to Compenents/modules
    3- Go to settings/modules/ update logicboxes module
    4- You Are Done , ENJOY .
     
     
     
    ANY Suggestion , FeedBack , Bugs , Please Post it inthis thread .
     
    GItHub Reposity for my Blesta Works  ---  https://github.com/blesta-addons
  14. Like
    Blesta Addons got a reaction from Laflecha in [Template] Professional Client Side -Admin Lte-   
    Hello The community
     
     
    LAST UPDATE : 23-08-2014
     
     
    First i dont know if this is the correct forum to post !
     
     
    another time we are happy to announce the release of the first professional Template for blesta called admin LTE , this Template is based in the adminLTE  , is bootsrap of course (3.1.x) .
     
    to not talk so much i will let you with some screenshoot .
     
    Login Page
     

     
     
     

     
     
    Client Dashboard
     

     
     
    Client Other Pages
     

     
     
    when we get more time we will word in the admin side , but we need to add ability to select template for admin side like client side .
     
    any BUG/SUGGESTION port it in this thread .
     
    you can download it from  github https://github.com/Blesta-Addons/adminlte
     
    just upload the folder adminlte inside the folder    "app/views/client/" and select the template from admin area .
     
     
    THE BONUS  :
     
    the color theme can be changed from admin side in look and feel , client section .
     
    if you like our work , thanks or donate
  15. Like
    Blesta Addons reacted to Michael in [Template] Professional Client Side -Admin Lte-   
    In app/client/views/ you should see a boostrap folder, put it there in a lte folder.
     
    Settings > Look and Feel > Template > Dropdown menu pick lte.
  16. Like
    Blesta Addons got a reaction from PauloV in [Module] Cpanel Manage 2 Partner Noc   
    Hello Again
    LAST UPDATE : 05-08-2014
    IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here
    another time we bring free and exclusive content , this time is a module for cpanel Manage2 partner noc .
    cPanel Manage2 For Blesta , is a tool for every cPanel Partner NOC. Module allows you to handle the cPanel licenses provisioning in your own Blesta and automatically provide licenses to your clients.
    what the module can do :
    Buy (Create) License Terminate License Suspend/Unsuspend License Change IP Address (For Admins) Get License Details (client area / admin area) List All Active licences in manage module Some screenshoot :
    adding account , if wrong user/pas the module won't allow adding the information :

    service info edit for admins :

     
    Manage Module with a list of active server (magic Module) :

    Client Info Licence

    Installation :
    1 - download the plugin from the github reposity https://github.com/Blesta-Addons/cpanel_managetwo
    2 - upload the files to components/modules/
    3 - goto admin , modules and install cpanel manage2 .
    4 - enjoy the life
    to report any BUGS/SUGGESTION post in this thread .
    Best regards
  17. Like
    Blesta Addons got a reaction from mlsto in Best Way To Add A Free Month Or $0.01 For Month On Signup   
    package + coupon not reccurring
  18. Like
    Blesta Addons got a reaction from PauloV in Best Way To Add A Free Month Or $0.01 For Month On Signup   
    package + coupon not reccurring
  19. Like
    Blesta Addons got a reaction from Daniel B in Best Way To Add A Free Month Or $0.01 For Month On Signup   
    package + coupon not reccurring
  20. Like
    Blesta Addons got a reaction from PauloV in Blesta Translator - Download Languages   
    i will ad my voice to another request already requested by someone .
     
    we need option to download the file and translate in our pc , and then upload them to the translator website .
     
    any change toadd this ? or at least we send you the completed files and the blesta staff ad them to the language pack .
  21. Like
    Blesta Addons got a reaction from wfitg in An Intro   
    welcome,
  22. Like
    Blesta Addons got a reaction from Nelsa in Theme Contest! Vote For Your Favorite Theme   
    all are lucky because adminlte was not in the list
  23. Like
    Blesta Addons got a reaction from PauloV in Webhostingtalk   
    PauloV now is playing 007 agent
  24. Like
    Blesta Addons got a reaction from Michael in [Module] Cpanel Manage 2 Partner Noc   
    Hello Again
    LAST UPDATE : 05-08-2014
    IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here
    another time we bring free and exclusive content , this time is a module for cpanel Manage2 partner noc .
    cPanel Manage2 For Blesta , is a tool for every cPanel Partner NOC. Module allows you to handle the cPanel licenses provisioning in your own Blesta and automatically provide licenses to your clients.
    what the module can do :
    Buy (Create) License Terminate License Suspend/Unsuspend License Change IP Address (For Admins) Get License Details (client area / admin area) List All Active licences in manage module Some screenshoot :
    adding account , if wrong user/pas the module won't allow adding the information :

    service info edit for admins :

     
    Manage Module with a list of active server (magic Module) :

    Client Info Licence

    Installation :
    1 - download the plugin from the github reposity https://github.com/Blesta-Addons/cpanel_managetwo
    2 - upload the files to components/modules/
    3 - goto admin , modules and install cpanel manage2 .
    4 - enjoy the life
    to report any BUGS/SUGGESTION post in this thread .
    Best regards
  25. Like
    Blesta Addons got a reaction from PauloV in Theme Contest! Vote For Your Favorite Theme   
    all are lucky because adminlte was not in the list
×
×
  • Create New...