Quick Replay

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Quick Replay

Post by Tigerman75 »

It can be modified, which is here the Quick Replay thanks

Quick Replay

Post by Stoker »

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';" />&nbsp;
					<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';" />&nbsp;
					<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';" />&nbsp;
	</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

Post by Tigerman75 »

If I take the same is not the change works? Thank you!

Quick Replay

Post by Stoker »

It will work if you have Please Wait installed.

Quick Replay

Post by Tigerman75 »

Ok thank you!

Quick Replay

Post by neuropass »

silly question how do I remove the please wait option? also how can I add the character left? :oops:

Quick Replay

Post by Stoker »

neuropass wrote:silly question how do I remove the please wait option?
Copy the code from the original QR file.
neuropass wrote:also how can I add the character left?
Thats only available in the premod.

Quick Replay

Post by neuropass »

Gotcha. another question. would it be possible to add just the bbcode bar like the full editor?

Quick Replay

Post by Stoker »

There is a mod at phpbb.com that adds smilies and bbcode to the quick reply.
Should be working fine.