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 |
#12
|
|||
|
|||
I just checked and all tables are in place. Asked others to try and post, nada.
Ed, any idea? It's the same mistake all the time (see above) |
#13
|
|||
|
|||
Ed:
Great hack. Are you planning on some kind of inicator on the main forum page that lets you know that you have private messages waiting? Thanks, Parker |
#14
|
|||
|
|||
Parker: Follow the install instructions and you get a indicator on the main page.
bira: I see what the problem with the syntax is, there is an extra , after the final 0 that shouldn't be there, this is because the $iconid bit seems to be missing. Where it has gone to I have no idea. For a test you could try deleting the $iconid bit from the insert statement and replacing it with a 0 or something and see if that works. |
#15
|
|||
|
|||
It's not just not parsing the smilies its not parsing any vB code such as quote etc.
|
#16
|
|||
|
|||
Quote:
can you explain this to me like you would to an IQless child? |
#17
|
|||
|
|||
you know... it just occured to me...
could this be because I have the Message Icon option set off in my BB options? |
#18
|
|||
|
|||
Quote:
For example, where it says in 1.1.1 global.php "$allowhtml=$forum[allowhtml];" it now says, in 1.1.2 global.php "$dohtml=$forum[allowhtml];" etc. Sorry, but Ed will have to edit his scripts to modify the new version [Edited by bira on 06-14-2000 at 07:02 AM] |
#19
|
|||
|
|||
OK,
here goes, I - I! - found the fix to those problems with 1.1.2 Mark, In global.php find this code that you were asked to paste in the pminstallation.txt: Code:
// PRIVATE MESSAGING if ($forumid=="-1") { global $privallowhtml, $privbbimagecode, $privallowsmilies, $privallowbbcode; $allowhtml = $privallowhtml; $allowbbimagecode = $privbbimagecode; $allowsmilies = $privallowsmilies; $allowbbcode = $privallowbbcode; } else { // END PRIVATE MESSAGING Code:
// PRIVATE MESSAGING if ($forumid=="-1") { global $privallowhtml, $privbbimagecode, $privallowsmilies, $privallowbbcode; $dohtml = $privallowhtml; $dobbimagecode = $privbbimagecode; $dosmilies = $privallowsmilies; $dobbcode = $privallowbbcode; } else { // END PRIVATE MESSAGING As for myself - as a temporary fix, I placed in the "sendprivmsg" template the form line <input type="radio" name="iconid" value="0" checked> -- this gives value 0 to $iconid and at least allows users to send and receive messages. I *think* I had the problem due to the fact that I have in my BB options the Message Icon disabled; and while I did allow it for PM, it seems there's a bug in the PM hack whereby if it's not allowed for the entire BB, then it doesn't work for PM and therefore gives no value (not even 0) to the $iconid. In any case, it's working now. Who needs icons |
#20
|
|||
|
|||
Well I'm happy
I'd like to ask for a couple of things - maybe they can be added via the templates, and I just haven't figured out how? 1) In the table of the messages in the received list and the sent list, to have a column with a checkbox next to each message title. You can check the boxes next to the titles you want to delete, and then click on a button which says "delete all checked titles". This way, if you'd like to delete several messages, you don't have to access each message at a time. 2) Add "My Private Messaging" to the $forumjump scrolldown list (I guess this could be added somehow simple, no?) 3) the lightbulb icon! - have a lightbulb icon next to the privae messages line on the forumhome, whereby if you have new messages it will be lit up, and if you don't have new messages it won't be (just like you have an indicator for the forums) 4) "last message by" - have on the forumhome and indicator of the last message date and who sent it, just like in the forums. Also, having the "e-mail notification" and "automatically parse URLs" options working would be nice. Am I asking for too much? Thanks, Bira |
#21
|
|||
|
|||
I would have liked to install this hack, but the instructions don't make any sense. Step 2 - those lines do not exist in global.php in 1.1.2! grrr...
I think i'll wait for John to include it in the official release. Thanks anyway. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|