Lamron
Benevolent Dictator
Posts: 5,194
|
Post by Lamron on Sept 19, 2008 2:27:06 GMT -5
I just added a new forum feature. Sometimes I start a reply in the Quick Reply box, then it ends up being several paragraphs long and I want to spell check or preview it. And I realize that I should have used the normal reply mode.
The new "Switch To Full Reply" button below the Quick Reply box will take everything you've already written and move it to the normal full function reply page.
I've seen other forums with this feature and often missed it here, so I went looking for a method to add it.
|
|
|
Post by Urumii-Previously ThePresident on Sept 19, 2008 3:39:44 GMT -5
Cool, thx lam!
|
|
Death's Shadow
LPmember
I have become Death. The destroyer of worlds.
Posts: 3,184
|
Post by Death's Shadow on Sept 19, 2008 8:50:49 GMT -5
ohhhh at last ... thank God.. been wanting this forever.
|
|
RedRock
LPmember
Never ask what kind of computer a person uses--if it's a Mac, he'll say; if not, why embarrass him?
Posts: 4,958
|
Post by RedRock on Sept 19, 2008 9:33:43 GMT -5
Oh, yes, that's nice. Here, I'm......
......trying it, and it works! Great job, Lamron!
|
|
Death's Shadow
LPmember
I have become Death. The destroyer of worlds.
Posts: 3,184
|
Post by Death's Shadow on Sept 19, 2008 13:42:16 GMT -5
Lam,,, Happen to have the code or a link so I can find the code for my forums?
|
|
Lamron
Benevolent Dictator
Posts: 5,194
|
Post by Lamron on Sept 21, 2008 14:48:14 GMT -5
Put this in your Global Footer:
<script type="text/javascript"> <!-- /* preview with quick reply - by ross */ var mes = document.getElementsByName('message'); if(location.href.match(/ion=display/) && mes[0]) { var qrForm = mes[0].parentNode; var preview = '<input name="nextaction" type="hidden" value="post">'; preview += '<input type="submit" accesskey="p" value="Switch To Full Reply" onclick="qrForm.nextaction.value=\'preview\'; return true;" /> '; qrForm.removeChild(qrForm.lastChild) qrForm.innerHTML += preview; } //--> </script>
|
|
Death's Shadow
LPmember
I have become Death. The destroyer of worlds.
Posts: 3,184
|
Post by Death's Shadow on Sept 21, 2008 20:58:17 GMT -5
Many thanks Lam.. ;D
|
|
Lamron
Benevolent Dictator
Posts: 5,194
|
Post by Lamron on Apr 4, 2009 10:41:21 GMT -5
We've got smileys in our Quick Reply now. ;D  ;D
|
|
Death's Shadow
LPmember
I have become Death. The destroyer of worlds.
Posts: 3,184
|
Post by Death's Shadow on Apr 4, 2009 11:36:19 GMT -5
;D noticed that..
|
|
|
Post by Urumii-Previously ThePresident on Apr 4, 2009 16:18:10 GMT -5
I noticed that, I couldn't recall if they were there before or not. So I just dismissed it as something I never noticed. Very cool!
|
|