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 Webnoo in Make Gateways Available For All Currencies   
    you have got the main probleme , we need this feature to not force client to 1 or 2 currencies .
    you have not get the idea for what we are talking , the idea was well recieved by Cody , Mike, PauloV .
    another time :
    1- add a new currency that are not in the supported corrency in paypal .
    2- affect this currency to a client .
    3- generate a invocie for this cleint with that corrency .
    4- show me now how you can pay it with paypal .
  2. Like
    Blesta Addons got a reaction from Webnoo in Make Gateways Available For All Currencies   
    We are talking here about currency that are not supported by some gateways .
    let imagine you have a company in a country that thier currency is not supported by paypal !!! how you can accept payment with paypal ?
    the only one solution is to add a conversion proccessor inside the system that convert a NO-SUPPORTED currecny to a supported one like USD .
    another more realistic case , a client that select XXX as default currency . when the invoice are generated with that currency , making payment with no supported gateway is not possible in blesta system .
    to understand me well ,
    1- add a new currency that are not in the supported corrency in paypal .
    2- affect this currency to a client .
    3- generate a invocie for this cleint with that corrency .
    4- show me now how you can pay it with paypal .
    the worst thing now in v3 , that we should add all the world's currency to the gateways , and add the conversion inthe gateway. in v2.5 it was a simple option named multi-currency , when we disable it , all the active gateways appear to the client when he want to pay . now is impossible .
    IF BLESTA stuff didn't se any benifict from adding a conversion rate in the gateways for no supportred currency . make as a option that let the gateways appear to all cleints , whithout checking the currency in the cleints profile .
  3. Like
    Blesta Addons got a reaction from Webnoo in Make Gateways Available For All Currencies   
    Solved for you in stripe .
    can you solve it in paypal ? moneybookers (skrill) ? and some others one ?!!!!

    Sorry , that is not ridiculous . that help in boosting selling .
    if i want to expand new market , i should stop because i can't accept thier currency .
    we have the same situation in V2.5 , we have increase our sell in some countries that has no paypal currencies with implementing this in our custom gateway .
    this subject if for searching a better way to offer this feature , and not to copy/paste other's ridiculous
    just to note whm** is not the only soft that has this feature , other's also has .
    you can add it as a new setting , who want it ,activate , who don't like it , disable it .
  4. Like
    Blesta Addons got a reaction from Michael in Add Support To Truncate Html Output   
    i have completed this task my self , now is time to share


    php class to truncate HTML content ,
     
     
    https://github.com/Blesta-Addons/data_structure_html
     
    INSTALLATION

    just upload the helpers folders to the blesta directory .

    USAGE

    inside the controller add :
     
    $this->set("html", $this->DataStructure->create("html"));
    in the template file .PDT you can use it as the fallowing code
    $result = $html->truncate($text, $length = 150 , $strip_tags = true , $ending = ' ... ', $exact = false, $considerHtml = true ); you can sipmly you it as
    $result = $html->truncate($this->Html->ifSet($vars->text), 180 );
    the class support the fallowing param

    @param string $text HTML to truncate.
    @param integer $length Length of returned string, including ellipsis.
    @param boolean $strip_tags If true , $text will rendered without html tags
    @param string $ending Ending to be appended to the trimmed string.
    @param boolean $exact If false, $text will not be cut mid-word
    @param boolean $considerHtml If true, HTML tags would be handled correctly

    this class is taken from the CakePHP framework .
  5. Like
    Blesta Addons got a reaction from Michael in Ideas About Announcement Plugin   
    this is the admin view of the plugin
    http://host-image.net/v.php?id=71102annonce_admin.png
  6. Like
    Blesta Addons reacted to PauloV in Ideas About Announcement Plugin   
    Looking good Can you add an extra option to be able to publish by installed language also?
    Thos way we can anounce in every language and each client can read on there own language
  7. Like
    Blesta Addons got a reaction from PauloV in Ideas About Announcement Plugin   
    this is the admin view of the plugin
    http://host-image.net/v.php?id=71102annonce_admin.png
  8. Like
    Blesta Addons got a reaction from wfitg in Resell.biz Adding Domain Privacy   
    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 .
  9. Like
    Blesta Addons got a reaction from PauloV in Ideas About Announcement Plugin   
    Hello All
     
    i will begin the work for announcement plugin next week , so i need a idea to go with it , from my notes i have the fallowing
     
    - no categories for announcement .
    - the announcement will have as table
    id - the announcement ID (unique) title - title for announcement body - the full announcement body date_added - date added visiblity  - clients  /  publics and clients active - option to hide or show it in clients widget .  - we will make a widget for client that will show new announcement (the title and some body truncated ) , then we way make a option to hide the announcemet after xx days ( 1 mounth or 15 days )
     
     - a archive  page for all the announcement (ajaxed of course)
     
     
    what is your idea about this ? there is any thing that i have missed or should i add before we begin coding ?
     
     
    best regards for all .
     
     
  10. Like
    Blesta Addons got a reaction from Michael in Ideas About Announcement Plugin   
    Hello All
     
    i will begin the work for announcement plugin next week , so i need a idea to go with it , from my notes i have the fallowing
     
    - no categories for announcement .
    - the announcement will have as table
    id - the announcement ID (unique) title - title for announcement body - the full announcement body date_added - date added visiblity  - clients  /  publics and clients active - option to hide or show it in clients widget .  - we will make a widget for client that will show new announcement (the title and some body truncated ) , then we way make a option to hide the announcemet after xx days ( 1 mounth or 15 days )
     
     - a archive  page for all the announcement (ajaxed of course)
     
     
    what is your idea about this ? there is any thing that i have missed or should i add before we begin coding ?
     
     
    best regards for all .
     
     
  11. Like
    Blesta Addons got a reaction from Michael in Can't Close Support Ticket   
    You can now re-doawnload the files , the bug has been fixed .
     
    best regards
  12. Like
    Blesta Addons got a reaction from Michael in Can't Close Support Ticket   
    thanks for the report bug , i will try to fix it now ...
     
    next time add a reponse to the template thread as i can follow it .
  13. Like
    Blesta Addons reacted to Cody in More Events   
    See the updated CORE-1371. With this event, plugins are able to inject arbitrary markup into the head, top of the body, and bottom of the body, as well as set variables into the structure that could be used in conjunction with changes to the structure file.
     
     
    There's really no difference. A hook is simply a poor man's event. By the way, there's already an event that is triggered on every page load: Appcontroller.preAction. CORE-1371 improves on that event.
  14. Like
    Blesta Addons got a reaction from PauloV in How To Get All Emails Via Api In Tools->Logs->Emails   
    you can fetch them by
    $response = $api->post("logs", "getEmailList", $page = 1, array $order_by = array('date_sent'=>"DESC")); to fecth one email
    $response = $api->post("logs", "getEmail", $email_log_id ); more function for logs here
     
    http://source-docs.blesta.com/class-Logs.html
     
    i hope  that can work for you
  15. Like
    Blesta Addons got a reaction from PauloV in Make Gateways Available For All Currencies   
    the module has been tested and working as we want : )
     
    we will make some more test to ensure if there are a bug or not  .
  16. Like
    Blesta Addons reacted to Paul in Paypal Standard - No Blesta Email Confirmation   
    If we implement this, it will apply to all non-merchant gateways. Any issues with it working for 2CO, and other non-merchant gateways?
  17. Like
    Blesta Addons got a reaction from PauloV in Hooks System   
    as per this thread Request EVEnts , we want to see implementation of hooks system , something like : 
     
     
     
    admin_header()
    admin_on_body_start()
    admin_on_body_load()
    admin_footer()
    client_header()
    client_on_body_start()
    client_on_body_load()
    client_footer()
     
    best regards
     
     
  18. Like
    Blesta Addons got a reaction from PauloV in Add Name Attribute To The Widget   
    as the title see , is better to add the name attribute to the widgets . and why not a specific icon for it instead for the plugin logo .
     
    we have created a plugin with two widget and we have found like a double widget in the manage widget , we can't distingue beetwen them unless we activate them .
     
     
  19. Like
    Blesta Addons got a reaction from Joseph H in Make Gateways Available For All Currencies   
    i have back again .
     
    the final solution will be as we have doit in v2.5 , a custom gateway for paypal and the others .
     
    the only probleme we have here , is we can't show any message to the client that the curency/amount to pay has been changed to a new amount/currency .
     
    but is better than we can't use paspay , stripe , payza ..... )
     
    tomorrow i will share the paypal gateway with the community .
     
    EDIT : we can pass a message in the proccess.pdt file
  20. Like
    Blesta Addons got a reaction from Darin in Tickets Not Viewable For Me (Administrator)   
    Thanks mike .
     
    i have re-assigned the ACl and re-saved the group staff and the support departement and support staff . worked now .
     
    i think the admin (full admin) should by default have access to all without permission
  21. Like
    Blesta Addons got a reaction from PauloV in Tickets Not Viewable For Me (Administrator)   
    Thanks mike .
     
    i have re-assigned the ACl and re-saved the group staff and the support departement and support staff . worked now .
     
    i think the admin (full admin) should by default have access to all without permission
  22. Like
    Blesta Addons reacted to Michael in Tickets Not Viewable For Me (Administrator)   
    Have you got staff permission for the department Support > Staff > Edit available departments or the time you are available? Only two things I can think of.
  23. Like
    Blesta Addons reacted to interfasys in Ability To Translate Package Name   
    It would be confusing to me, but not for someone in my team. We wouldn't name a package in a language nobody in the company understands. Besides, it would probably look like this: Directadmin Pro होस्टिंग , so it would be recognisable. It's just some of the extra words which usually need to be translated.
    And there is also a solution for the problem you've mentioned: to make it possible to open tickets about services.
     
    The problem with package translations gets even worse with the universal module where we can sell all sorts of services and have custom fields asking important questions. It's never great when your invoice is full of lines you only understand half of, if the customer even buys anything.
  24. Like
    Blesta Addons reacted to Michael in Two-Factor Authentication For And Admin And Customer   
    Two Factor for the Admins is there already click my info.
     
    As for the customer that's coming in 3.4 under CORE-514
     
    Blesta supports:
    - MOTP (Mobile)
    - TOTP (Time Based)
    - YubiKey 
     
    http://docs.blesta.com/display/user/Enabling+Two-Factor
  25. 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
×
×
  • Create New...