Need to remove Author E-mail address (required), how to do that?

Posted in: Newsmag
Post count: 11

Hi

I need to remove or make not required the field of Author or User Email address because I post for other authors and some dont have email address, how do I solve this issue, I am loosing time.
Need time asap
Best

Post count: 6535

Hi

To remove the unwanted fields you need to edit comments.php file ant delete this code: http://screencast.com/t/73TtR7cZ I’ve marked the code which generate both author and email fields.

Hope this helps.
Thanks!

Post count: 11

Hi Andre

I need author email address but not to be required.

It means it should not be REQUIRED

Best

Post count: 6535

Hi

Try to untick this option from Settings > Discussions: http://screencast.com/t/jqHczNzbPgK
Thanks!

Post count: 11
Post count: 6535

HI

Add this line of code in td_module_single_base.php here: http://screencast.com/t/MSMrHn1N3Khttp://screencast.com/t/A3qRM3DqcBQf

$buffy .= td_social_icons::get_icon($authorMeta, 'mail-1', true);

Thanks!

Post count: 11

Hi Andre

Does this code makes Email (not required) ?

$buffy .= td_social_icons::get_icon($authorMeta, ‘mail-1’, true);

Best

Post count: 23312

Hello ardian,

Unfortunately, this is not a simple task to do that and the theme does not have a simple option for this, sorry! You should make some additional customization through the WordPress core in order to achieve as you wish because this task is WordPress related and not theme related. You should try finding some online solution in this regard because we cannot provide custom work at the moment, sorry! Try to read the following links and try to implement it yourself -> http://wordpress.stackexchange.com/questions/199274/disable-user-registration-password-email -> http://wordpress.stackexchange.com/questions/22754/user-without-email

Thanks for your understanding!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.