Invocie Manager conflict with JCE Editor

Emendy
Emendy
Offline
0
Hi There,

When I work with JCE editor, the text editor in invoice Manager conflicts with the editor and shows withing the editor as an iframe.

It also shows a text editor on every page when you make a new invoice

Please advise
Responses (5)
  • Accepted Answer

    Joan Vilà
    Joan Vilà
    Offline
    Wednesday, September 09 2015, 12:25 PM - #Permalink
    0
    Hello,

    We assume that you have the last version of Invoice Manager installed right?

    In that case, if you send me access to the administrator at joan@ joomlathat.com I will take a look and see what can be causing this problem

    Thank you,
    Joan
    The reply is currently minimized Show
  • Accepted Answer

    far1e8k
    far1e8k
    Offline
    Wednesday, October 07 2015, 10:18 PM - #Permalink
    0
    Hi. Was this by chance solved? I'm having the exact same issue when using JCE. The Notes box shows at the bottom of each tab when creating an invoice as a 100px iframe square, and looks the same under the Notes tab.

    IM v1.4.5
    JCE 2.5.8
    J! 3.4.4

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Emendy
    Emendy
    Offline
    Thursday, October 08 2015, 07:34 AM - #Permalink
    0
    Yes, There seems it is a bug in JCE Editor which I fount a similar problem with other extensions
    It happens where there are 2 editors loading on the same page.

    The easiest workaround for it was to remove one of the editors (the "admin notes" one, for example, which is less used) and just use a normal text-area for it.

    The Joomlathat supports team sorted that out for me.
    The reply is currently minimized Show
  • Accepted Answer

    far1e8k
    far1e8k
    Offline
    Thursday, October 08 2015, 06:53 PM - #Permalink
    0
    Thank Emendy for the reply and lead! Some of my other components on the same site have multiple JCE editors on the same page (Short Description, Long Description for example) and it works just fine? I did go ahead and adjust the "administrator/components/com_invoices/views/invoice/tmpl/form_notes.php" core file to not include the editor (I actually prefer it without an editor anyways) and it fixed it. JoomlaThat, could a "Show Editor: Yes/No" be added to the IM config?

    I changed the code within the form_notes.php to:
    <div class="control-group">
    <label class="control-label"> <?php echo JText::_( 'NOTES' ); ?>: </label>
    <div class="controls">
    <textarea class="span12" name="thecontent" id="thecontent" cols="100" rows="10"><?php echo $this->invoice->notes; ?></textarea>
    </div>
    </div>
    <div class="control-group">
    <label class="control-label"> <?php echo JText::_( 'ADMIN_NOTES' ); ?>: </label>
    <div class="controls">
    <textarea class="span12" name="thecontent" id="thecontent" cols="100" rows="10"><?php echo $this->invoice->admin_notes; ?></textarea>
    </div>
    </div>



    Thanks again!
    The reply is currently minimized Show
  • Accepted Answer

    Emendy
    Emendy
    Offline
    Thursday, October 08 2015, 07:03 PM - #Permalink
    0
    Fantastic!

    I also prefer no text editor.

    Glad you are sorted.;)
    The reply is currently minimized Show
Your Reply