![]() |
Why does vBulletin allow users to visitor message themselves?
Hello all! :D
I was wondering about this after seeing that one of our users had sent a visitor message to themselves, and the visitor message contained links. I deleted the visitor message, and then got to thinking that no one should need to send a visitor message to themselves, but since this is allowed by vBulletin I thought perhaps there is a good reason. I am considering making it to that our users cannot visitor message themselves, but I wanted to ask here first about the possible consequences. What do you all think? |
VM?
|
Quote:
I edited the thread title and my first post so that my question is clear. |
Maybe so you can post a reminder to send yourself a PM. :D
But seriously, I don't know but I'd guess that since they would have had to write code to check for that, someone just decided "why not". |
Do you not have vm turned off for guests
|
Quote:
What I saw the other night was a newly registered member send themselves a visitor message. This shows up on their profile and on the activity stream and struck me as just another way to spam. To me it seems unnecessary to allow users to post messages on their own wall like that. :D |
Am sure with a small plugin that can be turned off
|
Quote:
Code:
<vb:if condition="$userinfo['userid'] != $bbuserinfo['userid']"> |
If you had plugins to stop spammers then you would not need a plugin to stop it from being misused by members but on the other hand it might be good to have something like this to stop it from happening in the future. If no one here will make you one ask on ozzys site I am sure he will
|
I decided to go ahead and make the change on our live site. We found no compelling reason to allow our users to post visitor messages on their own wall, and this will prevent n00bs from posting to their own wall when responding to incoming visitor messages. :cool:
|
I have mine set up new users auto added to a group when they register that have a lot of things turned off and are auto moved after 10 posts this finds all spammers but so far none can register on my site even know they keep trying
|
Quote:
|
Quote:
Code:
<vb:if condition="$show['quickcomment'] AND $show['post_visitor_message']"> Code:
<vb:if condition="$userinfo['userid'] != $bbuserinfo['userid']"> Code:
<input type="hidden" name="fromconverse" value="{vb:raw block_data.fromconverse}" /> Code:
</vb:if> |
Just made it to my test forum, thanks MarkFL
The only thing is if user has own message, he can not modified it Actually his message not supposed to be there.. very cool |
If a user has already posted visitor messages to their own wall prior to making the above change, they should still have access to the edit function for those messages. I just tested that on my local dev site and found this to be the case. :D
|
To me they cannot, the only button is "Edit" but when making changes save button does not take effect. :)
|
Quote:
|
You do know that you can set usergroup permission so members cannot post on their own profile right?
|
Quote:
For those who wish to prevent self-messaging only for certain groups and/or who do not wish to hack their template, then editing permissions would definitely be the way to go. :up: |
All times are GMT. The time now is 09:50 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:
|