User avatar not showing in forum sidebar (recent posts)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DFORMS
    Member
    • Mar 2011
    • 54
    • 4.1.x

    #16
    Bump, still can't resolve this bug...

    Comment

    • BirdOPrey5
      Senior Member
      • Jul 2008
      • 9613
      • 5.6.3

      #17
      In Admin CP -> Maintenance -> View PHP Info, find the setting for: upload_tmp_dir

      Comment

      • bastien
        New Member
        • May 2015
        • 23
        • 5.1.x

        #18
        I had the same problem and nothing worked ...

        No avatar displayed in sidebar, in what's new ...

        So I replaced in block_activitystream

        Code:
        <img src="{vb:raw item.userinfo.avatarurl}" alt="{vb:raw item.userinfo.username}" />
        with

        Code:
        <img src="image.php?u={vb:raw item.userinfo.userid}" alt="{vb:raw item.userinfo.username}" />
        It works great

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...