UBB.Dev
Posted By: JoshPet Finished-[6.2] Quick Reply 3.1 - 04/28/2003 9:56 AM
Mod Name / Version: Quick Reply 3.1

Description: This modification adds a "Quick Reply" box at the bottom of the showflat and showthreaded pages, allowing you to quickly compose and submit your reply from the same page. It does allow you to adjust the post icon, preview your post and even checks your spelling. This mod encourages participation and adds ease of use to new users.

Version 3.1 fixes a javascript error for some users on showthreaded.

Working Under: UBB.Threads 6.2

Mod Status: Beta

Any pre-requisites: UBB.Threads 6.2

Author(s): JoshPet, AllenAyres, Gardener

Date: 04/28/03

Credits: AllenAyers, JoshPet, Gardener, JustDave

Files Altered: showflat.php, showflat.tmpl, addpost.php, showthreaded.tmpl, /languages/english/showflat.php, /languages/english/generic.php

New Files: graemlinpanel.php (thanks JustDave of www.chattersonline.com

Database Altered: no

Info/Instructions: Version history:
  • 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 Users.
    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 have finally fixed the bug where Quick Reply Mod caused some errors voting in polls
  • Version 2.2: Fixed a bug allowing a quick reply to a post stub (1/12/03)
  • Version 3.0: Adds a pulldown menu for Post Icons, a preview post button, a SpellCheck buton, and a popup Graemlin Panel (thanks JustDave) (2/1/03)
  • Version 3.1: Fixes a Javascript Error in showthreaded (4/27/03 JoshPet)



This version is for UBB.Threads 6.2. For a 6.3 version Click Here.



Attached File
77941-QuickReply3.1.zip  (84 downloads)
Posted By: Hal9000 Re: Finished-[6.2] Quick Reply 3.1 - 04/28/2003 10:11 AM
Thanks Josh
Does this version fixes the problem with blank posts?
Posted By: JoshPet Re: Finished-[6.2] Quick Reply 3.1 - 04/28/2003 10:20 AM
That's fixed in 4.0 here. (Version 4.0 only works with UBB.Threads 6.3.)
Posted By: Hal9000 Re: Finished-[6.2] Quick Reply 3.1 - 04/28/2003 5:01 PM
Since I will not install 6.3,I guess that it won't be fixed in the current release of 6.2?
Posted By: Hal9000 Re: Finished-[6.2] Quick Reply 3.1 - 04/30/2003 5:08 PM
######################
## Open addpost.php ##
######################



##
## Find this:
##

if ( (preg_match("/^\s*$/",$Subject)) || ($Body == "") || ($postername == "") ) {



##
## Change to:
##

if ( (preg_match("/^\s*$/",$Subject)) || ($Body == "") || ($Body == " ") || ($Body == " ") || ($postername == "") ) {

A simple copy-paste from quick reply 4.0 :-)
Posted By: me2ui Re: Finished-[6.2] Quick Reply 3.1 - 06/15/2003 9:45 PM
Hey all.. can this one be done in 6.1 too?
Posted By: JoshPet Re: Finished-[6.2] Quick Reply 3.1 - 06/16/2003 5:48 AM
You may need to dig back in the Archived Modifications for version 1 or 2. This one won't work as there were some major changes introduced in the 6.2 series.
Posted By: Ian_W Re: Finished-[6.2] Quick Reply 3.1 - 06/16/2003 10:18 AM
Also the earlier versions had problems, especially in the threaded views. It would be easier to upgrade to the latest version, and benefit from other goodies in the newer versions.
Posted By: JoshPet Re: Finished-[6.2] Quick Reply 3.1 - 06/16/2003 11:11 AM
Yeah, that's right - the early versions of this broke the poll functionality on your board too.
Posted By: ffbmc_dup1 Re: Finished-[6.2] Quick Reply 3.1 - 08/05/2003 6:36 PM
Will there be a version of this to work on UBB.Threads version 6.3.1?
Posted By: JoshPet Re: Finished-[6.2] Quick Reply 3.1 - 08/05/2003 6:45 PM
Yup - it's posted here under 6.3 modifications:
https://www.ubbdev.com/forum/showflat.php?Board=modifications&Number=77940
© UBB.Developers