The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Disable Email Field On Posts

3 posters

Go down

In progress Disable Email Field On Posts

Post by Take Notes May 23rd 2016, 4:49 am

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?
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by SLGray May 23rd 2016, 8:19 pm

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.


Disable Email Field On Posts Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51555
Reputation : 3524
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Take Notes May 23rd 2016, 10:36 pm

The thing is is that there is no email field.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Ange Tuteur May 23rd 2016, 11:23 pm

That's a user preference.

Go to your Profile > Preferences > Allow members to contact me by e-mail : NO
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Take Notes May 23rd 2016, 11:26 pm

I know but is there a way to disable it for all users?
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Ange Tuteur May 23rd 2016, 11:49 pm

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';
});
Just place it in all the pages and it'll check if the field is enabled while logged in. After it performs the check it sets a cookie so it doesn't do it again.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Take Notes June 4th 2016, 6:02 am

Thanks! Smile

Doesn't seem to remove the extra space that replaces the image.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Ange Tuteur June 7th 2016, 3:15 pm

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. salut
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: Disable Email Field On Posts

Post by Take Notes June 8th 2016, 12:29 am

I think Rhino fixed it. Smile

I will look into it more soon.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum