Custom Thread Fields - Message Attribution Main Area

Foxtrek_64

Active member
Hi all,

Hopefully a fairly simple request. When working with custom thread fields, I'd like to select the message-attribution-main area to display the custom field. In Articles, this is the area where the timestamp is displayed.

This control is already a list (as far as the HMTL is concerned), so adding a custom area for this should in theory not be very difficult.

Screenshot is author contribution for an article. The first line is the message-attribution-main area as stated in this suggestion. The second line is the "above message" position that is currently supported.

HTML for the section:
HTML:
<header class="message-attribution message-attribution--split">
    <ul class="message-attribution-main listInline listInline--bullet">
        <li class="u-concealed">
            <a href="/threads/balaria-definitions.37/post-44" rel="nofollow">
                <time class="u-dt" dir="auto" datetime="2024-06-24T15:36:20-0500" data-time="1719261380" data-date-string="June 24, 2024" data-time-string="15:36" title="June 24, 2024 at 15:36">27 minutes ago</time>
            </a>
        </li>

        <li class="u-concealed">
            Written By: Foxtrek_64
        </li>
    </ul>
    <!-- Content omitted for brevity -->
</header>
 
Last edited:
Upvote 0
It's not letting me post the screenshot from my clipboard (removes the embed when posting) so you'll have to take my word for it.
 
Back
Top Bottom