Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/12/2014 in all areas

  1. Ok, looks like the client theme Venustas and the staff theme WHMBlesta have won the contest! I'll be reaching out to both of you guys shortly so we can get you the Amazon.com gift cards. Thanks to everyone who participated in submitting themes and voting!
    2 points
  2. 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 .
    2 points
  3. Here's a sneak peek at Wizard List.
    2 points
  4. Yeah you're right, it would be better for usability if the payment account nav link did not appear if both payment types were disabled. It's definitely my preference, but there may be some current limitations to that in terms of how the navigation is created. I'll discuss with the team.
    2 points
  5. interfasys

    Routes .htaccess

    Here you go, mate. RewriteCond %{REMOTE_HOST} !^192\.168\.1\. RewriteRule ^admin https://myblesta.panel [L]
    1 point
  6. Existing templates will not change, but I do like the idea of being able to choose which package should be selected by default, if any. I'll discuss with the team on how best to implement. One issue though is with the AJAX type of order forms, a Package effectively has to be selected by default, otherwise none of the content below would be able to load. One thing I really want to do, but will take some work, is to add the ability to "save cart", this would generate a link that you could publish or send to a potential customer that would drop them into the order form exactly where you saved it at.. with things pre-configured. There's a lot involved with this, so it will probably be a while. In the meantime, there may be some other options we can add that can be passed in to the order form.
    1 point
  7. Hi Christopher, If that's the entirety of the controller, then you are missing the preAction method, which should contain a call to the parent::preAction(). See the documentation for more info.
    1 point
  8. 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 .
    1 point
  9. PauloV

    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
    1 point
  10. Blesta Addons

    Routes .htaccess

    i use you can use <Files routes.php> Order deny,allow Deny from all Allow from 127.0.0.1 </Files>
    1 point
  11. 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 ) ?
    1 point
  12. I'm afraid the OP may have lost the original blesta 2.x config.php. If so, I believe the import can still be performed, but none of the credit card details will be imported properly. Without that key, the credit card details are unrecoverable.
    1 point
  13. Tyson

    Routes .htaccess

    Not sure exactly what you're trying to do, but I use # Only let the IP 123.123.123.123 view the site. Redirect everyone else to /my/page.php Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_URI} !/my/page.php$ RewriteCond %{REMOTE_HOST} !^123\.123\.123\.123 RewriteRule $ /my/page.php [R=302,L]
    1 point
  14. OK, so the menu item, page and dashboard notification should be hidden/disabled if no merchant gateways are used. It makes no sense for a customer to click on the menu item, to be told he has not payment account, to be offered to add one, only to be shown a message telling him that this feature has been disabled. That's just poor usability imho.
    1 point
  15. Ken

    Webhostingtalk

    That place is childs play.
    1 point
×
×
  • Create New...