XenForo Show thread starter profile at top?

Compatible XF Versions
2.2

XFBOT

Supervisor
  • Thread starter
  • Moderator
  • #1
I'd like to have an article forum on my site,
but I don't like that the thread starter profile is at the bottom of it.
Does anyone know if I can change that, so it may be at the top / above the article?!
 

XFBOT

Supervisor
  • Thread starter
  • Moderator
  • #2
Open post_article_macros template.
FIND and CUT (line 97):

HTML:
        <xf:if is="!$isListItem">
            <aside class="message-articleUserInfo">
                <div class="message-cell">
                    <xf:macro name="author_info" arg-user="{$post.User}" arg-fallbackName="{$post.username}" />
                </div>
            </aside>
        </xf:if>

In the same template FIND and PASTE ABOVE (line 25):

HTML:
<span class="u-anchorTarget" id="post-{$post.post_id}"></span>
 
  • Tags
    show thread starter profile at top? xenforo show thread starter profile at top? نمایش پروفایل در بالا
  • Back
    Top Bottom