It is in the wrong spot consistent in where Xenforo places it in category view, here here as an example:
https://xenforo.com/community/forums/bugs/
So if one wanted to keep the button as how it would be placed on the stock Xenforo skin then it would be placed in Thread View similar to Category...
Thank you, just did that and it worked
It's a nice addon but technically the button is in the wrong spot, with my code it is properly placed.
Look at Xenforo here for proper placement
Notice below the New Thread button is in line with the title
I got it done with a final template edit, figured it out by myself in case someone needs it...
In THREAD_VIEW find...
<xf:if is="!$thread.isSearchEngineIndexable()">
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>
</xf:if>
Underneath place...
I know I can do a template edit but is there an addon I am missing to add a New Thread Button in Thread View?
I find myself reading a thread thinking, I have a great idea for a new thread and then I have to click back to forums or the main index.
I'm always encouraging members to create new...
<xf:button href="{{ $xf.options.forumsDefaultPage == 'new_posts' ? link('forums/new-posts') : link('whats-new/posts') }}" icon="bolt">
{{ phrase('new_posts') }}
</xf:button>
The icon="bolt"
I made a second button and pretty well duplicated the code above and edited the...
Is there any way to get the User Banners to appear beside the user names on the different member lists.
So if you had a VIP banner it would display next to the user name on all the different member lists like most posts, most resources etc.