Jump to content

galaxy

Members
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    galaxy got a reaction from Remitur in The SSLStore module question   
    OK, so the problem is that there's a change in CKEditor in Blesta 5.0+.
    The HTML code that launches the descriptions are removed by CKEditor when you go into the package.  
    In the package description, the following code is appended to the text of the description:
                            $viewmorelink = "<a class='mod_view_more' href='javascript&#58;void(0);' onclick=\"window.open('$sslfeaturelink','null','location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,addressbar=0,titlebar=no,directories=no,channelmode=no,status=no');\"> View Full Product Details</a>";
    To fix it, you need to wrap the <a class=...> ... </a> in the following:
    <div class="raw-html-embed"> .... </div>
    Or just make sure you're using the "Insert HTML" block for that set of code.
  2. Like
    galaxy got a reaction from Paul in Package question   
    The Universal Module is exactly what I was looking for.  I had selected the "None" module not realizing the Universal one existed and wondered how I can get custom fields.
    Thanks!
  3. Thanks
    galaxy got a reaction from Paul in Managing lots of TLDs packages created using Namesilo and api issue   
    So that is the "old" way.  As of 5.1 there is now Domain Manager.  Don't even bother importing packages via the module.  You don't use the old packages anymore.  Just install the module and use Domain Manager.
    In Domain Manager, which is Packages -> Domain Options.
    You can "Import Packages" on that tab, but note that it makes copies of all the packages you made that will work with Domain Manager so that you'll have both packages it appears.  This is mainly for existing installations to migrate to Domain Manager.  But once you do that you shouldn't use the NameSilo module to manage packages anymore.
    If you click on Configuration at the left.  There  you can select "Spotlight TLDs", and select the ones you want.
  4. Like
    galaxy got a reaction from Remitur in Blesta and Thesslstore   
    Yes, but the problem is that plugins don't appear to have configurable settings.  So the plugin is hard-coded with the parameters of hostname, username, password to contact the master PDNS server.  But it works well and is configured to come up on any domain registration services.  I have a cron ob on the master pdns server that reads the domains from plesk servers and the current billing system (OBAS) and is a slave/secondary for control panel servers, primary/master for OBAS and anything else.  But the plugin allows you to change all that (for admins), and clients either get readonly (for slaves), or read-write for primary domains.
  5. Like
    galaxy got a reaction from Remitur in After installing the domain manager the Hexonet registrar module is no longer being recognised as a registrar module   
    I do see this module in GitHub and it doesn't use the updated API.  The module needs to extend the RegistrarModule class and not just Module.
    You'll probably need to contact the author if you're not a programmer.
    https://github.com/hexonet/blesta-ispapi-registrar
     
  6. Like
    galaxy got a reaction from Remitur in Blesta and Thesslstore   
    That looks like its would be easy to add a tab view & function for admins to create those records.  When I get there, I'll write one and let you know if you're interested.
    I'm finally starting my migration, but needed to wait on DomainManager and wrote a registrar module for SRSPlus/Register.com and a plugin for PowerDNS.  I'm finishing up my import_manager to migrate from Odin Business Automation and I'll be set.
    Then I'll hack the module to add the ability to create the records.  It would be nice if they had the button just go in and download all existing orders and set it up.
×
×
  • Create New...