Solved: 3 Years, 10 Months, 3 Weeks ago avatar on latest threads
#1
Solved: 3 Years, 10 Months, 3 Weeks ago
Hello,
I am using Last poster avatar
https://community.mybb.com/mods.php?action=view&pid=74

Default avatars are not showing on latest threads
[Image: BRERTVb.png]
can someone help me with that?
Reply
#2
Solved: 3 Years, 10 Months, 3 Weeks ago
Hi,

the image file of the default avatar is missing:
https://anonshare.eu/images/iconsbyanonshare/anonshare5.png

Try to upload it to the right folder and check again.
Reply
#3
Solved: 3 Years, 10 Months, 3 Weeks ago
but where is the right folder?
Reply
#4
Solved: 3 Years, 10 Months, 3 Weeks ago
just a thought but that has nothing to do with a missing icon location in dir as the icon loads fine in your specific theme in the portal latest threads but is not displaying in the index page load for portal latest threads because it is looking for a diff call while index wants something like
<avatarep_uid_[{$lastpost_data['lastposteruid']}]> 
portal latest threads is using 
<avatarep_uid_[{$thread['lastposteruid']}]> 
so while your specific theme loads the portal latest threads into index via jquery
<script type="text/javascript">
	jQuery(function(){
	jQuery(".latestthreads_portal").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal"); 
	});
</script>
it causes this issue, not my area of expertise nor am I familar with the plugin beyond a few seconds reading the source but just noting this for you as perhaps that is a better starting point for people considering providing a solution for you.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)