Search found 2 matches

by ejayrus
15 Mar 2021, 21:32
Forum: General Discussion
Topic: Photos for user accounts
Replies: 5
Views: 6231

Re: Photos for user accounts

Ah right, I'm hoping writing a plugin will be quick.

I was hoping there would be a quick way to add custom "file type" field to user profile through admin panel but I can't seem to find it. So I will have to write the "user profile field" and the "file upload/save/retried" code from scratch? Any ...
by ejayrus
15 Mar 2021, 20:35
Forum: General Discussion
Topic: Photos for user accounts
Replies: 5
Views: 6231

Re: Photos for user accounts

Hi,
How do I upload avtars for user accounts? I have already made these changes to "config_defaults_inc.php"

Code: Select all

$g_show_avatar = ON;
$g_show_avatar_threshold = REPORTER;
thanks