disable URL in the signature

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Ideas Centre
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
docco
Registered User
Posts: 281
Joined: Sun Mar 04, 2012 3:28 am

disable URL in the signature

Post by docco »

I have a problem with new users spam the forum with add spam link in the signature.
Can anyone help me how to disable the link in the signature, so if they type a link in the signature, they can not finish.
I already searched but can not find the resolution
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52789
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve

Re: disable URL in the signature

Post by stevemaury »

ACP, General tab, Signature settings, Allow use of links in user signatures, No.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
docco
Registered User
Posts: 281
Joined: Sun Mar 04, 2012 3:28 am

Re: disable URL in the signature

Post by docco »

stevemaury wrote:ACP, General tab, Signature settings, Allow use of links in user signatures, No.
Thanks, I just have set now. But the link in the old signatures are not disable. How can I do to disable them?
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52789
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve

Re: disable URL in the signature

Post by stevemaury »

Run this SQL (Executing SQL Queries in phpMyAdmin KB):

Code: Select all

UPDATE phpbb_users SET user_sig = '' WHERE user_type <> 2;
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
docco
Registered User
Posts: 281
Joined: Sun Mar 04, 2012 3:28 am

Re: disable URL in the signature

Post by docco »

Thanks stevemaury,
Can you help me more about the link in the post to prevent spam.
1. Only users in the group can post link in the post.
2. Otherwise, the post with link should be checked by Admin before dispalyed.
Thanks
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: disable URL in the signature

Post by Oyabun1 »

1. You would need a MOD for that, there is no separate permission for links in posts.

2. Requiring post approval is the default setting for the Newly registered users group. You set the number of posts that require approval, the default is 3, and after that they move out of the Newly registered group and will no longer require approval.
ACP > General tab > User registration settings > New member post limit

Note: The number set is not retroactive. The limit is whatever applied at the time the member joined. So, dor example, if it is currently 3 and you change it to 10, that will not apply to members who have already joined only to those that join after the change is made.
                      Support Request Template
3.0.x: Knowledge Base Styles Support MOD Requests
3.1.x: Knowledge BaseStyles SupportExtension Requests
BoMcD
I've Been Banned!
Posts: 21
Joined: Tue Jul 17, 2012 4:28 am

Re: disable URL in the signature

Post by BoMcD »

Oyabun1 wrote:1. You would need a MOD for that, there is no separate permission for links in posts.
Hi docco,

The MOD, for allowing users to post URL Links in Posts can be found here: phpBB • Authorized for URLs - Contribution Details
docco
Registered User
Posts: 281
Joined: Sun Mar 04, 2012 3:28 am

Re: disable URL in the signature

Post by docco »

Thanks you!
One more question is that how can I set the forum to delete automatically members who do not access the forum for a period.
Any tool to list these users?
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: disable URL in the signature

Post by Oyabun1 »

See the documentation, 3.5.7.5. Prune users.
                      Support Request Template
3.0.x: Knowledge Base Styles Support MOD Requests
3.1.x: Knowledge BaseStyles SupportExtension Requests

Return to “[3.0.x] Support Forum”