Hello
I want user dont have de options to change their:
Receive email as: HTML-Full HTML-Excerpt Plain Text-Full Plain Text-Excerpt
So what to do for this options dont show on User menu.
Hello
I want user dont have de options to change their:
Receive email as: HTML-Full HTML-Excerpt Plain Text-Full Plain Text-Excerpt
So what to do for this options dont show on User menu.
@ferreira2u,
You will have to make amendments to the code for that. It's in the user_menu() function in the subscribe2.php file.
Either that or use the built in 's2_capability' filter to deny your users access to that menu. See the FAQs for more on how to do that.
I change subscribe2.php file, delete lines 2505 to 2513 (echo lines)
That's it ?
This dont make a conflit on working script ?
@ferreira2u,
That should work but it will set everyone who updates to the plain text excerpt due to the way the code handles the returned input.
Either enter a hidden input with your preferred value or also edit the code at line 2423.
You must log in to post.