Jump to content

Michael

Moderators
  • Posts

    9,521
  • Joined

  • Last visited

  • Days Won

    185

Community Answers

  1. Michael's post in How to transfer service to another account was marked as the answer   
    If you go to the new client's profile you can get the ID:

     
    Do the same for the the Old client, then go to the service you wish to move... then get the service ID:

     
     
    Then go to PHPMyadmin and search the service ID. Make sure the old client ID is in the client_id field and then just change it to the new one.

  2. Michael's post in Tag {contact.id_code} shows up blank to customers. was marked as the answer   
    It comes up Blank as it's an invalid tag. The only two contacts available is first and last names. You can use invoice.id_code though but that's the invoice ID I believe.
  3. Michael's post in What Domain Reseller works best with Blesta? was marked as the answer   
    PauloV's OpenSRS.
  4. Michael's post in Products "In Review" can not be accepted was marked as the answer   
    ok in the db go to the services table then check for "in review" turn them to  pending
  5. Michael's post in PDF Invoices are large was marked as the answer   
    change the font I assume you are on dejavu or something font. That makes invoice sizes massive due to supporting every language like Arabic and ç ć č à â etc
  6. Michael's post in Multi-Company License Set-up? was marked as the answer   
    Please contact your provider with both hostnames so Blesta can ensure the license has both hostnames on.
  7. Michael's post in CloudFlare login issue was marked as the answer   
    I never recommend CloudFlare it causes more problems than it resolves, but feel free to edit: /components/modules/cpanel/views/default/client_service_info.pdt
  8. Michael's post in .htaccess problem? was marked as the answer   
    In /cache/ remove the 1 folder and it should reset the nav links for you.
  9. Michael's post in I can distance text from the menu bar? was marked as the answer   
    Make a custom css file or use a custom one from Zomex, and then put:
    .nav-content{ margin-bottom: 50px; }  
  10. Michael's post in Disabling automatic emailing? was marked as the answer   
    Settings > Company > Automation and turn off Deliver Invoices.
  11. Michael's post in Invoice Customization Page not working was marked as the answer   
    Have you removed the not needed folders from the helpers from 4.0.0 which was in 3.x.x that is most likely why?
  12. Michael's post in Cpanel module not retreiving packages was marked as the answer   
    Please upgrade to 4.0.1
  13. Michael's post in Stop cron email going to admin@ email address was marked as the answer   
    You need to remove the email address if you can from the cronjob top bit or add >/dev/null 2>&1 to the end of the cronjob task
    Eg:
    /usr/local/bin/php /home/username/public_html/index.php cron >/dev/null 2>&1  
  14. Michael's post in Upgrade from 3.4 to 4.0 was marked as the answer   
    You can upgrade from 3.4.x to 4.0.0 you just replace the files. Ensure you have backed up your customisations however.
  15. Michael's post in Where can I download default admin and client theme json files? was marked as the answer   
    Do you mean bootstrap or the colour themes? I have some here: https://licensecart.com/themes/  but they aren't the ones shipped with Blesta I can add them however?
    Edit: Added the main themes I can think of which ships with Blesta.
  16. Michael's post in Timezone Error was marked as the answer   
    You should turn off errors, because that's a PHP error and if you have root of the server you can edit the php.ini.
  17. Michael's post in Show Available products? was marked as the answer   
    You need to create a order form. Packages > Order form. If you need help and have wire.com or google chrome remote access, I can show you around if you wish?
  18. Michael's post in 2Checkout API credentials? was marked as the answer   
    I haven't used 2Checkout for ages since they closed my account due to me offering a refund. Others have had their account closed for offering web hosting too. But here you go: http://help.2checkout.com/articles/FAQ/How-to-create-an-API-only-Username
  19. Michael's post in Email service activation was marked as the answer   
    The package information is sent with the welcome email you set in the packages, depending on the module you are using you can see these examples: http://licensecart.com/plugin/support_manager/knowledgebase/index/26/
  20. Michael's post in Blesta 4 backwards compatible with modules? was marked as the answer   
    Yes Blesta 4.0.0 works with 3.6.x modules, etc only difference is the buttons will be the old ones and not the new Bootstrap style buttons. That's why 4.0.0 has taken a while to do, Blesta made their new MinPHP 1.0.0 backwards compatible with the MinPHP 0.0.0. 
  21. Michael's post in No pending product on admin dashboard after an order received was marked as the answer   
    Because the product you ordered is on a "Manual Activation" order form.
  22. Michael's post in Replace the Blesta Logo with Company Logo On Client Area Pages? was marked as the answer   
    You can edit the logo on the client themes under: settings > company > look and feel > non default > Logo url. Or you can edit the structure.pdt file in /app/views/client/bootstrap/
  23. Michael's post in Decimal Points For {Transaction.amount} In Emails. was marked as the answer   
    I provided you this tag:
    {transaction.amount | currency_format transaction.currency} Which converts it from $24.0000 to $24.00
  24. Michael's post in Supporting For Unicode was marked as the answer   
    The only font which accepts foreign code is: dejavusanscondensed
  25. Michael's post in Email Confirmation was marked as the answer   
    There no way to do this yet, but you can use CubeData's fraud record we use it and it checks the IP if they are legit, if they are using a VPN / Proxy they get blocked and you can also white and blacklist IPs. And also uses Fraudrecord to check details to prevent fraud: http://www.blesta.com/forums/index.php?/topic/5594-fraudrecord-blesta-module-by-cubedata/
     
    We used it because we got a kid flooding our system.
×
×
  • Create New...