Quick Replay
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Quick Replay
This is what i use. You have to have Please Wait mod installed
Code: Select all
<form method="post" action="{U_QR_ACTION}">
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h3>{L_QUICKREPLY}</h3>
<input type="hidden" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" />
<div class="countform" style="text-align:center;">
<textarea id="message" style="height: 9em; width:99.4%; font-size:1.14em; background: #FFFFFF url('{ROOT_PATH}images/message.png') center no-repeat;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset id="buttons" class="submit-buttons">
{S_FORM_TOKEN}
{QR_HIDDEN_FIELDS}
<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingsub').style.display='block';" />
<input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button2" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingpre').style.display='block';document.getElementById('postform').action += '#preview';" />
<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingfed').style.display='block';" />
</fieldset>
<fieldset id="processingsub" class="submit-buttons" style="display:none;">
<img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_POST_SENDING}" disabled="disabled" />
</fieldset>
<fieldset id="processingpre" class="submit-buttons" style="display:none;">
<img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_PREVIEW_SENDING}" disabled="disabled" />
</fieldset>
<fieldset id="processingfed" class="submit-buttons" style="display:none;">
<img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_FULLED_SENDING}" disabled="disabled" />
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</form>
Quick Replay
silly question how do I remove the please wait option? also how can I add the character left? 

Quick Replay
Copy the code from the original QR file.neuropass wrote:silly question how do I remove the please wait option?
Thats only available in the premod.neuropass wrote:also how can I add the character left?
Quick Replay
Gotcha. another question. would it be possible to add just the bbcode bar like the full editor?
Quick Replay
There is a mod at phpbb.com that adds smilies and bbcode to the quick reply.
Should be working fine.
Should be working fine.