XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Remove the three dots after sending the topic... - Styling and customization questions
Read more about this resource...
Remove the three dots after sending the topic... - Styling and customization questions
![]()
Remove them from theforum_overview
template
HTML:<xf:if is="$xf.visitor.canCreateThread() OR $xf.visitor.canCreateThreadPreReg()"> <xf:button href="{{ link('forums/create-thread') }}" class="button--cta" icon="write" overlay="true" rel="nofollow"> {{ phrase('post_thread...') }} </xf:button> </xf:if>
{{ phrase('post_thread...') }}
to{{...
Read more about this resource...