Recent content by Newsman

  1. N

    XF 2.3 Use an action from a different controller and receive data

    Hey there! I'm working on a controller right now and inside one of the functions I want to send params to an action of a different controller (for example "actionFind") and receive the data in the first controller - how can I make this work? (I do not want to copy an entire function over from...
  2. N

    XF 2.3 Trending content

    If we don't want to use the widget but still need trending threads for a single forum for example.. are there any new finder methods or anything we can look at now? Just curious if we can use the trending threads functionality outside of the widget And yeah, this is an amazing addition that...
  3. N

    Duplicate Merge tool for outdated templates still broken?

    Whenever I try to manually merge an outdated template and select to keep my custom changes, the "Merge" button stays disabled (even if all conflicts have been manually resolved)
  4. N

    XF 2.3 JS: Best way to change animations for Inserter?

    Hey there! The JS function Inserter uses slide up/down animations when removing old content + loading new content What would be the best and quickest way to replace both of them? Overwriting the show/hide methods of the inserter? Cheers!
  5. N

    XF 2.3 FA Icons do not load or are not displayed properly.

    Well I'll be damned! This pretty much solves it: I've used icons from the current default FA website (which is FA6) and because a lot of icons still worked with the old approach using the <i>-tags, I thought everything was fine. I'm now switching over to 5 (and using this search for anybody...
  6. N

    XF 2.3 FA Icons do not load or are not displayed properly.

    Hey y'all, I have a template where each icon is basically a macro, for instance: <xf:macro name="paper"> <xf:fa icon="fa-solid fa-newspaper" /> </xf:macro> Now, in the case of this icon, when I changed "fa-solid" to "fas", the icon loads - but for some reason it's less of a square like...
  7. N

    Fixed Font Awesome icons not showing

    It says cache rebuilding has been successful but nothing has changed.. 🫠 Since my usage of icons might be weird, I just put a <xf:fa>-tag with icon on a random template (forum_view) to see if it would work/load and I rebuilt the cache for icon usage again but nothing is changing (fwiw, I'm on...
  8. N

    Fixed Font Awesome icons not showing

    Just updated to Beta 2 vial the admin panel and nothing has changed. I assume this will trigger at some point automatically?
  9. N

    XF 2.3 What's new for developers in XenForo 2.3?

    This is what I've been looking for - but it doesn't seem to work for me (unless I put it in a setTimeout wrapper) which is probably due to my code. Either way, thanks for the quick and detailed explanation!!
  10. N

    XF 2.3 What's new for developers in XenForo 2.3?

    So I'm a bit confused: XF.proxy doesn't need an event - yet the suggested replacement is XF.on which requires an event like 'click' etc. I have to be missing something; how can I proxy a function without having to mention any events?
  11. N

    Fixed Font Awesome icons not showing

    Welp lol, now that I have taken care of my templates, the icons are gone (likely due to the removal of that FontAwesome JS file iirc) The way I use icons is to save them as macros in a template so that I can change them all the time without a major hassle. I saw this error pop up on one of my...
  12. N

    Fixed Disappearing elements inside tabs

    You probably know the tabs, often appearing like this in code <ul class="tabPanes"> <li data-href="{{ link('...') }}" role="tabpanel" aria-labelledby="details"> <div class="blockMessage">{{ phrase('loading...') }}</div> </li> </ul> Now here's a new weird behaviour: let's say...
  13. N

    Fixed Merge template changes buttons

    This sucks and should be fixed with a hotfix honestly - I got like 30 templates to take care of manually just because of this.. :(
  14. N

    Fixed Merge template changes buttons

    Sooo what is a good way to handle outdated templates without the merge tool for now? Just do it manually by copying stuff over etc? Cheers!
  15. N

    Fixed Font Awesome icons not showing

    My icons are visible.. but I get this message
Top Bottom