Previous Thread
Next Thread
Print Thread
Rate Thread
#44427 04/22/2002 5:27 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
I've seen this hack out for the 6.xx versions. Anybody got something similar for 5.xx?

Sponsored Links
#44428 04/23/2002 1:52 AM
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
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.

#44429 04/27/2002 8:53 AM
Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
What is a quick reply?

#44430 04/27/2002 11:07 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
quote:
Originally posted by CT:
What is a quick reply?

what he said...

#44431 04/27/2002 11:27 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
https://ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=33;t=000104

Sponsored Links
#44432 04/28/2002 1:09 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
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

#44433 04/29/2002 2:52 AM
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
LK - Why did you link the to a v6.2 Version?

#44434 04/29/2002 5:10 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Because they asked what's quick reply tipsy

#44435 04/29/2002 7:41 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
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?

#44436 04/30/2002 2:15 AM
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
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.

Sponsored Links
#44437 05/03/2002 9:26 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
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?

#44438 06/12/2002 9:42 AM
Joined: Feb 2000
Posts: 2,668
Deb Offline
Pooh-Bah
Pooh-Bah
Offline
Joined: Feb 2000
Posts: 2,668
This would be a nice mod if someone could get it working for v5.47x. *hint-hint* laugh


- Deb
#44439 06/12/2002 6:05 PM
Joined: Jul 2001
Posts: 1,111
Member
Member
Offline
Joined: Jul 2001
Posts: 1,111
it sould be easy enof to do, i can look at it if people really want it that badly Oo

#44440 06/13/2002 1:59 AM
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
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.

#44441 11/21/2002 9:39 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
So.........
This a working hack yet ?

#44442 11/21/2002 3:33 PM
Joined: Dec 2000
Posts: 730
deutscher moderator / v5 specialist
deutscher moderator / v5 specialist
Offline
Joined: Dec 2000
Posts: 730
Click here to get the first beta from the "QuickReply Box" modifikation for UBB 5.47a

#44443 11/21/2002 7:54 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
works like a charm !! Thanks joking-down smile

#44444 11/21/2002 7:58 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
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.
"

#44445 11/22/2002 4:20 AM
Joined: Dec 2000
Posts: 730
deutscher moderator / v5 specialist
deutscher moderator / v5 specialist
Offline
Joined: Dec 2000
Posts: 730
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">

#44446 11/22/2002 7:03 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
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

#44447 12/13/2002 8:35 PM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
could " Preview Post " be added too ?

#44448 12/21/2002 2:06 PM
Joined: Dec 2000
Posts: 730
deutscher moderator / v5 specialist
deutscher moderator / v5 specialist
Offline
Joined: Dec 2000
Posts: 730
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...


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)