Jump to content

domaingood

Members
  • Posts

    326
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    domaingood reacted to Paul in Blesta Owned Unbranded, Remove Powered By Blesta, How?   
    We may have it automatically remove branding on unbranded licenses in the future.
  2. Like
    domaingood got a reaction from SwiftModders in Allure Blesta Theme by SwiftModders   
    Nice Job.I will try...
  3. Like
    domaingood reacted to Paul in Blesta 5.2 has been released!   
    For details and download, please see https://www.blesta.com/2021/10/19/blesta-5.2-released/
  4. Thanks
    domaingood got a reaction from armandorg in Caesar - Modernized 5 color Blesta Theme & Skin   
    Nice work keep it up...
  5. Like
    domaingood got a reaction from wmrwl in How to migrate sites to new Plesk server (and update data within Blesta)   
    HI wmrwl,
    How to upgrade Blesta.
    First you have to migrate Plesk to plesk migration then you have to login the blesta panel and reissue blesta for the new IP. then upload blesta
    https://docs.blesta.com/display/user/Upgrading+Blesta

    ~/admin/upgrade
    then If Plesk user password not changes then just replace new plesk IP and admin user paword automated all customers Plesk user password works fine. If your customer user password changes then you have to set password menaully.
  6. Like
    domaingood reacted to Jono in [Domain Manager] Unify Functions Action in modules   
    Haha, no.  The goal is ~2 month between beta releases.  5.1 took ~6 months because we had a lot in there (primarily the Domain Manager).  
  7. Like
    domaingood got a reaction from Blesta Addons in Mail styling   
    https://postmarkapp.com/transactional-email-templates can use in Blesta?
  8. Like
    domaingood reacted to Jono in [Domain Manager] Unify Functions Action in modules   
    Love it, thanks for the input   Can't guarantee it for 5.1 but I'll look at getting it in 5.2 or 5.3.  https://dev.blesta.com/browse/CORE-4342
  9. Thanks
    domaingood reacted to Blesta Addons in [Domain Manager] Unify Functions Action in modules   
    this is how all other software work, but i believe any public functions should be standardized across registrars, or at least the most used/important functions that i could think in it now could be :
    getDomainInfo(), return domain info it can include some subfunction like getContact()
    getContacts(), to get all or only one contact type
    updateContact(), to update all contact or only one contact
    getNameservers(), to get nemaservers return data should be like ["ns1" => xxxxx, "ns" => xxxxx, "ns"=> xxx, ...ect]
    updateNameservers(), to update nameserver, $vars  data should a list of nameservers ["ns1" => xxxxx, "ns" => xxxxx, "ns"=> xxx, ...ect]
    getEppCode(),  return string
    updateEppCode(),
    getLockSettings(),
    updateLockSettings(),
    ResendIRTPVerificationEmail(), to resend Verification emails
    RegisterDomain(), function to send registration action to registrar, normally it called inside addService()
    TrasferDomain(), function to send transfer action to registrar, normally it called inside addService()
    RenweDomain(), function to send renew action to registrar, normally it called inside renewService()
    DeleteDomain(), some registrar support release/delete command.
    RestoreDomaine() some registrar support restore domain,
    CreateChildNameServer(), used to create child namserver,
    UpdateChildNameServer(), used to update child namserver info.
    DeleteChildNameServer(), used to delete child namserver
    and we must add function also for domain forwarding, email forwarding, dns management.
     
  10. Like
    domaingood reacted to Blesta Addons in return page recieved need some tweak   
    when we use a nonmarchent gateway, the callback/return page redirect to received page, if a error is set by the gateways, blesta show the error message with a non well design panel box above.
    also the panel box is not 100% width. we are testing in blesta 5.0.4
     

  11. Like
    domaingood reacted to Jono in How to Add "Quick Links" onto the Admin "Home" Dashboard   
    You can do this either in the view app/views/admin/default/admin_main.pdt or in the controller app/controllers/admin_main.php.  In the view you would change:
    if (!empty($quicklinks)) { To something like this
    $quicklinks = array_merge([(object)['uri' => 'https://yourwordpress.com', 'title' => 'WordPress Calendar']], (isset($quicklinks) ? $quicklinks : [])); if (!empty($quicklinks)) { OR in the controller you could change:
    $this->set( 'quicklinks', $this->Staff->getQuickLinks($this->Session->read('blesta_staff_id'), $this->company_id) ); To something like this:
    $this->set( 'quicklinks', array_merge( [(object)['uri' => 'https://yourwordpress.com', 'title' => 'WordPress Calendar']], $this->Staff->getQuickLinks($this->Session->read('blesta_staff_id'), $this->company_id) ) );  
  12. Like
    domaingood reacted to Jono in Any way to add recaptcha to support tickets?   
    https://dev.blesta.com/browse/CORE-2903 was added in v4.12 and adds an option to require recaptcha to public support departments.  The option is labeled "Require Human Verification for unauthenticated user" and requires that you first configure your captcha under Settings > Company > General > Human Verification
  13. Like
    domaingood reacted to Kal in Friendly URLs (permalinks)   
    Friendly URLs are, in my opinion, an essential element of any content management system. No one likes a long, ugly URL. But more importantly, no one likes link rot—least of all the site owner who may lose their precious search engine rank when a URL changes. For this reason, a URL should never be dependant on the underlying platform. Here's an example of such a URL, from Blesta's Knowledge Base plugin:
    https://blesta.example.com/plugin/support_manager/knowledgebase/view/12/testing-your-website-before-it-goes-live/5/
    Aside from being unnecessarily long, the URL also includes the following, platform-specific data:
    Blesta's Knowledge Base is a 'plugin'. The plug-in is called 'Support Manager'. The article is the 12th one that was added to the database. The article belongs to the 5th category that was added to the database. Each of these is a point at which the URL is likely to break if and when the underlying software platform changes. A platform agnostic URL, or permalink, is a URL that should never change, and it's a critical element of website design/development. Tim Berners-Lee stated this firmly in the 1998 article, Cool URIs don't change, where he espoused the concept of URI design.
    I request that Blesta introduce a permalink feature, which is accessible via the UI, easy to use, and central to the design of the whole system. The Knowledge Base, perhaps, needs special attention, so that database table row IDs are never part of the article URLs. (routes.php does not fulfil these requirements.)
    Without this feature, the user must go to considerable effort to manually create many individual redirects using Apache configuration files or .htaccess files.
  14. Like
    domaingood reacted to Paul in Where do you get support if your license comes from a reseller?   
    Discord is probably the best place to go https://discord.gg/XCq34pU
    We are on there, and you can usually find someone else who has an answer. You can also email us. If you have a problem with your license not working and needing re-issued, need to purchase support & updates or an addon company, or otherwise make any changes to your license you will need to contact the folks you got your license from.
  15. Like
    domaingood reacted to Paul in Blesta 4.12 Beta 1 Released   
    Blesta version 4.12.0-b1 (BETA 1) is now available. You can download it from right here (Client Area Login Required). Read the blog post announcement at https://www.blesta.com/2020/09/17/blesta-4.12-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.12 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.12.0-b1.

    For older releases see all Change Logs.
  16. Like
    domaingood got a reaction from Blesta Addons in [Gateways] Convenience Fees   
    Final Amount = ( ( Percent / 100 ) + Fixed Amount )) ‎2.9% + $0.30
  17. Confused
    domaingood reacted to Paul in [Gateways] Convenience Fees   
    It handles fees and discounts, you can decide.
  18. Like
    domaingood reacted to Blesta Addons in [Gateways] Convenience Fees   
    this another story, the task talk about disount, we are here talking about adding some fee to the invoice .
  19. Like
    domaingood reacted to Blesta Addons in Domain Manager - We need your feedback on domains   
    the has arrived to complete the domain improvement management or we should wait another 5 years ?
  20. Thanks
    domaingood reacted to Tyson in Install Mailparse on PHP 7.3 and 7.4 The mailparse extension does not yet support PHP 7.3 or 7.4.   
    It looks like it's available here, and the changelog says it is compatible with php 7.3. I can't comment on php 7.4 as it was released not very long ago and we haven't yet checked compatibility with Blesta.
  21. Like
    domaingood reacted to Amit Kumar Mishra in Buy Blesta Owned Lifetime licence   
    because the prices have increased...
  22. Thanks
    domaingood reacted to evolvewh in How much is an owned unbranded license worth?   
    Yes, we left Blesta over the Summer and we left for many reasons but this one is the biggest:
    https://www.blesta.com/forums/index.php?/topic/7197-domain-manager-we-need-your-feedback-on-domains/&tab=comments#comment-45629
    Honestly, Paul's lack of any response to this just tells me that nothing is being done and we can't run our business with the answer 'we hope to have something available by the end of 2018'. We're there now and there's still no sign of this.
    I don't want to create a list that makes it look like we're bad mouthing the software or anything but there are many other features we need and we discovered others after making the switch. I believed in Blesta and wanted to stick with it but it ultimately comes down to useability for our clients and Blesta isn't quite there yet for our business. We'll keep an eye on the progress and if it gets where we need it to be, we'll move back.
    There are a lot of things to appreciate with Blesta too and depending on your company and needs, it's a great piece of software. I am in no way saying WHMCS is superior or anything like that. It just has the hosting features that we need for our clients. I feel we gave Blesta a fair shot by sticking with it for over 3 years.
  23. Like
    domaingood reacted to bunny in How much is an owned unbranded license worth?   
    surprised? many people / companies give up because there are no basic/standard modules to sell services. Our license was bought when it was Blesta 2.5, today we have Blesta 4? How many years should I wait? Many elements are still missing. Just browse the forum to find questions about the missing modules! The list is very long so Blesta is a waste of time for many companies. Although we still use Blesta, three of our other brands are based on wh...s. Many developers create cool solutions / modules, etc. but they are not 100% stable in combination with continuous updates of Blesta. Hosting is a type of business that requires stable operation of elements used to sell services. Unfortunately, Blesta has a problem with that.
  24. Thanks
    domaingood reacted to Paul in Time based HMAC   
    Yes, it asks you to enter a one-time password as you would be requested going forward to ensure that you have set it up correctly. Because if you haven't, then you would effectively lock yourself out.
  25. Haha
    domaingood got a reaction from Lampard in Domain Manager - We need your feedback on domains   
    They are working no ETA!? So wait lifetime 
×
×
  • Create New...