.Gif files as profile pics?

Does discourse support gifs? Is there anyway to have a GIF as a profile picture?

3 Likes

Yep, it’s supported. Go to your admin control panel -> Settings tab -> Files section, and then look for the “allow animated avatars” checkbox.

5 Likes

after doing that, do we need to ./launcher rebuild app ?

From the settings page:

WARNING: run the avatars:refresh rake task after changing this setting.

3 Likes

I dunno where and what to do about that, where do i type avatars:refresh rake ?

is it var/discourse/
or would it be
./launcher enter app ?

1 Like

I’m not really an expert either. I googled “discourse rake task” and got this discussion, in which @zogstrip says this is how to run a rake task:

# ssh into server
cd /var/discourse
./launcher enter app
rake uploads:migrate_to_new_pattern

I presume that you would simply change that last line to rake avatars:refresh.

8 Likes

Your presumptions are :+1:

6 Likes

Thanks everyone!!

Best,
AlexB

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.