Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

User avatars not displaying (desktop site)

Options
  • 30-08-2023 12:50pm
    #1
    Registered Users Posts: 10,460 ✭✭✭✭


    For the last week or so, user avatars are not displaying in the majority of discussions on the desktop site. It doesn't appear to affect the mobile site (although I'm not a heavy user of it, so can't say for sure).

    This appears to be a discussion-specific issue: for the "working" discussions, the avatars will always be displayed correctly for all users on all pages. For "broken" ones, no avatars will be displayed for any users. Whether a discussion is broken or working is not affected by the category it's in or the user that started the discussion

    Unfortunately, the vast majority of discussions are in the broken state. It's almost certainly a back-end issue - the avatars aren't being included in the generated HTML at all.

    Broken discussion:

    <div class="userinfo-row">
        <div class="userinfo-username">
            <span class="offline"></span>
            <a href="https://www.boards.ie/profile/Niall145" title="View the profile page for Niall145" style="text-decoration: none;">
                <span class="boards-button-utils-as-text js-userCard js-userCardInitialized usertitle-28064212" data-dropdown="user728658-menu">Niall145</span>
            </a>
            <div class="user-tools dropdown-menu" id="user728658-menu" style="display: none;">
            </div>
        </div>
        <span class="MItem RoleTitle">Registered Users</span>
        <span class="MItem PostCount">Posts: <b>137</b></span>
    </div>
    

    Working discussion:

    <div class="userinfo-row">
        <div class="userinfo-username">
            <span class="offline"></span>
            <a href="https://www.boards.ie/profile/Niall145" title="View the profile page for Niall145" style="text-decoration: none;">
                <span class="boards-button-utils-as-text js-userCard js-userCardInitialized usertitle-28064212" data-dropdown="user728658-menu">Niall145</span>
            </a>
            <div class="user-tools dropdown-menu" id="user728658-menu" style="display: none;">
            </div>
        </div>
        <span class="MItem RoleTitle">Registered Users</span>
        <span class="MItem PostCount">Posts: <b>137</b></span>
        <a title="Niall145" href="https://www.boards.ie/profile/Niall145" aria-label="User: &quot;Niall145&quot;" data-userid="728658" class="ProfilePhotoLarge PhotoWrap js-userCard js-userCardInitialized" aria-controls="popupTrigger-0-content" aria-expanded="false" aria-haspopup="false" role="button"><img src="https://w8.vanillicon.com/v2/841de6882bb01b335b02fac59a938dfa.svg" alt="Niall145" class="ProfilePhoto ProfilePhotoMedium" data-fallback="avatar" loading="lazy"></a>
    </div>
    

    Note the second-last line (<a title="Niall145"...) in the working version is not present in the broken version.

    @Boards.ie: Mike, can you raise this with Vanilla?

    Boardsie Enhancement Suite - a browser extension to make using Boards on desktop a better experience (includes full-width display, keyboard shortcuts, and dark mode). Now available through the extension stores

    Firefox: https://addons.mozilla.org/addon/boardsie-enhancement-suite/

    Chrome/Edge/Opera: https://chromewebstore.google.com/detail/boardsie-enhancement-suit/bbgnmnfagihoohjkofdnofcfmkpdmmce



Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.

Advertisement