Jump to content

ariq01

Members
  • Posts

    105
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ariq01 got a reaction from ModulesBakery in Blesta Mobile App   
    Hello..
    looks like MB have a great plugin (mobile for blesta) on this page http://modulesbakery.com/blestamobile.php
  2. Like
    ariq01 reacted to Blesta Addons in How To Import Cpanel User As Existing Client On Blesta?   
    as i have read in a thread here , the tasty cpanel from MB has a plugin for this .
    and i imagine that the cpanel account need to have a email set it it to match it in blesta .
  3. Like
    ariq01 reacted to Michael in Oh Noes ! Mysql Server Has Gone Away   
    As stated in the other thread, copy the email from the thread, to the TEXT box and then copy and paste it to the HTML, that way it doesn't have any invalid characters like Blank spaces (in random places) or other stuff.
  4. Like
    ariq01 got a reaction from WebHostCentral UK - Dean in Unable To Enter Cpanel/whm Packages   
    Make sure you have set-up the cpanel module correctly.
    Like the hostname, username, and remote key.
    Don't forget to check SSL
  5. Like
    ariq01 got a reaction from Michael in Unable To Enter Cpanel/whm Packages   
    Make sure you have set-up the cpanel module correctly.
    Like the hostname, username, and remote key.
    Don't forget to check SSL
  6. Like
    ariq01 reacted to Michael in Oh Noes ! Mysql Server Has Gone Away   
    That's a server issue: http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/
  7. Like
    ariq01 reacted to ServZoo in Webhostingtalk   
    That's unfortunate... The only thing this really says to me though is that Blesta is starting to chip away at ol' WHMCS' marketshare. :-)
     
    Blesta is awesome! I use it for my hosting company as well as my forum memberships, advertising sales, etc. It just works; all the time!
  8. Like
    ariq01 reacted to Michael in How To Add Some Elements On Here?   
    You can do either:
     
    1. Edit Structure.pdt and add stuff after this:
    <?php foreach ($this->Html->ifSet($nav, array()) as $link => $value) { $attributes = array(); $link_attributes = array(); $dropdown = !empty($value['sub']); $active = false; if ($value['active']) { $active = true; $attributes['class'][] = "active"; $active_nav = $value; } if ($dropdown) { $attributes['class'][] = "dropdown"; $link_attributes['class'][] = "dropdown-toggle"; $link_attributes['data-toggle'][] = "dropdown"; // Set parent to active if child is if (!$active) { foreach ($this->Html->ifSet($value['sub'], array()) as $sub_link => $sub_value) { if ($sub_value['active']) { $attributes['class'][] = "active"; break; } } } } ?> <li<?php echo $this->Html->buildAttributes($attributes);?>> <a href="<?php $this->Html->_($link);?>"<?php echo $this->Html->buildAttributes($link_attributes);?>> <i class="<?php $this->Html->_($value['icon']);?>"></i> <?php $this->Html->_($value['name']); if ($dropdown) { ?> <b class="caret"></b> <?php } ?> </a> <?php if (!empty($value['sub'])) { ?> <ul class="dropdown-menu"> <?php foreach ($this->Html->ifSet($value['sub'], array()) as $sub_link => $sub_value) { ?> <li> <a href="<?php $this->Html->_($sub_link);?>"><i class="<?php $this->Html->_($sub_value['icon']);?>"></i> <?php $this->Html->_($sub_value['name']);?></a> </li> <?php } ?> </ul> <?php } ?> </li> <?php } ?> 2. Or you can use the Admin Tools plugin from Naja7host.
  9. Like
    ariq01 reacted to Cody in Short Order Routes   
    Some users have requested shorter URIs for order landing pages. Here are a couple routes you can add to the bottom of your /config/routes.php file to take advantage of shorter URIs:
    Router::route("^order/configure/(.+)", "/order/main/configure/$1"); Router::route("^order/id/(.+)", "/order/main/index/$1"); Using the above routes you can link users to:
    /order/id/ORDER_FORM_LABEL/ /order/configure/ORDER_FORM_LABEL/?group_id=1&pricing_id=1 Replace the bold items with the correct values for your setup.
  10. Like
    ariq01 reacted to Michael in Domain And Login   
    This is here: http://www.blesta.com/forums/index.php?/topic/510-login-form-outside-blesta/?hl=login+form
     

    Don't think that's possible yet, maybe in the new Domain Management plugin coming soon.
  11. Like
    ariq01 reacted to Michael in Adding Payment Types Error   
    Ah I thought I saw a custom but then I couldn't find it again.
     
     
    So OP needs to go to: /language/en_us/_custom.php
     
    then put this in it.
     
    $lang['_PaymentTypes.payment_type'] = "Payment Type";  
    I tested this to ensure I can do it haha.
     
    I used: 
    $lang['_PaymentTypes.bank_transfer'] = "Bank Transfer";  
    And I entered:
     
    Name: bank_transfer
     
    And I ticked the box.
    I got this result:  The payment type "Bank Transfer" has been successfully created!
  12. Like
    ariq01 reacted to Michael in Selling Hosting And Domain In Same Package   
    Please see: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/273/how-can-i-sell-domains/11/
  13. Like
    ariq01 reacted to Paul in Bitcoin Exchange Rates   
    I recommend using your native currency, not BTC.. Bitpay will convert it to bitcoin.
  14. Like
    ariq01 reacted to serge in Confuse About Currency   
    if you want default currency be IRD, please do it here:  here admin area & menu: /company/currencies/setup/
     
    On previous picture it's was USD your default (the default currency is the one you can not remove)
     
    Next Do manual cron, here: menu : /settings/system/automation/
     your default currency will stay at 1 (like it should stay)
    and other currencies will have their own rate
  15. Like
    ariq01 reacted to Blesta Addons in [Gateway] Paypal Payments Universal   
    Hello All .
    The Gateway is no longer offered for free , you can check the pro version that has all the working features and the bug-fix .
    This Gateway allow you to accept paypal payment with any used currency in your site .

     

     
     
    as always the installtion steps is :
    1 - order the file http://blesta-addons.com/plugin/store/main/item/14/.
    2 - upload paypal_payments_universal  folder inside components/gateways/nonmerchant  directory .
    3 - Goto gateways and install it  , configure the paypal setting and select the currency to be used instead of no accepted currencies .
    this Gateway require a Pro Subscription
    Best regards
×
×
  • Create New...