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 |
#42
|
|||
|
|||
Ok, bunch of things here, I think
1. Templates: this is the full list of templates makeprivtables.php creates. Quote:
3. PM Button in Posts. Use what you want, but here's the syntax: Code:
private.php?action=newmessage&toid=$userid 4. Looked in to checkboxes real quick and they don't work how I wish they did - they only return the last value. Might have to talk to John a little about this. |
#43
|
|||
|
|||
Quote:
Namely, uncomment all these lines: (they're all at the top) Code:
//$DB_site->query("DROP TABLE privatercvd"); //$DB_site->query("DROP TABLE privatesent"); //$DB_site->query("ALTER TABLE user DROP ignorelist"); //$DB_site->query("DELETE FROM template WHERE title='privmsgsbitlist'"); //$DB_site->query("DELETE FROM template WHERE title='privatemsglist'"); //$DB_site->query("DELETE FROM template WHERE title='privatelogin'"); //$DB_site->query("DELETE FROM template WHERE title='showprivmsg'"); //$DB_site->query("DELETE FROM template WHERE title='privmsgbit'"); //$DB_site->query("DELETE FROM template WHERE title='sendprivmsg'"); //$DB_site->query("DELETE FROM template WHERE title='redirect_pmthanks'"); //$DB_site->query("DELETE FROM template WHERE title='redirect_pmdelete'"); //$DB_site->query("DELETE FROM template WHERE title='error_pmnosentreply'"); //$DB_site->query("DELETE FROM template WHERE title='error_pmivalidrecipient'"); //$DB_site->query("DELETE FROM template WHERE title='error_pmcantdelete'"); //$DB_site->query("DELETE FROM template WHERE title='error_pmcantview'"); //$DB_site->query("DELETE FROM template WHERE title='error_pmcantignoreself'"); //$DB_site->query("DELETE FROM template WHERE title='redirect_pmignoreadded'"); //$DB_site->query("DELETE FROM template WHERE title='showignore'"); //$DB_site->query("DELETE FROM template WHERE title='redirect_pmignoreedited'"); //$DB_site->query("DELETE FROM template WHERE title='pmloggedin'"); //$DB_site->query("DELETE FROM template WHERE title='pmloggedout'"); Back to work... |
#44
|
|||
|
|||
Ed,
Go to my forum at http://www.atlasf1.com/bb/index.php and register and send me (bira) a pm, and then have a look at the delete buttons I added to the PM list Also, as for the URL from posts - it will also work with the fix I posted, same thing And lastly -- what do you mean by "fixed "icons off" bug"? Thanks |
#45
|
|||
|
|||
Since you turned off icons in your forum, it wasn't returning anything. In the template for newmessage (I don't even remember what it's called now!), just leave posticons and it will instead insert a <input type="hidden"...> in place of the icons - stops that error
|
#46
|
|||
|
|||
Can someone come up with a good private messaging 'icon' cause my artistic ability is erm, limited
|
#47
|
|||
|
|||
Ah Ed, that's what I did, so I guess there's no point in me downloading the new version.
Mark - I'm working on it, though don't hold your breath |
#48
|
|||
|
|||
OK, rather than running it all again, could someone let me have a copy of the 'showignore' template as this is also missing from my setup for some reason
This is a really great addon Ed - thanks very much for your efforts. I hope that John will adopt it as part of the official release in the next release (or at least something as good - and compatible!) |
#49
|
|||
|
|||
bira - sent you a message, I like those delete buttons - unfortunately, they're not really foolproof. One mis-click and Poof!, you just lost a message. If you (or anyone) knows some javascript to bring up an "Are you sure?" type prompt, I'll add it to the official version.
PM Buttons - why not just rip it from the UBB version? You know, I've heard about hanging out in certain forums before, but I've never heard about hanging out in a thread! |
#50
|
|||
|
|||
showignore:
(Please note, I've made a few changes so the replacement variable tags don't get parsed) Code:
{html doctype} <HTML><HEAD><TITLE>$bbtitle - Private Messaging: Edit Ignore List</TITLE> $cssinclude </HEAD> <body> $header <table border="0" width="100%"><tr> <td valign="top" align="left"><a href="index.php"><img src="$titleimage" border="0"></a></td> <td valign="middle" align="center" nowrap> $fivelinks </td></tr></table> <table border="0" width="100%" cellpadding="2"> <tr><td width="100%"> <font><b><a href="index.php">$bbtitle</A> > <a href="private.php?action=getmsgs&password=$password">Private Messaging</a> > Edit Ignore List</b></font> </td></tr></table> <FORM ACTION="private.php" NAME="REPLIER" METHOD="POST"> <input type="hidden" name="page" value="login"> <table border=0 cellpadding=4 cellspacing=1 width="100%"> <tr bgcolor="{table headbgcolor}"><TD COLSPAN=2> <font color="{table headtextcolor}" class=thtcolor><B>Editing $username's Ignore List</B></font></td></tr> <tr bgcolor="{first altcolor}"><td valign=top> <font><B>Your UserName:</B></font></td> <td valign=top> <INPUT TYPE="TEXT" NAME="username" VALUE="$username" SIZE=25 MAXLENGTH=25></td> </tr> <tr bgcolor="{second altcolor}"> <td valign=top> <font><B>Your Password:</B></font></td> <td valign=top><INPUT TYPE="PASSWORD" NAME="password" VALUE="$nonmd5password" SIZE=13 MAXLENGTH=13> <smallfont><A HREF="member.php?action=lostpw">Forgotten your password?</A></smallfont></td></tr> <TR bgcolor="{first altcolor}"><TD valign=top nowrap> <font><B>Your Ignore List:</B></font> <p><br><smallfont>(One username per line)</smallfont></td> <td> <TEXTAREA NAME="ignorelist" ROWS=20 COLS=60 WRAP="VIRTUAL">$ignoredusers</TEXTAREA> </td></tr> </table> <P align="center"> <INPUT TYPE="HIDDEN" NAME="action" VALUE="doeditignore"> <INPUT TYPE="Submit" NAME="submit" VALUE="Edit Ignore List"> <INPUT TYPE="RESET" NAME="RESET" VALUE="Clear Fields"> </p></form> $footer </body> </html> |
#51
|
|||
|
|||
Here are a few quick PM icons for the lower bar:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|