The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
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
|
#12
|
||||
|
||||
Can you be more specific so I can make changes to, thanks
|
#13
|
||||
|
||||
In the template "memberinfo_block_visitormessaging" locate the line near the top:
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}" /> </div> </div> </form> </vb:if> Code:
</vb:if> |
Благодарность от: | ||
Stratis |
#15
|
||||
|
||||
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.
|
#16
|
||||
|
||||
To me they cannot, the only button is "Edit" but when making changes save button does not take effect.
|
#17
|
||||
|
||||
Oh okay, yes I see what you mean...when you click the "Save" button nothing happens.
|
#18
|
||||
|
||||
You do know that you can set usergroup permission so members cannot post on their own profile right?
|
#19
|
||||
|
||||
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: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|