Previous Thread
Next Thread
Print Thread
Rate Thread
#56044 07/17/2003 10:07 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
I was just gonna PM this to Allen, but his inbox is full, so this is the question

Quote
quote:
I just noticed that when you view a PM, it has a quick reply box. Would you be able to give me the code? The only problem I've ever had with UBB PMs is the fact that if I wanna reply to a PM, I have to memorize it, then reply, but Quick Reply fixes that.

Thanks for any help smile
Can anyone (Allen?) help with this? I think this is awesome

Sponsored Links
#56045 07/18/2003 4:39 PM
Joined: Sep 2001
Posts: 93
Member
Member
Offline
Joined: Sep 2001
Posts: 93
yeah would be cool laugh

#56046 07/19/2003 12:17 AM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
I wish someone with access to UBBDEV template would reply, they have it here so I know it exists

#56047 07/19/2003 6:44 AM
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
Untested, but should work, as long as you have the Quick Reply Hack installed.
https://www.ubbdev.com/ubb/upload/00006378/pqr.txt

#56048 07/19/2003 10:14 AM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
it works except for one thing, you need to add a $TBB before it (and leaving the one after it) otherwise it looks really weird

Any chance to get the preview button to work? I tried using the normal code, but it says I did not specify a forum frown

EDIT: nm, got that to work. now to figure out how to add the close PM box

EDIT: nm, got that too

Thanks laugh

Sponsored Links
#56049 07/19/2003 12:20 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
Code
[/code]then

Code
</pre></div></div>finally<br><br><div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>
that code will add a working preview button. for those with the spellcheck hack installed...

Code
</pre></div></div>and then<br><br>[code]
anyone who has dpk's smiliemod installed can use this..

Code
[/code]then

[code]
smile

#56050 07/19/2003 2:42 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I suggest you to hide it when the pm is closed..

UBBDev is using:
print "bla bla bla" if $pm_topic_data{close} ne 'yes' && exists($pm_user_index{$thingy}) && !exists($pm_user_index_sent{$thingy});

#56051 07/19/2003 3:17 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
that didn't work for me, so I tried a if(...) {$quickreply = qq~allthatjavastuff~;} else { $quickreply = ""} and that did work

#56052 07/19/2003 3:51 PM
Joined: Sep 2001
Posts: 93
Member
Member
Offline
Joined: Sep 2001
Posts: 93
yeah works cool on 6.4 also

value="$vars_wordlets{submit_new_reply)"

you should replace with:

value="Send PM"


otherwise you have a weird button for pm answering wink


also the box is on the sent-pms also with the result:
Quote
quote:
FYI
Sorry, you can not reply to this private message until the recipient replies.

» Please use your browser's back button to return.
laugh

#56053 07/19/2003 4:12 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
it's a reply to a PM, so technically it works smile

Sponsored Links
#56054 07/19/2003 5:30 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
oh, weird-al, you know why the code I gave you doesn't work, I forgot to tell you to add the following part BEFORE the "$quickreply" thing...
[code][/code]that fixes stam's problem (about already sent pms)

#56055 07/19/2003 10:20 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
LK, maybe you could post all of the code in the quick reply topic, cause I kept getting errors, and I'm sure I'm just messing up in spades.

#56056 07/20/2003 7:05 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
the code I have here is for the old quick reply version...
[code][/code]

#56057 07/20/2003 4:15 PM
Joined: Jan 2000
Posts: 5,834
Likes: 20
UBBDev Owner
Time Lord
UBBDev Owner
Time Lord
Joined: Jan 2000
Posts: 5,834
Likes: 20
I didn't change that much :x...


UBBDev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.threads: My UBB Themes, My UBB Scripts
#56058 07/20/2003 4:32 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
it worked perfectly for me. smile thanks LK. The only thing I had to do what update the spellcheck link

#56059 07/21/2003 4:20 AM
Joined: Sep 2001
Posts: 93
Member
Member
Offline
Joined: Sep 2001
Posts: 93
people report me, that when they delete the sent and unread pm (via the quickreply) it never reaches the destination confused

is the hack influencing this ?!

#56060 07/21/2003 1:57 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
I haven't gotten any report of that error.

#56061 07/22/2003 6:35 AM
Joined: Jan 2000
Posts: 5,834
Likes: 20
UBBDev Owner
Time Lord
UBBDev Owner
Time Lord
Joined: Jan 2000
Posts: 5,834
Likes: 20
So much code, I think that someone should clean it up on what to add vs "untested" or "try this" for anyone who's interested in installing it.


UBBDev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.threads: My UBB Themes, My UBB Scripts
#56062 07/22/2003 3:24 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
https://ubbdev.com/ubb/ultimatebb.php?ubb=get_topic;f=8;t=003579;p=1#000003 is a barebones working version.

combing what I added and what LK added will do everything. I could post a conversion of what LK posted for non css people in a couple minutes

#56063 07/22/2003 3:46 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
https://www.ubbdev.com/ubb/upload/00020028/QuickReplyPM.txt

that should work. I added install instructions for those without spellcheck as well

#56064 07/23/2003 10:12 PM
Joined: Jan 2000
Posts: 5,834
Likes: 20
UBBDev Owner
Time Lord
UBBDev Owner
Time Lord
Joined: Jan 2000
Posts: 5,834
Likes: 20
::sniff:: our lil al is growing up so fast!


UBBDev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.threads: My UBB Themes, My UBB Scripts
#56065 07/23/2003 10:30 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
updated the txt cause Gizzy find a itty bitty tiny bug that made nothing work. you know how it is wink

#56066 07/23/2003 11:18 PM
Joined: Jan 2000
Posts: 5,834
Likes: 20
UBBDev Owner
Time Lord
UBBDev Owner
Time Lord
Joined: Jan 2000
Posts: 5,834
Likes: 20
yes, i'm a error locating midget!`


UBBDev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.threads: My UBB Themes, My UBB Scripts

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
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,824
Most Online6,139
Sep 21st, 2024
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,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)