Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Hi Pedro
How can we edit or delete signatures from other members? I do not want to block them, just remove the signature regards
“El software libre construye una sociedad mejor“
"Free software builds a better society" — Richard Stallman |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
سلام در تاریخ Mar 27, 2014 10:09 PM، "juanete [via Nabble Support]" <[hidden email]> نوشت:
Hi Pedro |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In reply to this post by juanete
I see your signature on this post appears in the HTML as:
<div class="signature weak-color"> “El software libre construye una sociedad mejor“ <br/>"Free software builds a better society" <br/>— Richard Stallman </div>That shows that signatures are contained in a <div> of class "signature" and suggests it will be easy to add CSS to stop all signatures from appearing. If you want to retain your own signature that would require some editing of the NAML code that only allows signatures of those in the Administrator group. (I don't have the skills to tell how to do that.)
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In reply to this post by juanete
Let's take a css approach. Please edit your macro:
<override_macro name="message_with_signature" requires="node"> <n.node_message_as_html /> <n.if.both condition1="[n.owner.has_signature/]" condition2="[n.owner.is_active/]"> <then> <div class="signature weak-color signature-[n.owner.user_email/]"> <n.owner.signature_as_html/> </div> </then> </n.if.both> </override_macro>In this way, every signature's html div will have a class named signature-user_email. Finally, add the css rule in your css code which shows off the signature for the specific user. Example: div.signature-pedroabg@gmail.com { display:none; }It will hide my signature.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
Ok Pedro, thanks
That's what I wanted Regards
“El software libre construye una sociedad mejor“
"Free software builds a better society" — Richard Stallman |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
In reply to this post by Pedro
Hi Pedro
I tried it and it does not work Regards
“El software libre construye una sociedad mejor“
"Free software builds a better society" — Richard Stallman |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
I think the point where email can cause problems
regards
“El software libre construye una sociedad mejor“
"Free software builds a better society" — Richard Stallman |
Free forum by Nabble | Edit this page |