Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/20/2015 in Posts

  1. Hello All . today i will share with you a simple hack to convert gateways name to multilanguages . open gateway_manager.php in app/models . in getAllInstalledNonmerchant function . saerch foreach ($gateways as &$gw) { // Fetch all meta data for this gateway $gw->meta = $this->getMeta($gw->id); // Fetch all currencies for this gateway $gw->currencies = $this->getCurrencies($gw->id); } replace with foreach ($gateways as &$gw) { // Fetch all meta data for this gateway $gw->meta = $this->getMeta($gw->id); // Fetch all currencies for this gateway $gw->currencies = $this->getCurrencies($gw->id); // Convert gateway name to multilanguages $gateway = $this->loadGateway($gw->class, $gw->type); $gw->name = $gateway->getName() ; } as you all see , is s imple fix with just two line of codes . i hope blesta staff can add it to the next version .
    2 points
  2. Check my solution here http://www.blesta.com/forums/index.php?/topic/5064-convert-gateways-names-to-multi-languages/#entry37739
    2 points
  3. Maybe try to add collapse bar/button at your template. See here at (javascript section): http://www.layoutit.com/build and only using html code at your blesta will be enough if your blesta theme is ever using bootstrap
    2 points
  4. Our module is indeed LGPL, as indicated in the module: So no, it wouldn't violate the terms if you borrow parts of it and put it in your own module. Again, I am not very comfortable with the module in this thread submitting end-users' passwords to a third party, and would not recommend our customers to use it. But no, it wouldn't violate our terms, if anybody combined the two.
    2 points
  5. after gateway installation , the gateway name has no relation with languages files . so edit delete has no impact of the displayed name . the only solution i see now is to hack gateway-manager.php model , to make it fetch the name from file and not from database . is not so hard , i will share my solution in the next minutes .
    2 points
  6. We've just finished integrating this free theme into Blesta, if you have our Blesta CMS, you can download the CMS version which has the Menu / Blog pages ready for you from our download area. Video Preview: http://screencast.com/t/IXomHamfsL Free theme if you don't wish to use our CMS but want your site to look the same: http://graygrids.com/item/margo-free-multi-purpose-bootstrap-template/ To remove the copyright you are kindly asked to go to the above url and donate / pay a small fee of $12 Previews: Blog: Download: https://cdn.atlanical.uk/themes/margo-cms-ce.zip
    1 point
  7. is 1 file or multiple files ? if multiple try remove all , and them ad one by one unlil the order page stop working . then try to fix the fiel caused the probleme
    1 point
  8. Thanks again, worked like a treat (obviously) you're on form today!
    1 point
  9. No probs mate, it's just so people trying to guess the email addresses see the reply from Paul and Tyson: http://www.blesta.com/forums/index.php?/topic/1389-two-small-frontend-bugs/?p=11416
    1 point
  10. Paul

    Two Small Frontend Bugs

    This always shows that message, so as not to leak your usernames to a potential attacker. We may add an option to display an error if there is no match, but for security reasons we recommend leaving it this way.
    1 point
×
×
  • Create New...