Posts: 12 Offline
Age: N/A
Joined: 03/18/2018
Points: 44
It would be great to get the avatar variable available in post row.
Posts: 39878 Offline
Age: 29
Joined: 06/26/2006
Points: 37748
We will consider it -- but there are some technical reasons why the main profile is compartmentalized and variables like that aren't within the post row.
I do have an alternative suggestion though -- you can pass the avatar variable over with a little javascript.
<script>
var avatar = '<!-- |avatar| -->';
</script>
then, in post rows where you want it to appear:
<script>document.write(avatar);</script>
Posts: 12 Offline
Age: N/A
Joined: 03/18/2018
Points: 44
That didn't seem to work
John This post has been edited by snow and the 7 dogs: Mar 29 2018, 05:31 PM
Posts: 39878 Offline
Age: 29
Joined: 06/26/2006
Points: 37748
Make a new support thread about it and we'll take a look. It's important that the mini profile data comes before the document.write statement for it to work.