Great module. Hey I can hide the text format selection for comments.
Can you add a check box to hide it for user signatures as well?

CommentFileSizeAuthor
#4 hide_format_from_user_signature-2333691-4.patch990 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Status: Active » Closed (fixed)
Related issues: +#1999690: Hide text format selection for user and profile2 fields

This is already possible using the dev version as I added the ability to hide the text format selection for User fields here: #1999690: Hide text format selection for user and profile2 fields

I'll create a new release with these changes so it's more obvious for others.

webservant316’s picture

I am using 7.x-3.3 and the feature of hiding the signature text format is still not working.

So using this css instead for now...

#edit-signature-format {
    display: none !important;
}
webservant316’s picture

Category: Support request » Bug report
Status: Closed (fixed) » Active
Anonymous’s picture

Version: 7.x-3.1 » 7.x-3.x-dev
Status: Active » Needs review
StatusFileSize
new990 bytes

Apologies, not sure how I missed this (unless it used to work but a recent change mucked it up...).
In any case, this patch should fix it. Give it a try.

webservant316’s picture

that did not work.

Anonymous’s picture

In my testing, I was able to see the problem of the user signature text format not disappearing, then wrote and applied this patch and it disappeared as expected. Could you please confirm you applied the patch (without errors) to the dev or git version of Simplify? If so, could you please provide more information as to your setup so I can try to replicate what you're seeing?

webservant316’s picture

Yes - will do. One difference is that I manually applied the patch to 7.x-3.3. Perhaps that is why it didn't work.

webservant316’s picture

Ok patch #4 does work. Thanks!

I was mistakenly testing as user #1 who can see the text format selections unless they are also restricted by the simplify 'Hide fields from User 1' flag.

However, with the 'Users - These fields will be hidden from all user account forms. Hide Text format selection' flag checked the text format selection is hidden from all users except user #1.

Thanks again.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Thanks.

edaa’s picture

Thanks, #4 works!

  • BWPanda committed 9542a44 on 7.x-3.x
    Issue #2333691 by BWPanda: Added ability to hide text format selection...
Anonymous’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.