XF 2.1 Preview Above Editor

Cannabis Ape

Active member
I know it's a simple case of switching stuff around but I don't know exactly where and what if someone can point me in the right direction (y)

Cheers
 
Quick note... this may actually be rather annoying as it shifts the editor out of where the user is initially editing. But this should do it...

Template: quick_reply_macros

Find:

Code:
    <xf:if is="$showPreviewButton">
        <div class="js-previewContainer"></div>
    </xf:if>

Move right below:

Code:
<div class="message-cell message-cell--main">{/code]
 
Quick note... this may actually be rather annoying as it shifts the editor out of where the user is initially editing. But this should do it...

Template: quick_reply_macros

Find:

Code:
    <xf:if is="$showPreviewButton">
        <div class="js-previewContainer"></div>
    </xf:if>

Move right below:

Code:
<div class="message-cell message-cell--main">{/code]
Bro I posted here to not flood your support forum with my questions and here you come to the rescue once again :D
 
Back
Top Bottom