Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Posts posted by Blesta Addons

  1. 1. As installed, Blesta only does US English.

    Yes, The official packaged language with blesta is US english till now.

    2. Language files to be able to use languages other than the default US English can be installed, as Mike says, from translate.blesta.com.

    Yes, download it and upload, then install from admin , general , settings , Internationalization .

    3. This then gives the admin control panel the ability to set the site-wide default language to other than US English.

    Yes, the admin can change the default language .

    4. It also gives a logged-in client in the client area the ability to set their own language for their account, overriding the default.

    Yes .

    5. However, these language facilities does not give the visitor/potential client to the order forms the ability to have those in anything other than the default language set in 1 or 2.

    they can change just the currency .

  2. The probleme still Exist , is a trange isseu , i have deleted all the file cache and i have reloaded all the settings but still i get

    Oh noes!

    Invalid argument supplied for foreach() on line 49 in /home/vpsmaroc/public_html/blesta/app/views/client/bootstrap/message.pdt

    but in other browser is working perfectly .

    Firefox -- ok

    Chrome -- ok

    IE --- NOT ok

    what would cause the probleme ? any piste togo with it ?

  3. i don't have any cache system , this is a test server without any other addons .

    i have uploaded all the core files again , but the same error . i'm almost sur this is related to my plugin code, but i have deleted all the files .

    i have a backup , but i need first to see from where the probleme , to note it if this may occur in a production environement .

  4. However, if I am correctly, even Blesta is not able to setup different VAT percentages for different products. When setting up a product, it has option for taxable or not only.

    you can do this with this tip ;

    disable tax completly in blesta .

    add price including tax for every product/service .

    and a note in your site , all price tax included .

  5. you need just creating users  programmaticcally , or create theme and authentificating to drupal when they are in blesta ?

     

    i'm asking because this a 2 defferent thing . i belevie PauloV can do that :)

     

    in my old memories , i think it was a methode/module in drupal allow  users log-in in durpal based in other database user/pass , so drupal check username/password in blesta database and not in thier users table .

  6. Hello

    i was working in my new pluging "Cloud Backup" , i don't know what i have do and i get this message in all the system


    Oh noes!
    Invalid argument supplied for foreach() on line 49 in /home/vpsmaroc/public_html/blesta/app/views/client/bootstrap/message.pdt

     

     

    i have delete all the files relatied to my new plugin , but the same error .

     

    what would be the cause ? i believe i have not changed any core file .

  7. Right now the information ont he page is pretty basic.  I would like to have that page be more of an over view of their service, not just the renewal date & price etc..  Here is an example of a work-in-progress module I'm working on for proxmox.  It doesn't have all of the info I want on the page yet, and styling is still a bit rough, but you'll get the idea of the type of data I'd like to include.  Currently this is not possible without some way to override the main page, or inject data into the main page.

     

    The way I went about it was name the tab overview & make a few mods to the client_services.php

    $method = isset($this->get[1]) ? $this->get[1] : "overview";
    
    and

    $tabs = array();
    if(!key_exists("overview", $client_tabs)) {
       $tabs [] = array(
          'name' => Language::_("ClientServices.manage.tab_service_info", true),
          'attributes' => array('href' => $this->base_uri . "services/manage/" . $service->id . "/", 'class' => "ajax"),
          'current' => empty($method)
       );
    }
    
    It's a fairly small thing, but it lets me make that a useful page.

    why not to add another tab and work with it ?

  8. Nice module mate, maybe can you have the buttons in 4s

     

    [ ---- 4 ---- ] [ ---- 4 ---- ]  [ ---- 4 ---- ]or:

     

    [ ---- 3 ---- ] [ ---- 3 ---- ] [ ---- 3 ---- ] [ ---- 3 ---- ]

    cPanel - PHPmyAdmin - Webmail

    cPanel - PHPmyAdmin - Webmail - WHM

    thanks for the suggestion . i have another idea for this to implement in the next task , maybe you will like it :)

×
×
  • Create New...