The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Woo-freaking-hoo!
Here it is, the vB PM hack! NEWLY CHANGED TO VERSION 1.2.0 - please reference this thread now: http://www.vbulletin.com/forum/showt...?threadid=1772 It can be downloaded from here: http://www.enter.net/~rmsullivan/pmhack1.2.zip . The instructions are included within that. Demo at: http://www.magic-singles.com/cpa/forums/ . If you MUST register to test it, ok, I guess. I'll be adding screenshots so you know what it's like soon. Now UPDATED to version 0.9.15 !!!! Several bug fixes, additional support for linking to posts and nicer delete methods (thanks bira!) Please note that the UBB import script has NOT been done yet - sorry. Soon though. Enjoy! Post and questions/comments/bug reports here! [Edited by Ed Sullivan on 07-16-2000 at 11:31 PM] Show Your Support
|
Comments |
#52
|
|||
|
|||
Thanks guys - great work!
I will add the extra goodies shortly |
#53
|
|||
|
|||
Quote:
|
#54
|
|||
|
|||
You have to upgrade to the newest zip, which I mentioned in that post - or you can just use bira's version. Both should work fine.
|
#55
|
|||
|
|||
If you want to have bira's style delete buttons, but don't want an accidental mis-click to delete the message, try this:
in privmsglist, add: Code:
<SCRIPT LANGUAGE="JavaScript"> function verify() { var agree=confirm("Are you sure you want to delete this message?"); if (agree){ return true; } return false; } </SCRIPT> find: Code:
<td align=center nowrap> <smallfont color="{table headtextcolor}"><B>Date/Time Sent</A></B></smallfont></td> Code:
<td align=center nowrap> <smallfont color="{table headtextcolor}"><B>Delete?</A></B></smallfont></td> ---- done there, go into privmsgsbitlist: find: Code:
$timesent</smallfont></td> Code:
<FORM ACTION="private.php" NAME="REPLIER" METHOD="POST" onSubmit="return verify();"><td bgcolor="{second altcolor}" nowrap><center><input type="hidden" name="delete" value="yes"><input type="hidden" name="action" value="dodelete"><input type="hidden" name="msgid" value="$msgid"><input type="hidden" name="table" value="$table"><input type="hidden" name="password" value="$password"><input type="submit" value="Delete" width="1" height="1" style="font-size: 11px;"></center></td></form> There, and you're done. Demo on my site if you want to see how it works |
#56
|
|||
|
|||
I /am/ using bira's version, but it isn't working. I will download the new version later on and have a go with that.
Thanks again |
#57
|
|||
|
|||
Well, with the new version, I just tested it on my boards and it works fine - http://www.magic-singles.com/cpa/for...?threadid=1382
|
#58
|
|||
|
|||
This might seem a little hard, but would it be possible for the user to create subfolders, like "Old PM's", or something like that? Someplace to put the PM's once they have been read, but so that they are not in the "Inbox".
|
#59
|
|||
|
|||
Theoretically possible, and I'm chucking around some ideas in my head to do it, but that's gonna be awhile off - just want to get ALL the bugs straightened out first (and UBB import), then I'll add all those cool features!
|
#60
|
|||
|
|||
I'm enjoying this thread immensely
OK, Ed, another item on my wishlist: some kind of indicator to note whethere a message has been replied to or not. like an R next to the message title on the msglist -- I get confused on who I already replied to and who I didn't, and checking in the "sent" is a hassle |
#61
|
|||
|
|||
Ed, the delete verifier is perfect, thanks!
Wake America - excellent work, thank you. I took one of users and it's already used on my bulletin board |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|