PDA

View Full Version : [fixed] Weird Problem (On vbulletin.com/forum)


Kaizen
Wed 26th Jun '02, 6:05pm
I just recieved a PM.

I clicked "send reply" and it would not let me send a message back:

"*username* has chosen not to receive private messages or may not be allowed to receive private messages. Therefore you may not send your message to him/her."

I thought fair enough cos they may have switched it off.

Except when I click on "Forward" the exact same message came up?

Please tell me its something I am doing wrong.

Steve Machol
Wed 26th Jun '02, 11:01pm
Who were you forwarding it to?

tubedogg
Thu 27th Jun '02, 1:41am
If you are trying to forward it to the same person you're trying to reply to, it still won't work.

(You probably aren't doing this, it just sounded that way from your post.)

Kaizen
Thu 27th Jun '02, 5:50am
Originally posted by tubedogg
If you are trying to forward it to the same person you're trying to reply to, it still won't work.

(You probably aren't doing this, it just sounded that way from your post.)

I don't get the opportunity to put a name in because it goes straight to the same message, in other words, the Send Reply and Forward button both do exactly the same thing.

For some reason the code that is executed to check whether the recieving user can recieve pms is excuted when you click on Forward. But I want to send it to someone else.

Originally posted by smachol
Who were you forwarding it to?

I was attempting to forward it to you. But I did not even get a chance to enter your name.

Scott MacVicar
Thu 27th Jun '02, 12:15pm
Confirmed Bug

Open private.php
change

if (!$fromuserinfo['receivepm'] or !$fromusergroup['canusepm']) {

to

if ((!$fromuserinfo['receivepm'] or !$fromusergroup['canusepm']) and $forward != "true") {

Kaizen
Thu 27th Jun '02, 12:47pm
Oops !

Does that mean another v2 release ?

Edit1: Spellingg Issue

Scott MacVicar
Thu 27th Jun '02, 4:40pm
It has been confirmed in a blank 2.2.6 and a temporary solution has been posted.