Feel free to yell at me if this suggestion's already been made.
I literally took that from a VB help forum post.
Though if possible, I'd like to see this suggestion come into play.
As said in the post, it could disabled or enabled to the users liking, so that it does get abused in any way shape or form.
or
Not sure which one is the real code.
That's the code to disable Visitor Messages.
? said:Visitor messages are publicly viewable messages posted on member profile pages. To post a message, click on the Visitor messages tab, and use the form at the top of the section. You will only be able to use certain formatting in these messages, as described underneath the edit box. This message will be viewable by all visitors to this profile. To communicate privately with a member, send a Private Message (PM) instead.
Visitor messages can be edited or deleted by site moderators or the member who owns the profile. If you see a visitor message that is not appropriate, you can alert the moderators by clicking on the 'Report' link.
You can disable Visitor Messaging if you'd rather not participate. You can also choose to restrict Visitor Messages to moderators and users on your Contact list. To change these options, go to User CP > Edit Options > Visitor Messaging.
I literally took that from a VB help forum post.
Though if possible, I'd like to see this suggestion come into play.
As said in the post, it could disabled or enabled to the users liking, so that it does get abused in any way shape or form.
? said:Disable Code
Code:
UPDATE user SET options = options - 8388608 WHERE options & 8388608
or
? said:UPDATE user SET options = options + 8388608 WHERE NOT(options & 8388608)
You can disable visitor messages globally under vBulletin Options -> User Profile Options. Just uncheck it under "Enable User Profile Features".
Not sure which one is the real code.
That's the code to disable Visitor Messages.