Recent content by Nousia

  1. N

    Add-on Releasing a Open Source Forum App for xenForo

    I'd be interested in participating in the final testing if this is still available.
  2. N

    XF 2.3 Annoying black triangle

    Yes, it is. You may need to add !important to the end of the code if it doesn't display. node + .node { border-top: 1px solid #000 !important; }
  3. N

    XF 2.3 Annoying black triangle

    In the extra.less template put .node + .node { border-top: 1px solid #000; } Change #000 to whatever colour you want.
  4. N

    XF 2.3 This is a tiny bit embarrassing...

    If you are still looking, try searching your templates. Add p-title-value to the template contains criteria. It will list any templates and you can see if any have been amended. It may be you have edited the PAGE_CONTAINER template and replaced <h1 class="p-title-value">{$h1}</h1> with <h1...
  5. N

    XF 2.3 This is a tiny bit embarrassing...

    Are you using this addon https://xenforo.com/community/resources/home-page-title.7819/
  6. N

    XF 2.3 This is a tiny bit embarrassing...

    Setup > Options > Basic Options > Board Title
  7. N

    XF 2.3 Threaded Discussions (non-linear)

    I used an addon by Truonglv called Post Reply, which works with XF2.3 but it had some design flaws and post ordering issues that he never addressed, so I eventually uninstalled it. https://nobita.me/resources/post-reply.57/
  8. N

    XF 2.3 What is the display condition to only display a widget in specific forum nodes?

    in_array($xf.reply.containerKey, ['node-60','node-2780'])
  9. N

    XF 2.3 What is the display condition to only display a widget in specific forum nodes?

    $xf.reply.containerKey == 'node-60' OR $xf.reply.containerKey == 'node-2780'
  10. N

    Cafe Saxophone

    Displays as it should for me on Firefox, Chrome, Brave, Safari, and Edge on Windows 11.
  11. N

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I don't have any concerns about XF future. I'm not sure why some people are making such a song and dance or drama about it - maybe they are the problem, not the developers or the software. Maybe people choose XF in the first place because it is a sound product. Maybe people choose XF because...
Back
Top Bottom