No Avatar
Legion 19
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: No Avatar
Legion
OP
19
From: -
From: -
Your right that did fix it! Thanks
1 Re: No Avatar
Philipp Esselbach
From: -
Editor
0From: -
I just looked over your website. You are still using the old articles_summary_comment_avatar template.
Replacing {$insert['param_ct']}articles with {$insert['param_ct']}users should fix the problem.
Replacing {$insert['param_ct']}articles with {$insert['param_ct']}users should fix the problem.
1 Re: No Avatar
Legion
OP
19
From: -
From: -
That didn't seem to work. I tried a few times. I also re-uploaded the avatar and tried to see if it would display on some new posts, it didn't.
1 Re: No Avatar
Philipp Esselbach
From: -
Editor
0From: -
Upload the attached admindoedituserspreferences.php to the /cadmin/users directory.
Then select Users / Users Preferences => Automatically approve each new avatar => Yes and click done.
New uploaded avatars should show up immediately after this option is enabled
admindoedituserspreferences.zip
Then select Users / Users Preferences => Automatically approve each new avatar => Yes and click done.
New uploaded avatars should show up immediately after this option is enabled
admindoedituserspreferences.zip
1 Re: No Avatar
Legion
OP
19
From: -
From: -
I tried it didn't work. I can see it fine in the control panel, just does not display in the posts.
1 Re: No Avatar
Philipp Esselbach
From: -
Editor
0From: -
Found the problem . There is a typo in template articles_summary_comment_avatar. Replace it with this:
<!-- Template: articles_summary_comment_avatar -->
<img src="https://www.contentteller.com/contentteller{$insert['param_ext']}{$insert['param_ct']}users{$insert['param_action']}avatar{$insert['param_id']}{$insert['articlecomment_author_avatar']}" alt="" />
<br />
1 Re: No Avatar
Philipp Esselbach
From: -
Editor
0From: -
Have you the forum integration enabled? If not, this could be related to your previous GD library problem. Try re-uploading the avatars again.
I have enabled avatars in the preferences but for some reason cannot get them to work. I have approved the avatars but they fail to show up. I have also tried posting since enabling them but still they are not there.
Is there anything I need to add to get them working?