![]() |
I am having the same problem
In the USer Profile: Receive Email On PM ON/OFF this didn't Work! I can check On or Off, when I go back to the Profile it's still off! also the same with the recieve PM it will not turn on stays in the off postiion |
bump
|
Works fine for me, and to my knowledge, it works fine for others. Me2Be had that problem, but she just reinstalled and it was fixed, IIRC.
|
can someone confirm for me that the signatures work in the PM hack, they dont seem to show up for me when i check the tick box. issit just me :confused:
|
ok...well looks like i solved the bug myself.
the signature function was not correctly specified in "private.php" so to help anyone else who comes across this problem... heres how i fixed it, find: Code:
if ($message[showsignature]==1 and $allowsignatures==1) { Code:
if ($message[signature]==1 and $allowsignatures==1) { this fixed the bug for me because the old code was instructed to query the "showsignature" field in the messages table, however this field does not exist, it is in fact called "signature" this became apparent to me when i analysed the database directly and also because the database query did not include showsignature but instead signature which was wrong. i hope this helps and sorry if i confused anyone. btw thanks for a fantastic hack ed...umm i mean mike :D:D:D:D:D |
Well I finally upgraded and the users who post above about the "Can send pms" always defaulting to NO even though they set it to yes are correct. That is how mine is behaving. I am about to investigate the problem and fix it - I will post when I am done. It is saying NO but I can clearly see that the field in the database is set to "1" so it must be reading the setting incorrectly.
Also a note, if you upgrade you need to remove the <a href=etc etc link to private.php that you put in the postbit template from the first version and replace it with $pmlink. The notes don't seem to mention this. [Edited by rangersfan on 08-29-2000 at 05:17 PM] |
Ok the problem is this is in the instructions:
Code:
Find: |
About the "Replied to" graphics
If I reply to a message, I am still getting the same plain old folders, not the replied to folders. Does this work for anyone else, besides Ed and Me2Be, before I investigate the code? |
Well, it's not working for me anymore :( I don't think at least. Have to go verify.
They USED to... when I implemented them, so I'm going to have to make sure I didn't break them when I added other stuff (they were one of the first features I added) |
Ok, simple fix. It just wasn't validating to true - I missed an <input> :D
But that's the alternate fix - this one's easier. Open up private.php and find: Code:
if ($reply=="true") { Code:
if ($replyto) { |
All times are GMT. The time now is 11:01 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:
|