Option to disable signatures in the gallery but not in the forum.

RobynLJ

Active member
On my wish list . . . . .

I would love to be able to keep the signatures in the forum posts, but disable them in the gallery comments section.
 
Upvote 2
In the meantime, add this to the extra.less template:
Less:
[data-template*="xfmg_media"]
{
    .message-signature
    {
        display: none;
    }
}
 
Top Bottom