Jump to content

activa

Members
  • Posts

    737
  • Joined

  • Last visited

  • Days Won

    14

Reputation Activity

  1. Haha
    activa reacted to Amit Kumar Mishra in Redo - Web Hosting Template with Blesta - from ThemeMetro.com   
    selling blesta theme with whmcs demo...
    moreover opening a dispute to get support reply...
  2. Like
    activa reacted to Michael in proper domain name not appear in the order page   
    I re-read it and understand but it's not how the order form works because if you have the correct order form as DOMAIN AND OTHER, and not having the domain group as the "package groups" then it won't show anything like that.
    You'll see the search and then the configuration page.
     

    then:

     
    Configure:

  3. Haha
    activa reacted to Amit Kumar Mishra in Blesta 4.6.x + integration with BlestaCMS Community Edition (Free)   
    see, i helped you complete it faster!!!
  4. Like
  5. Thanks
    activa reacted to Michael in Blesta 4.6.x + integration with BlestaCMS Community Edition (Free)   
    There you go, you've now integrated your first Blesta theme.
    Customers for the Premium CMS or have a Blesta license can download this integration already completed.
    https://blesta.store/client/plugin/download_manager/client_main/download/42/appy-cms.zip
    This post is reserved for any Questions you may have:
     
     
    1. How to use the default Blesta logo but in white?
    Find:
    <?php } elseif (!empty($blesta_logo)) { ?> <img class="blesta" src="<?php $this->Html->_($blesta_logo);?>" alt="Blesta" /> Replace with:
    <?php } elseif (!empty($blesta_logo)) { ?> <img class="blesta" src="<?php echo $this->view_dir;?>images/logo.svg" alt="Blesta" />
  6. Like
    activa reacted to Michael in Blesta 4.6.x + integration with BlestaCMS Community Edition (Free)   
    So you would like to integrate Blesta into your theme but don't know how to? Why pay for expensive integrations when you have to relay on them replying in time and giving you updates when you need them when you can do it yourself. If you can't do it I highly recommend you use a third party integration company. I personally recommend ExpertIntegrations.com but you can use Blestaintegrations.com, etc.

    Today I will be using the theme Appy. It's a free theme if you KEEP the copyright otherwise you have to pay to have permission to do so.
    Meaning you are not allowed to remove footer credits for that you must purchase a License.
     
    Download the theme from: https://colorlib.com/wp/template/appy/
    Extract the files to your computer and create the folder on Blesta in
    /app/views/client/ In this tutorial we're calling it appy.
    You'll need to copy the files from the default bootstrap folder to the new one appy.
    After you want to upload the files from Appy to the custom theme folder you are creating.
    /css /fonts /images /js /style.css
    Next we need to add the images to the root of Blesta so the CMS can use them straight away. So simply copy the images folder to the root of blesta like so:


    Back to the theme let's rename it to Appy.
    In the folder:
    /app/views/client/appy/ Find the following:
    config.json with:
    { "version": "1.0.0", "name": "Bootstrap", "description": "Built on Bootstrap 3.1.", "authors": [ { "name": "Phillips Data, Inc.", "url": "http://www.blesta.com" } ], "require": { "blesta": ">=3.2.0" } } Rename the name to anything you like. I'm going with Appy. So mine looks like:
    { "version": "1.0.0", "name": "Appy", "description": "Built on Bootstrap 3.1.", "authors": [ { "name": "Phillips Data, Inc.", "url": "http://www.blesta.com" } ], "require": { "blesta": ">=3.2.0" } } Finally go to Blesta and enable the theme so we can start integrating the theme. Go to:
    Settings > Company > Look and Feel Click on Template on the left and click Appy (or your chosen name).

  7. Like
    activa reacted to Jono in Blesta TCAdmin problem   
    Would you mind updating components/modules/tcadmin/api/tcadminapi.php line 68 from:
    if ($host_name_output != false) { to
    if ($host_name_output != "<?xml version='1.0'?><document></document>") { The visit the page again and post the log.
    It looks like the module has an bug with logging errors properly, I've created a task on github to fix this.
  8. Like
    activa reacted to SimpleAja in Help About Input Rules for Text and Password Fileds   
    Not working in blesta with the following regex:
    "rule":["matches", "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[\W_]).{6,18})/i"], requires at least 1 lower case character, 1 upper case character, 1 number, 1 special character. length between 6 and 18 character.
    But it works when tried through Regex testing https://www.regextester.com/
  9. Like
    activa reacted to Tyson in Help About Input Rules for Text and Password Fileds   
    You'll need to escape characters for JSON when entering them manually. In your example, the backslashes should be escaped:
    /((?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[\\W_]).{6,18})/i  
  10. Like
    activa reacted to Paul in considering Blesta instead of WHMCS   
    That's weird regarding your email, I see you're registered with that currently. Maybe the IPBoard Spam service had an issue with the address, because the email/domain is NOT blocked internally by us. We do block a lot of free email domains, but not yours.
    I'd like to build a Lightsail module, a few people have asked for it but it hasn't risen to the level of demand we need to move forward with it yet. Anyone want to sponsor?
  11. Like
    activa reacted to Blesta Addons in DataTables   
    i suggest to use DataTables in tables specially in client side for invoices, services and transactions . the plugin add pagination and search with filter without the need to any http request, why in client side?
    - Blesta doesn't offer search option for clients in services, transactions, invoices
    - majority of clients has some few services, invoices and transaction, so it will not lead to freezing page or slow navigation. (against admin side)
    we using it in some other project and is totally a wonderful plugin to play with tables, and we hope to see it in blesta .
  12. Like
    activa got a reaction from Blesta Addons in How to know what language phrases changed with upgrades   
    Admin tools from blesta addons give you the full changes and missing languagues phrases.
  13. Like
    activa reacted to Michael in Blesta unable to accept payments from European credit cards after September   
    Paul is working with the guys to get Stripe 3DS and they are doing it in the core so other gateways can use 3D Secure.
    Part of CORE-3068
  14. Like
    activa got a reaction from PauloV in pre action events   
    Sometimes we need to block some email providers or client from some countries... ect , and the only way to not do this manually is to have a pre action event for Clients.Add action .it would be perfect to allow as inject our our code before the action then if we want we set errors, as now blesta allow as to inject code after client creation action.
  15. Like
    activa reacted to stacklicense in Custom s3 Endpoints for Blesta System Backups   
    Hello
    The Stack License team is happy to announce our free modification to the Blesta System Backups allowing you to use custom s3 endpoints such as DigitalOcean Spaces and StackPath Object Storage
    You can view the modification at github.
    https://github.com/stacklicense/custom-backup-s3-endpoints
    If you want a custom s3 endpoint added just reply here or open an issue and we will get them added.
     
  16. Like
    activa reacted to Blesta Addons in Currency Format   
    is possible to ad anew currency format for the fallowing style
    '####,##'
    '####.##'
    the actual format has a space between numbers like '# ###,##' .
     
  17. Like
    activa reacted to Alento in Config Addons Quantity field   
    I am new to Blesta and am trying to create an addon which can have a quantity from 0 to 2 and a second addon which can have a quantity from 0 to 8.  So far the only method I see is using a slider, which IMHO is ugly.  I would definitely PREFER this option.  Thank you @Blesta Addons
  18. Like
    activa reacted to EuroDomenii in Changing admin urls with certains values determines not found behaviour for client logged in area   
    The "buggy" admin_urls  ( a,x,in) doesn't exist in blesta. Anyway, blesta should have a validation in place.
     
    There are pro and cons security throughobscurity.
     
     
    From my point of view, anyway I shall restrict by IP the admin url. I just love the idea of having one letter admin_url. It's fast and fun. 
     
  19. Like
    activa reacted to Blesta Addons in GeoIP Updater Plugin Notice   
    we have updated the plugin to support geoip2 database  .
    just re-download the plugin and upgrade or install it .
     
  20. Like
    activa reacted to Paul in Blesta 4.6 Beta 2 Released   
    Release Notes - Blesta Core - Version 4.6.0-b2
    Bug
    [CORE-3119] - Adding a new config option does not incur a setup fee [CORE-3157] - Markdown editor style issue [CORE-3165] - Custom client fields that are not required and not displayed to clients result in an error [CORE-3166] - Support Manager: Image attachments with caps not embedded [CORE-3170] - Service upgrades calculating incorrect pricing when price overrides are set [CORE-3175] - Services with coupon shows different total price than generated invoice due to tax [CORE-3181] - Order: Remove unnecessary white-space in maxmind tooltips [CORE-3183] - Client service info box doesn't show config option price for one time services [CORE-3184] - Applying coupon code in admin service edit readds config option setup fee [CORE-3185] - Remove unnecessary white-space in HTML tooltips [CORE-3186] - System Overview: Remove unnecessary white-space in HTML tooltips [CORE-3189] - Unable to remove checkbox as only config option in client interface Improvement
    [CORE-2964] - 2Checkout: Update gateway [CORE-3163] - Add renew column in Package pricing expandable area [CORE-3171] - Order: Remove Standard template arrow icons from summary [CORE-3178] - Allow gateways to be fetched by class Story
    [CORE-3159] - Show package renew price below/near price Task
    [CORE-3180] - PayPal: Subscription functionality has been removed Sub-task
    [CORE-3164] - Order: Show package renew price next to initial price
  21. Like
    activa reacted to Paul in Blesta 4.6 Beta 2 Released   
    Blesta version 4.6.0-b2 (BETA 2) is now available. You can download it from right here (Client Area Login Required). Read the blog post announcement at https://www.blesta.com/2019/05/28/blesta-4.6-beta-released/
    This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT.
    Please report any bugs you find in the v4.6 beta bug forum.
    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Release Notes

    See Blesta Core - Version 4.6.0-b2.

    For older releases see all Change Logs.
  22. Like
    activa reacted to Tyson in application.min.css incorrect font location   
    Thanks for finding that. This is CORE-3155. The fonts will be moved to /fonts/bootstrap/
  23. Like
    activa reacted to Blesta Addons in application.min.css incorrect font location   
    @font-face { font-family: "Glyphicons Halflings"; src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } the font location hsould be "../fonts/" instead of "../fonts/bootstrap/" .
     
  24. Like
    activa reacted to furioussnail in 2checkout payments not recorded   
    Sounds good to me. If Blesta 4.6 comes with a fixed 2CO module I don't think the upload to Git is necessary anyway.
    Thank you.
  25. Like
    activa reacted to Lampard in 2checkout payments not recorded   
    2Checkout payment gateway is now recording payments after i used Secret Word.
×
×
  • Create New...