Page 1 of 1

Not working in quick reply with lucid_lime theme

Posted: 18 Sep 2012, 04:16
by Solidjeuh
This is not working on my style with ' quick reply '

I have this:

Code: Select all

					<div id="message-box-ns">
						<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox2"></textarea>
					</div>
					</fieldset>
					<fieldset class="submit-buttons">
						{S_FORM_TOKEN}
						{QR_HIDDEN_FIELDS}
						<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
						<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" />&nbsp;
					</fieldset>
Instead of this:

Code: Select all

				<div id="message-box">
					<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
				</div>
				</fieldset>
				<fieldset class="submit-buttons">
					{S_FORM_TOKEN}
					{QR_HIDDEN_FIELDS}
					<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
					<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" />&nbsp;
				</fieldset>
Tried to change it to '<div id="message-box-ns"> ' in your code, But still not working..

This is my style:
https://www.phpbb.com/customise/db/style/lucid_lime/

Not working in quick reply with lucid_lime theme

Posted: 18 Sep 2012, 08:00
by Stoker
Ill have a look a bit later today.