i am about to install this on 4.1.4 and would like to know if i still do step 4
Quote:
4. OPTIONAL - If you also want the smiliebox to show on the showthread page under the Quick Reply, then you must do the following:
a. Go to Settings > Options > Message Posting Interface Options > Add smiliebox below Quick Reply on showthread page > Yes (Note that the above options, Put smilie box below textarea must also be set to Yes)
b. Make the following template edit in the template "showthread_quickreply".
|
Code:
<div class="editor_textbox quickreply">
<vb:if condition="$show['qr_require_click']">
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" dir="{vb:stylevar textdirection}" disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
<vb:else />
<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" cols="80" dir="{vb:stylevar textdirection}"></textarea>
</vb:if>
</div>
</div>
</div>
aswell as this
Quote:
To get this to work with 4.1.4 Quick Reply:
Edit the plugin "Add smilies to Quick Reply also" and remove, or comment out, the line:
|
PHP Code:
$editor_template_name = 'showthread_quickreply';
just confirming i must actually do both ? and not just the last one ?