MOD NAME: QUICK REPLY MOD 3.0 <br /> <br />
DESCRIPTION: Adds a quick reply box to the bottom of a thread. Version 3.0 adds a Pulldown Menu for Post Icons, a Preview Post Button, a Spellcheck button and a popup Graemlin Panel (thanks JustDave) <br /> <br />
BY: JoshPet, Allen Ayres, Gardener and JustDave for bug fixes <br /> <br />
DATE: 12.26.2002 <br /> <br />
CREDITS: Allen Ayres for version 1, Gardener for Javascript, JustDave for bug fixes and Graemlin Popup, JoshPet for bug fixes and enhancements. German translation by jluerken. <br /> <br />
VERSION: 3.0 for UBB.Threads 6.2 <br /> <br />
REQUIREMENTS: A full version of UBB.Threads 6.2 <br />
COMPATIBILITY: UBB.Threads 6.2 <br /> <br />
DEMO: login at
www.measurection.com with username: testing and password: testing <br /> <br />
FILES MODIFIED: showflat.tmpl, showflat.php, languages/english/showflat.php, showthreaded.php, showthreaded.tmpl, languages/generic.php <br /> <br />
NEW FILES: graemlinpanel.php (thanks JustDave!)
NOTE: If you are using JustDave's Popup Graemlin modification already, you don't need to add this file. The script is the same. <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /> <br />
Version history: <br />
- Version 1.0: released (08/10/2002)
- Version 1.1: ubbcode parsed and post icons fixed (08/11/2002)
- Version 1.2: Quick Reply only avail. to Logged in User Correctly adds the "Re:" (only once) to reply. (08/12/2002
- Version 1.3: Languages settings added (08/12/2002)
- Version 1.4: Fix added to remove box if thread is closed (08/13/2002)
- Version 1.5: User can select which post to reply to. (08/14/2002)
- Version 1.6: Fixed "Re:" issue with Javascript and added code so quick reply link does not appear if the user is not logged in or the thread is closed (08/17/2002)
- Version 1.7: Javascript adds the quote instead of replacing. (08/18/2002) "Re:" checking added to javascript. Added a quick reply box to threaded view as well.
- Version 1.8: Quick Reply now works with Mozilla, Opera won't break. Fixed a bug when replying to anonymous posts. Now adds the username correctly. *
- Version 2.0: Updated for UBB.Threads 6.2 (12/26/2002) by JoshPet. This simply does a quick reply and not a quick quote as the Auto Quote is now a standard function of Threads
- Version 2.1: With JustDave's help we've finally licked the problem voting in polls when Quick Reply was installed.
- Version 2.2: Fixes a bug which allowed a reply to a moved post pointer and created some wacky results. 1/12/03
- Version 3.0: Adds a pulldown menu for Post Icons, a preview Post Button, a Spell Check Button, and a popup Graemlin Panel (thanks JustDave <img src="/forum/images/graemlins/smile.gif" alt="" /> ) 2/1/03 <br />
<br /> <br />For discussion and bug reports, please come here: <br />
http://www.threadsdev.com/ <br /> <br />
PLEASE MAKE BACKUP COPIES OF EVERY FILE YOU PLAN TO MODIFY!! <br /> <br />Note: If you are running JustDave's very popular "Reply to Who" mod, you won't be able to find the code it tells you to find in showflat.php <br /> <br />Instead, look for
the second occurance of this: <br /> <br />$postrow[$i]['Subject'] = $Subject; <br /> <br /> <br />Change to this: <br /> <br />$postrow[$i]['Subject'] = "<span id=\"subject$i\">$Subject</span>"; <br /> <br /> <br /><img src="/forum/images/graemlins/smile.gif" alt="" />