Was sind bewährte Praktiken zur Förderung / Durchsetzung von Profilbildern?

Hi! We think profile pics are very important for our forum to have the community feel we’re shooting for.

What are best practices for encouraging profile pics?

One complication is that we need users to go through an approval process before entering Discourse, and I don’t know if that works alongside social log-ins (which we totally want to encourage.)

8 „Gefällt mir“

Can’t claim this is a best practice, but what we’ve done is:

  1. Create a pinned topic that covers the subject, explains the value of having updated profiles, and explains how to update the fields we care about.
  2. When I see someone post as a letter avatar, I sometimes direct message them with a link to that topic.

I held off on doing anything like #2 for a long time, but it’s proven to be far more effective than #1 alone.

13 „Gefällt mir“

I’ve been thinking about this too, especially for highly active/visible members. Getting them to have a nice avatar image would turn it into ‘leading by example’. I got stuck in finding an automated solution that would DM such users when they posted something. Instead, I think I’ll go with Dave’s solution for a while and see if a small effort can make me reach a tipping point here.

2 „Gefällt mir“

There’s already a reminder that pops up dynamically after you’ve replied a few times and are no longer TL0, and still carry a default avatar.

@tshenry can you test to verify that this is still working on try (remember to reset default TL to 0 before creating an account, as try is TL1 by default)?

7 „Gefällt mir“

I kicked off a new account on try at TL0. When I was naturally promoted to TL1, I received the following message which suggests to fill out the user’s profile:


Then as a TL1 user, I received the following notice when I opened the composer:


The full conditions for the notification can be found here:

https://github.com/discourse/discourse/blob/master/lib/composer_messages_finder.rb#L66-L90

12 „Gefällt mir“

I opened a PR for one area I thought could use improvement. Currently the “visiting your user profile” link in the education message points to the base user profile page. The profile picture setting is at least another click and some scrolling down for a new user, it seems like it might be better to take the user right to it.

https://github.com/discourse/discourse/pull/7240

9 „Gefällt mir“

Here’s a tactic that others can use.

I customized the welcome message to say the following:

Choose one of these popular first steps to take next.

You can also learn how to use our website features by starting an interactive tutorial or reading the new user guide.

Providing a direct link to the page where users can add a profile picture in the first message they received has helped. It’s a step that most people are familiar with given other social media platforms, so they were able to figure it out pretty easily.

25 „Gefällt mir“

Thanks this has been very useful to customizing the invite email templates, especially the general link for preferences and I was able to add one for Profile as we ask for a few custom fields.

And I really appreciate the link to launch the bot tour, it’s a great way to learn discourse by practicing.

4 „Gefällt mir“

Is it possible to require members to add some type of profile picture?

3 „Gefällt mir“

Hey Julie,
Nothing much has chanced since this topic was started – there are plenty of ways to encourage people to upload a custom avatar and there are a couple of different options to have default avatars but there is no out of the box solution for enforcing a custom avatar to be used – that would require a small plugin (not available on our Standard plan).

5 „Gefällt mir“

A way to do it without a plugin would be to use some external authentication database and have it require an avatar to create an account.

5 „Gefällt mir“

Generally what works for me is asking directly.
“Ehi man in our community we love to see our faces, I noticed that you’re writing a lot of interesting posts why not permit our people to see yours? I guarantee you that talking with a face is better than talking with aa letter in the alphabet.”

It worked 100% of the time

9 „Gefällt mir“

Wir starten bald unsere Discourse-Seite. Meine Benutzer sind an eine Listenverteilerplattform gewöhnt, und ich habe die E-Mail-Einstellungen so konfiguriert, dass sie per E-Mail antworten und neue Beiträge per E-Mail starten können.

Aber in Bezug auf Profilbilder verstehe ich nicht, warum Benutzer manchmal eine E-Mail erhalten, die das Profilbild des Absenders zusammen mit einem schön formatierten Link „Thema besuchen“ (wie eine Schaltfläche formatiert) anzeigt, aber manchmal kommt eine neue Nachricht auf eine weniger ansprechende Weise an – kein Profilbild und „Thema besuchen“ ist ein einfacher Hyperlink.

3 „Gefällt mir“

Ich glaube, das hat mit der Länge des Beitrags zu tun. Wenn es ein kurzer Beitrag ist, sieht er eher wie eine normale E-Mail aus.

2 „Gefällt mir“

Ich habe Tests mit verschiedenen Testkonten durchgeführt und sehe unterschiedliche Ergebnisse. Ich verstehe nicht, warum. Ich habe eine Testnachricht gesendet und mehrere Benutzer erhielten die Version, die ein Profilbild anzeigt, wie hier:\n\n

\n\nAber ich habe auch zwei Testkonten, die dieselbe Nachricht erhalten haben, aber kein Profilbild. Für sie sah es so aus:\n\n

2 „Gefällt mir“

Ich sage ihnen, dass wir Menschen sind und gerne sehen (oder erahnen), mit wem wir sprechen. Und ich schlage Fotos von echten Nutzern in meiner Community als Beispiel vor, falls Sie kein Foto von Ihrem Gesicht verwenden möchten. Teilfotos, mit Effekten oder Karikaturen… was auch immer, aber menschlich.

6 „Gefällt mir“

Wäre es möglich, dem Feld für das Benutzerprofilbild eine Einstellung hinzuzufügen, die es nur Mitarbeitern erlaubt, das Bild eines Benutzers zu ändern?

Oder gibt es zumindest eine Möglichkeit, das “Bild ändern”-Symbol auf der Benutzerkarte (selbst) auszublenden und es auf der öffentlichen Benutzerkarte für (.admin) oder (.staff) wieder zu aktivieren?

In jedem Fall wäre dies für große Gemeinschaften nicht sehr praktikabel, hauptsächlich für kleine.

Es sei denn, es kann eine Einstellung hinzugefügt werden, um Benutzerbildänderungen zur Genehmigung durch das Personal zu zwingen. Genehmigen/ablehnen-Option für Mitarbeiter verfügbar.

2 „Gefällt mir“

Am einfachsten ist es wahrscheinlich, die Option per CSS zu verstecken, wenn das das ist, was Sie brauchen.

3 „Gefällt mir“

Gute Idee, danke!

Beziehen Sie sich auf Anpassen > Text system_messages.usage_tips.text_body_template?

Vielen Dank auch, dass Sie mich auf die URL /my/preferences zu den persönlichen Einstellungen des Benutzers verwiesen haben, ohne zusätzlichen Code zur Ermittlung der spezifischen Benutzername-URL des Benutzers verwenden zu müssen.

3 „Gefällt mir“

Ich beziehe mich auf

Anpassen > Text
system_messages.welcome_user.text_body_template
system_messages.welcome_invite.text_body_template

Richtig? Es ist so hilfreich.

4 „Gefällt mir“