#56044
07/17/2003 10:07 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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: 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 Can anyone (Allen?) help with this? I think this is awesome
|
|
|
#56045
07/18/2003 4:39 PM
|
Joined: Sep 2001
Posts: 93
Member
|
Member
Joined: Sep 2001
Posts: 93 |
yeah would be cool 
|
|
|
#56046
07/19/2003 12:17 AM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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
|
|
|
#56048
07/19/2003 10:14 AM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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 EDIT: nm, got that to work. now to figure out how to add the close PM box EDIT: nm, got that too Thanks 
|
|
|
#56049
07/19/2003 12:20 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
[/code]then
</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...
</pre></div></div>and then<br><br>[code] anyone who has dpk's smiliemod installed can use this..

|
|
|
#56050
07/19/2003 2:42 PM
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
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
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
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 also the box is on the sent-pms also with the result: quote: FYI Sorry, you can not reply to this private message until the recipient replies.
» Please use your browser's back button to return. 
|
|
|
#56053
07/19/2003 4:12 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
it's a reply to a PM, so technically it works 
|
|
|
#56054
07/19/2003 5:30 PM
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
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
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
Admin / Code Breaker
|
Admin / Code Breaker
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...
|
|
|
#56058
07/20/2003 4:32 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
it worked perfectly for me.  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
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 is the hack influencing this ?!
|
|
|
#56060
07/21/2003 1:57 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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.
|
|
|
#56062
07/22/2003 3:24 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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
|
|
|
#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!
|
|
|
#56065
07/23/2003 10:30 PM
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
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 
|
|
|
#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!`
|
|
|
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.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|