Disable Email Field On Posts
3 posters
Page 1 of 1
Disable Email Field On Posts
Can anyone please help me with this? I see that the support managed to do this.
Deleting the image leaves a gap, I can't seem to figure out how to not show it and not have the gap, is modifying a template involved?
Deleting the image leaves a gap, I can't seem to figure out how to not show it and not have the gap, is modifying a template involved?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable Email Field On Posts
AD > Users & Groups > Users > Profiles
Contact Tab
Modify the email field.
Then change the order where the field is either the first one or last one on the order.
Contact Tab
Modify the email field.
Then change the order where the field is either the first one or last one on the order.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Disable Email Field On Posts
The thing is is that there is no email field.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable Email Field On Posts
That's a user preference.
Go to your Profile > Preferences > Allow members to contact me by e-mail : NO
Go to your Profile > Preferences > Allow members to contact me by e-mail : NO
Re: Disable Email Field On Posts
I know but is there a way to disable it for all users?
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable Email Field On Posts
Well, you could force it off on all members with the following script :
- Code:
!my_getcookie('fa_email_checked') && $(function() {
if (_userdata.session_logged_in) {
$.get('/profile?mode=editprofile&page_profil=preferences', function(d) {
var form = $('#ucp', d);
if (form[0] && !form[0].viewemail[1].checked) {
$.post('/profile', form.serialize().replace(/viewemail=2/, 'viewemail=0') + '&submit=1', function() {
my_setcookie('fa_email_checked', '1', true);
});
} else {
my_setcookie('fa_email_checked', '1', true);
}
});
}
'par ange tuteur';
});
Re: Disable Email Field On Posts
Thanks!
Doesn't seem to remove the extra space that replaces the image.
Doesn't seem to remove the extra space that replaces the image.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Disable Email Field On Posts
Hmm..? That's weird.. are you sure there's nothing else there, maybe whitespace from an image ? If you could show me a topic on your forum that'd help greatly.
Re: Disable Email Field On Posts
I think Rhino fixed it.
I will look into it more soon.
I will look into it more soon.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Similar topics
» The member's (poster's) info field goes under (after) the posts
» How do I disable CAPTCHA for guest posts using PHPBB2 ?
» Email notification if any new topics or posts are created
» Guest Posts (name field and Captcha)
» How to disable mobile view of forum and how to truncate posts into pages?
» How do I disable CAPTCHA for guest posts using PHPBB2 ?
» Email notification if any new topics or posts are created
» Guest Posts (name field and Captcha)
» How to disable mobile view of forum and how to truncate posts into pages?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum