Recent content by MapleOne

  1. MapleOne

    Addon for New Thread Button?

    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...
  2. MapleOne

    Addon for New Thread Button?

    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
  3. MapleOne

    Addon for New Thread Button?

    Fixed, thank you, missed that on the screen shot
  4. MapleOne

    Addon for New Thread Button?

    Got a no permission to download, did not see a price or anything
  5. MapleOne

    Addon for New Thread Button?

    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...
  6. MapleOne

    Login as User (LAU2)

    Yes, I have it running on 2.3.7
  7. MapleOne

    Addon for New Thread Button?

    Maybe @AndyB or someone could make an addon for it?
  8. MapleOne

    Addon for New Thread Button?

    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...
  9. MapleOne

    XF 2.2 How do I add my own custom buttons next to "what's new" and "post thread"?

    <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...
  10. MapleOne

    XF 2.3 User Banner to profile

    Thank you, that looks excellent (y)
  11. MapleOne

    XF 2.3 User Banner to profile

    Haha not the inspection part, I'll look at the template mod and see what I can do
  12. MapleOne

    XF 2.3 User Banner to profile

    Looking at this again it would probably appear on the second line either would do
  13. MapleOne

    XF 2.3 User Banner to profile

    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.
  14. MapleOne

    XF 2.3 Route Filter CASE question

    There is no access on cloud to do that kind of stuff
Back
Top Bottom