Jump to content

galaxy

Members
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. galaxy's post in Question on Order # generation was marked as the answer   
    Found it.  Had to run cron, then it appears in the approval queue on the billing overview page.
    Was not mentioned in the documentation when I looked for it.
     
  2. galaxy's post in domain registration entry point was marked as the answer   
    found it.  need to update blesta.php with:
     
    Configure::set('Blesta.csrf_bypass', ['config::preconfig']);
  3. galaxy's post in The SSLStore module question was marked as the answer   
    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.
×
×
  • Create New...