UBB.Dev
Posted By: NBAustin "Quick Reply" Feature - 04/23/2002 12:27 AM
I've seen this hack out for the 6.xx versions. Anybody got something similar for 5.xx?
Posted By: Lord Dexter Re: "Quick Reply" Feature - 04/23/2002 8:52 AM
It's actually quite simple to do. Just make a HTML text box and put in the post reply variable (in ubb_libary2.pl probably). I can do it for you, but I don't have anywhere to test it anymore.
Posted By: CT Re: "Quick Reply" Feature - 04/27/2002 3:53 PM
What is a quick reply?
Posted By: Metallifukinca Re: "Quick Reply" Feature - 04/27/2002 6:07 PM
quote:
Originally posted by CT:
What is a quick reply?

what he said...
Posted By: LK Re: "Quick Reply" Feature - 04/27/2002 6:27 PM
https://ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=33;t=000104
Posted By: NBAustin Re: "Quick Reply" Feature - 04/28/2002 8:09 PM
quote:
Originally posted by Lord Dexter:
It's actually quite simple to do. Just make a HTML text box and put in the post reply variable (in ubb_libary2.pl probably). I can do it for you, but I don't have anywhere to test it anymore.

Shoot me the code and I'll test it! laugh
Posted By: Lord Dexter Re: "Quick Reply" Feature - 04/29/2002 9:52 AM
LK - Why did you link the to a v6.2 Version?
Posted By: LK Re: "Quick Reply" Feature - 04/29/2002 12:10 PM
Because they asked what's quick reply tipsy
Posted By: NBAustin Re: "Quick Reply" Feature - 04/29/2002 2:41 PM
I'm assuming we can just take the reply box code from postings.cgi and stick it in ubblibrary_2.pl and put a require: postings.cgi at the top?
Posted By: Lord Dexter Re: "Quick Reply" Feature - 04/30/2002 9:15 AM
NBAustin-Thats part of it. Look for any code that directs to postings.cgi after you click submit reply and use that too. If nothing try your method.
Posted By: NBAustin Re: "Quick Reply" Feature - 05/03/2002 4:26 PM
I'm having probs with this. Earlier versions of 5.xx don't have the login feature and check for the username/password on each post. The formatting is screwed up. The password text box will not appear when I insert the code, and it's all messed up looking.

Any ideas?
Posted By: Deb Re: "Quick Reply" Feature - 06/12/2002 4:42 PM
This would be a nice mod if someone could get it working for v5.47x. *hint-hint* laugh
Posted By: Brad.loo Re: "Quick Reply" Feature - 06/13/2002 1:05 AM
it sould be easy enof to do, i can look at it if people really want it that badly Oo
Posted By: Lord Dexter Re: "Quick Reply" Feature - 06/13/2002 8:59 AM
quote:
Originally posted by NBAustin:
I'm having probs with this. Earlier versions of 5.xx don't have the login feature and check for the username/password on each post. The formatting is screwed up. The password text box will not appear when I insert the code, and it's all messed up looking.

Any ideas?

Then maybe you can add the Username and Password boxes in the quick reply so it can check.
Posted By: Metallifukinca Re: "Quick Reply" Feature - 11/21/2002 4:39 PM
So.........
This a working hack yet ?
Posted By: joking-down Re: "Quick Reply" Feature - 11/21/2002 10:33 PM
Click here to get the first beta from the "QuickReply Box" modifikation for UBB 5.47a
Posted By: Metallifukinca Re: "Quick Reply" Feature - 11/22/2002 2:54 AM
works like a charm !! Thanks joking-down smile
Posted By: Metallifukinca Re: "Quick Reply" Feature - 11/22/2002 2:58 AM
hrmmmmm, little problem...
I started a new thread - that worked
I use Quick Reply - that worked
I tried using it a second time - and I got this error "We cannot post this because the Forum Name being submitted does not match the forum name we have listed in our records. Use your back button to try again.
"
Posted By: joking-down Re: "Quick Reply" Feature - 11/22/2002 11:20 AM
i found the error. new file is uploaded...

Code
replace the line

<input type="hidden" name="forum" value="$ForumCoded">

with

<input type="hidden" name="forum" value="$Forum">
Posted By: Metallifukinca Re: "Quick Reply" Feature - 11/23/2002 2:03 AM
Wonderfull !! Thanks a ton smile
btw whats the code to get the "quick Reply" box
to match my other cell ?
http://www.metallifukinca.com/ubb2/Forum2/HTML/000001.html
Posted By: Metallifukinca Re: "Quick Reply" Feature - 12/14/2002 3:35 AM
could " Preview Post " be added too ?
Posted By: joking-down Re: "Quick Reply" Feature - 12/21/2002 9:06 PM
Quote
quote:
Originally posted by Metallifukinca:
could " Preview Post " be added too ?
I think there is no problem to add it. The instructions should be equal to the normal "Preview Post" Hack...
© UBB.Developers