![]() |
Thanks Erwin.
* Installed * |
Quote:
|
Quote:
|
The Re: problem is because your hack just keeps adding Re: to the title, it does not strip the old one out:
Code:
In template privmsg: Hope this is what you want.... |
How can you install it wrong? Herer is that section of code to prove it.
PHP Code:
Quote:
|
There is no need to do anything to the private.php file for the /me hack to work with my hack. Nothing at all. Just remove all those things from the private.php if they are there. (Trust me, the /me code works for me.)
|
But we need the code above to make it work in the Regular Reply for private messages, don't we? :)
|
Like I said, it all works - just install the /me hack as normal, and then my hack as normal, no need to do anything else.
|
Whatever. The reason I put the code in above is I couldn't get it to work in private messages (Quick reply or regular) until Firefly gave me that code to put in there. Then it started working in the regular replies. I don't use the Quick PM Reply Box much anyway, so UNINSTALL. The support isn't that good anyway. Anyone can say "I don't know, works good for me".
Quote:
|
Quote:
Also, I work full-time as well - I posted this hack up as a gesture of thanks for the multiple hacks I have taken from here. Don't expect 24 hour instant support. :) |
Just for you, Boofo, I'll make an exception. PM me your private.php file, and your privmsg template as attachments, and I will fix it and PM them back to you. It's going to be interference from another hack. I had the /me hack running for a while, before I did up this hack, and they both work fine. Anyone else with this problem?
|
I've given you as much to work with as I have available. I DID fix the quote problem though. I replaced the code for your hack in private.php with the following:
PHP Code:
Quote:
|
The quote hack would fix my hack without needing to change any of the code in my hack, but anyway...
I have PMed you a modified copy of your private.php - it should fix the /me hack (I hope) - but I did take out that quote hack thing in the meantime. If all goes well, both your /me hack and quote hack should work automatically. Like I said, my hack does NOT interfere with these hacks since it just copies the data that has already been changed - if not, you may need to move the $pmquote line after the message has been parsed into vBCode, but BEFORE it has been parsed into HTML. Anyway, try out the private.php that I modified for you. |
Also, may I add, Boofo, that your private.php actually has MORE hacks than mine - :) - there is a high chance of conflict between them. I had to rationalize your $message[message] variables - you had multiple copies of these with different values.
|
Well, I just tried it with the file you sent me. Now I have no subject line when I am replying with the quick reply box and the quotes are back again if there are multiple of them. :)
|
This is what I mean with the me code. This is what shows up in the Quick PM Reply Box when I look at a message from anyone who has used this code. Instead of seeing their name in place of the me, I see this. For some reason it isn't being parsed like it is in the pm regular reply box
Quote:
Quote:
|
Okay, I know it's not the private.php file, because your private.php file looks a bit more like mine now (I did an Araxis Merge compare) - you are just missing something essential that I have in another file that you don't. Let me look at it again. I'm going to work, and can only do this tonight. Please be patient.
|
Thanks for taking the trouble and the time on this. I really appreciate it. No hurry, just when you get some time. Thanks again. :)
Quote:
|
Boofo, did you install this bug fix? Make sure you do.
https://vborg.vbsupport.ru/showthrea...threadid=35894 I cannot find the reason why /me would not work for you. I looked at your private.php at length - no idea. Sorry. Also, I don't know why the quote hack would not work for you too. For other members: both the /me hack and quote hack works for me. Do they work for you? Anyway, I am not responsible for this hack being compatible with other hacks - there are hundreds of hacks out there - I don't have time to figure it out for each individual. |
Yes, I installed that bug fix a long time ago before I installed the me hack. You said something about moving the quote hack in the file, too.
Right now, I am using the original private.php I sent you and the quote and RE hack work fine. I have an idea on the me hack, too. If it works, I'll let you know. Quote:
|
Awesome hack, worked like a charm:)
|
Great hack - installed with no problems whatsoever.
Thanks a lot! |
I hit the install button on this one -- the users love it -- went in like a charm!
|
Glad you like it. :)
|
great hack
/me clicks on install |
installed.
thanks. |
I have a quick question ... when you reply to a PM with the quick reply box, it does not change icon next to the message saying it has been replied to. Any idea what code I can change/add to get it to do that? Thanks!
|
Quote:
The quick PM reply box uses the SAME code as the normal PM reply page. The icon automatically changes when you use the Quick PM Reply Box. I just tested it on my forum and it definitely works. So something is wrong with your private.php or you haven't installed the hack properly. |
Hmm ... thats not good :p Any idea of where I should start looking for what might be wrong? Can you maybe post the part of that page that controls this and see if I can find the error? :S I have seen this behavior at another board too so its not just mine. I wonder if there is an extra step I missed somewhere :S
|
Quote:
1) 1 line for the copying of the PM message before it's parsed into HTML so that we can display the quote 2) 3-4 lines of an "if" section to delete the old PM if the delete box is ticked Everything else uses the normal PM reply function in privatep.php so the only reason why it is not working for you is if you have accidentally deleted the section of code that changes the icon... my hack doesn't even go near it. |
Ok fair enough, I'll sift through it and see if I can find the error ... but if i had accidently deleted that part of the code, wouldnt it not work at all even when using the regular PM reply instead of the quick PM box? Cuz it works then ... thats whats so odd.
|
Is this happening to anyone else using this hack? Or is this an isolated problem? Because this problem doesn't occur with my forums.
|
Well, I know that it happens for sure in one other board that I frequent and I did not install that one though we have similar hacks *shrug*
I am curious to know if anyone else is having the problem ... |
Great Hack Erwin ! :)
But I must say, I have the same error, that after a reply with the Quick-Box the icon of the original PM is not changed. (vB Vers. 2.2.6) J?rg P.S. I found the error why the icon was not correct (the field "messageread" was not updated correct. In the template modification of your hack the wrong line is: Code:
<input type="hidden" name="privatemessageid" value="$privatemessageid"> Code:
<input type="hidden" name="prevmessageid" value="$privatemessageid"> J?rg |
Ahhh... thanks Jorg. I have both lines in my forums - the line that I put in the hack is the line for the private message preview hack. That's why I never had this problem.
When I wrote the installation file, I deleted the standard line and kept the wrong line for this hack. :) I meant to delete that one, not the one that is standard. I've fixed the installation text file, and sent an update to all who installed this so they know to fix it. |
Erwin, I just installed this hack, because my users have been requesting it. I think it'll be nice, and the install was problem-free.
However, when I check the box to delete the original PM, I always get this message: Quote:
Thanks! John http://www.fansofrealitytv.com When your reality sucks, there's Reality TV! |
great hack :)
|
Okay, a minor bug fix.
It seems that you need BOTH lines in the template. Make sure that you have BOTH of these lines in the template code that you add to "privmsg" - the first one is needed for the delete box to work, the second one for the icon to change to SENT when a message is replied to. Code:
<input type="hidden" name="privatemessageid" value="$privatemessageid"> |
Yeah, and I've updated the installation text file to version 2.2 to reflect this.
|
Once more, thanks for this great hack!
Works like a charm on vb 2.2.0! Thanks! |
All times are GMT. The time now is 03:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|