Plugin for signatures?

Our users are clamoring for signatures. It’s the one thing that has become the most consistent issue brought up so far. We cannot just ignore our audience, so I wanted to see what could be done.

While I understand the drawback of them, if there were an option that they were off by default, and users had the option to turn them on, I don’t see what the harm could be.

I hope that this is taken into consideration.

1 « J'aime »

You are going to want to go into more detail than that.

One point of confusion:
So users can turn whether they see them on or off? Or they can enable/disable their own signature?

Also, if you can mockup screenshots of where you think these settings should exist, how the signature should be shown on a post, how the signature gets entered, etc. That would go a long way.

2 « J'aime »

Will migrate to Discourse soon, I am curious to find out how much they will miss them :wink:

1 « J'aime »

Thanks. Will try to draft something more visual.

User Signature (in preferences)

Show user signatures at the bottom of messages

User signature (image) *Similar to the selection for User Card Background
Signature images will be shown below all messages, a max width of Xpx and max height of 200px

User signature (text)
[ ]

You need

  • a text area on user profile that accepts and compiles the same markdown of posts so image is free
  • a site wide option to enable this text area and signatures in general
  • a per user option on profile to see signatures below posts
  • a before save signature rules validation, like max lines, image size, no gifs etc (customized by admin?)

I don’t think this should be on core, but a somewhat complex plugin.

3 « J'aime »

Ceci est un sujet de notre communauté présentant les signatures créées par un autre utilisateur pour de nombreux membres.
http://www.helloforos.com/t/varias-firmas-que-marta-nos-hizo/8625/31

En ce qui concerne l’apparence, je ne suis pas vraiment certain qu’il faille quelque chose de spécial. L’idée est simplement que, pour les utilisateurs dont les signatures sont activement affichées, cela ressemble à un message posté par un utilisateur en bas de leur sujet.

Il faut garder à l’esprit qu’il s’agit souvent de GIF animés, nous ne voudrions donc pas que le système les importe automatiquement en PNG et les redimensionne.


Yeah, I’ve edited the post, the validation should probably be customized by admin.

OTOH, that will be complex as hell.

1 « J'aime »

Thx @falco for typing the requirements. I’m going to make some adjustments..

Priority 1
an image upload (or URL field) to place a single image (.png, .jpg or .gif). Max file size and dimensions to be checked.
a site wide option to enable this text area and signatures in general
a per user option on profile to see signatures below posts.

Priority 2
a text area on user profile that accepts and compiles the same markdown of posts. Max characters and no images allowed.

This may seem like a low important feature, BUT, the alternative is that users manually place these animated GIFs in the body of their messages, meaning that more users have to see these images that actually don’t want to. They start embedding links to external images that get placed in our messages.

By creating this feature, we end up keeping our message content much cleaner and creating a distinction between message and signature.


“We are the essence of what we DO! The part we each play in the cosmos. Doing good deeds for others is leaving our signature on the world.” ― Angie Karan

1 « J'aime »

That would be waaaaaaaaaay better handled on signature save. Think of the data-caped users! They may want signatures while @ home and let the option turned on, but when on mobile I have lost my datacap to a single page filled with gifs.

You can either find a size that is good enough for both (200kb maybe?) or remove all on mobile version.

Je ne savais tout simplement pas à quel point il était facile de redimensionner les GIF animés. Nous pourrions demander aux utilisateurs de respecter la limite de taille de fichier.

Je pense que les utilisateurs comprendraient si nous rendions cette option disponible uniquement sur ordinateur de bureau. Ou alors, nous pourrions la rendre double…
Afficher les signatures des utilisateurs
Ordinateur de bureau
Mobile


1 « J'aime »

Again, I want to remind people when looking at this feature not to just think about the users who are asking for it, but the users who don’t want to be forced to see it by users placing signatures manually in their posts.


“We are the essence of what we DO! The part we each play in the cosmos. Doing good deeds for others is leaving our signature on the world.” ― Angie Karan

3 « J'aime »

We had a number of users ask for these until we pointed out the User Cards.

Signatures are pretty disruptive to the overall process of reading and participating in forums, so I was really glad that profile cards sufficed for our group.

As @sam once put it:

Plugin seems like the right place for this, I would be quite disheartened if core development time was spent on something like Signatures.

6 « J'aime »

Y a-t-il un endroit où trouver des développeurs capables de créer des plugins Discourse ? :grinning_face_with_smiling_eyes:


@sam. I respect your thoughts on this. I just want you to keep in mind that our audience is very passionate about this. Meaning they will insert their signatures (animated GIFs) manually in the meantime. So, by not putting the signature in a separate field where it can be handled properly, we are forcing the rest of our community to see them.


“We are the essence of what we DO! The part we each play in the cosmos. Doing good deeds for others is leaving our signature on the world.” ― Angie Karan

1 « J'aime »

This would be a very cool plugin to make, but I not 100% I can handle it alone. :pokerface:

@eviltrout we have a outlet inside the post that we can use to achieve signatures?

1 « J'aime »

Sure, I can add that. Where would you want it to be?

2 « J'aime »

Other than the one that’s already in post.hbs?

</article>

{{post-gap post=this postStream=controller.model.postStream before="false"}}
{{plugin-outlet "post-bottom"}}
2 « J'aime »

I agree. I think signatures are old-fashioned, just create clutter and don’t contribute to a conversation in any way. If someone says something interesting, I’ll view their card or click through to their profile to find out more about them.

I’m glad Discourse doesn’t have signatures.

6 « J'aime »

@holden, si les utilisateurs commençaient à coller manuellement leurs signatures dans leurs messages, ne voudriez-vous pas pouvoir les désactiver ? En l’absence de champ de signature, les membres de notre communauté ont tendance à les coller directement dans le corps de leurs messages. Ma suggestion est de rendre l’affichage des signatures optionnel pour chaque utilisateur (désactivé par défaut).


0lspixj3k90
« Nous sommes l’essence de ce que nous FAISONS ! La part que chacun joue dans le cosmos. Faire le bien pour les autres, c’est laisser notre signature sur le monde. » ― Angie Karan

1 « J'aime »

I think the one we have right now is good to show ads but for sigs it’s kinda strange for then to be after the post controls.

What about after the .cooked and before the .post-menu-area ?