Version: 1.00, by afterlab
Developer Last Online: Jul 2022
Version: 2.2.x
Rating:
Released: 08-04-2002
Last Update: Never
Installs: 5
No support by the author.
Past Reply In PM Message w/o Quotes Viva La Private Message
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
This hack was inspired by my old days with UBB and their Private Message setup. Simply, what this does is show the past reply in the private message page without the standard quotes. If you have no clue what i'm talking about, which I hardly do either, check out the screenshot.
More Information
=-=-=-=-=-=-=-=-=-=-=-= Compatibility: This hack will work with vB 2.0.3 and higher. Install Time: 3-8 Minutes. Screenshot:HERE Download: Instructions are in attachment.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Here is a screenshot taken with a PM between me and aerosol. Many features found in the screenshot are not present in the hack, however, if done correctly, can easily be implemented. This screenshot is here to show the overall workings of this hack. If you still have questions about this hack, I can explain more.
Interesting... seems to work fine, but not really needed at my forums so I took it out. From what I gather, only the latest PM and the one before is shown, not a whole list like a thread. Also, quotes were still showing up, which defeats the purpose (unless that's just my private.php)
For people wanting to install this, in private.php, if you do NOT have the Attachment in PM hack installed, then after installing this hack:
Originally posted by Erwin Interesting... seems to work fine, but not really needed at my forums so I took it out. From what I gather, only the latest PM and the one before is shown, not a whole list like a thread.
Is this correct, afterlab? I was hoping this would finally be what I've been waiting for for so long: A true threaded PM system that looks just like a public-posted thread, only is between two people and is private to them only.
Well I'm sure it could easily be modified to pull out the previous replies in the PM (from the PM table in the db) and display them in the way that threads/posts are displayed.
This would be a SIC hack, Afterlab, if you could add the requests Erwin and JJR512 are considering. I too was thinking of a hack just like this a few weeks ago, and wondering why vB isn't like this!
I can think of a reason why vB probably isn't like that. For there to be a true threaded view, of every PM back and forth between two people on one subject like posts in a thread, all the posts would need to be stored in the database. Neither user would be able to delete the posts as that would throw off the threaded view.
But I can think of a way around that. A user on either end of the conversation, when he/she feels it is over, could "close" the threaded PM. The other user involved would be notified of this and could agree with it, or could continue the conversation, overriding the one user's request to close it. Once both users agree to the closure, either user is free to delete the PM thread, in whole or in part, without affecting the other user. Since PMs are duplicated in the database already (one copy for each user), that wouldn't be any more storage space, I believe.
There could also be a time-based auto closure, maybe, in case either user fails to initiate a close, or if one user gets banned or something in the meantime...or maybe getting banned could automatically allow any PM thread that user was involved in to be closed by the other user involved...now I'm getting a bit complicated, lol.