Recent content by Dan Hawkins

  1. Dan Hawkins

    Node Title Length

    Did you find anything of similar sort?
  2. Dan Hawkins

    XF2 [8WR] Discord Integration [Paid]

    Is there a way to not use WidgetBot? The API is so unreliable. Half the time it's down and my users can't connect to Discord. Is there a way to just have a link to Discord? Actually looks like it's dashflo.net
  3. Dan Hawkins

    XF 2.1 Check to see if thread creator has usergroup

    Hey @Russ I'm actually putting this in "thread_view". I don't want to check whoever is viewing the button. I want to check if the thread creator is set to usergroup X. I already have a bunch of checks for staff to show the button, but I want to only display the button, if the usergroup of the...
  4. Dan Hawkins

    XF 2.1 Check to see if thread creator has usergroup

    I tried this without result: <xf:if is="{{ $xf.thread.User.isMemberOf(5) }}"> <div> THIS IS A TEST</div> </xf:if>
  5. Dan Hawkins

    XF 2.1 Check to see if thread creator has usergroup

    Hey all, I've got a button which when pressed changes the thread posters usergroup. What I would like to do, is when the usergroup has been changed - hide the button. Is there something I can add which checks the thread creator's usergroup? Something like if tread creator usergroup = !1 show...
  6. Dan Hawkins

    Conditional Statements for XenForo 2

    Is there a way to hide a button I've made if the person who created the thread (I don't mean person viewing the thread, the person who created the thread), is already part of usergroup X?
  7. Dan Hawkins

    XF2 [8WR] Discord Integration [Paid]

    So there is no way to have a straight link from a page anymore? You have to use widgetbot?
  8. Dan Hawkins

    XF2 [8WR] Discord Integration [Paid]

    Did this ever get responded too? It's currently happening to me atm and my members are complaining. I was trying to customise the page to look nicer.... I've tried reverting everything and still no dice. Help! @Jaxel
  9. Dan Hawkins

    Adding Social Icons To User Banner / Member Card

    Yes, you can use a tooltip :)
  10. Dan Hawkins

    🔥 [Foro.agency] Replace smilies by HD Emojis 👍 [Deleted]

    Nope - added that and it's still happening: XF\Db\Exception: MySQL query error [1366]: Incorrect string value: '\xF0\x9F\x98\x8D \xF0...' for column 'title' at row 1 in src/XF/Db/AbstractStatement.phpat line 212 XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line...
  11. Dan Hawkins

    🔥 [Foro.agency] Replace smilies by HD Emojis 👍 [Deleted]

    I hit an SQL error everytime I try and install this addon: XF\Db\Exception: MySQL query error [1366]: Incorrect string value: '\xF0\x9F\x98\x8D \xF0...' for column 'title' at row 1 in src/XF/Db/AbstractStatement.phpat line 212 XF\Db\AbstractStatement->getException() in...
  12. Dan Hawkins

    XenWord Pro 2018 [Deleted]

    No comment.
  13. Dan Hawkins

    XenWord Pro 2018 [Deleted]

    When I set the absolute path, then save - nothing happens. I refresh and I'm greeted with this: Nothing.... I set the path exactly as it is for Xenforo: /home/mydomain/public_html/community Yet nothing - what am I doing wrong? I can't get into WordPress at all, unless I delete the addon...
  14. Dan Hawkins

    User Mentions Improvements by Xon

    AMAZING!!! :D :D
  15. Dan Hawkins

    [TH] Reactions [Deleted]

    FYI in ThemeHouse/Reactions/XF/Str/Formatter.php: class Formatter extends \XF\Str\Formatter It should be: class Formatter extends XFCP_Formatter
Top Bottom