Recent content by cjwinternet

  1. C

    XF 2.3 Replacing node icons via css

    I know that, jeez 🤷‍♂️ I want there to be an option for it though, shouldn't be messing around with this BS
  2. C

    XF 2.3 Replacing node icons via css

    Why even with CSS? It should be selectable in the node config.
  3. C

    XF 2.3 Using SVG Node Icons...

    We use a different node icon per node. This is set is Extra.less in XF2.2. I've noticed that XF2.3 ships with 7870 Font Awesome SVGs. \xenforo_2.3.0-Beta-6-Unstable_28DaysLater_2388B35DCE_upgrade\upload\styles\fa\regular alone has 1853 SVG files. I simply want to be able to select one of...
  4. C

    XF 2.3 Replacing node icons via css

    Why are we even doing this? 2.3 ships with 7870 Font Awesome SVGs. \xenforo_2.3.0-Beta-6-Unstable_28DaysLater_2388B35DCE_upgrade\upload\styles\fa\regular alone has 1853 SVG files. I simply want to be able to select one of these per node.
  5. C

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    Just to confirm, we don't get this issue with Beta 6. Thank you.
  6. C

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    Why's it trying to send emails when email functions are turned off in config.php?
  7. C

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    It's not being used on a working forum. But the forum it is installed on isn't working. Hopefully resolved now though eh?
  8. C

    Best way to install 2.3 on existing forum...

    Yes, but we're trying the beta out on a test server
  9. C

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    So, we tried again, disabled all plugins before the upgrade this time. The result was the same. Complete failure as far as a working forum is concerned.
  10. C

    XF 2.3 Replacing node icons via css

    Kind of works, but the icons aren't aligned or sized correctly....
  11. C

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    Server error log TypeError: XF\Mail\Mailer::send(): Argument #1 ($email) must be of type Symfony\Component\Mime\Email, Symfony\Component\Mime\Message given, called in /home/days28cp/public_html/28dl-testing.co.uk/src/XF/Mail/Mail.php on line 581 src/XF/Mail/Mailer.php:287 Generated by: Unknown...
  12. C

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    Running our test site... email and email queue disabled in config (although the error still appears when enabled). All plugins are disabled. When submitting a new thread, this message appears... The post is actually submitted though. This doesn't happen on every node though, or in every...
  13. C

    XF 2.3 Replacing node icons via css

    Did you get this to work?
  14. C

    XF 2.3 Node icons

    We're currently using in 2.2 extra.less this type of code to change the node icons... .node.node--id115.node--forum.node--read .node-icon i:before { .m-faBase(); .m-faContent("\f164"); } .node.node--id115.node--forum.node--unread .node-icon i:before { .m-faBase()...
  15. C

    XF 2.3 Replacing node icons via css

    That adds an icon, but the original SVG is still there....
Top Bottom