Recent content by ForumX

  1. ForumX

    Is there an add-on to optimize followers?

    @Robert9 This idea is better than deletion.
  2. ForumX

    Lack of interest IN ACP have Log Out and Template Page Nav at top

    Good to see these changes. it's really helpful to quick logout rather than go to bottom.
  3. ForumX

    Is there an add-on to optimize followers?

    I think it''s doesn't exist. It's need custom addon.
  4. ForumX

    XF 2.1 Help regarding attachment

    Thanks for your reply, I make it possible for custom php code. I make a helper function and pass post message in it and return only message and remove bbcode and it's value.
  5. ForumX

    XF 2.1 Help regarding attachment

    Hi, I'm new to xenforo, I facing a issue while adding image attachment to the thread. I making thumbnail with thread attachment and thread first post message. When i fetched the all threads to the template. I display text like {$thread.FirstPost.message}. When i upload the image it's show the...
  6. ForumX

    XF 2.1 Library not loaded in login popup

    I use the same code in footer for login button. But i also want to use the same code for overlay. So when click on overlay button it also append <fast-button></fast-button> to footer as well which in result show the double buttons.
  7. ForumX

    XF 2.1 Library not loaded in login popup

    I using template modification for using login button on the footer of home page. So by clicking on login button your code is trigger which which in effect also add the same button in the footer of home page.
  8. ForumX

    XF 2.1 Library not loaded in login popup

    By using the above code, it showing the login button multiple time on the home page footer.I think it called the following code <fast-button></fast-button> multiple time which in result the show the multiple login button. If there any way to called for only popup box.?
  9. ForumX

    XF 2.1 Library not loaded in login popup

    Thanks for reply, I using the following code <fast-button></fast-button> <xf:js type="text/javascript"src="https://js.fast.co/button.js?key={$xf.fast_api_key}&icon=left"></xf:js> This button is custom login button for third party library. It's working fine without using in login popup. In popup...
  10. ForumX

    XF 2.1 Library not loaded in login popup

    Hello Guys, I'm using a login button which render through javascript library. It's working fine when i open link "index.php/login" but when i open by home screen login button it not shown in popup screen. I checked the console there is no error there. Further i checked the library not load in...
Back
Top Bottom