Recent content by Michael

  1. Michael

    XF 1.5 Conditional Help Needed

    I tried but it didnt appear to work, I used 19 like so: <xen:if is="{xen:helper ismemberof, $message, 18,19}"> but it doesnt seem to work for me.
  2. Michael

    XF 1.5 Conditional Help Needed

    Hi guys, I currently use this conditional: <xen:if is="{xen:helper ismemberof, $message, 19}"> If I wanted to include multiple usergroups in this conditional how would I format it? Thank you.
  3. Michael

    Tickets [Paid]

    Does this work for guests, can logged out people create tickets and receive support using this?
  4. Michael

    XF 1.4 New Profile Posts Links

    Thanks Brogan, do you happen to know of one that will prevent them?
  5. Michael

    XF 1.4 New Profile Posts Links

    I am wondering if theres a built in way to disable links within the new profile posts sidebar block, is this possible? Thank you.
  6. Michael

    [TAC] Bot Arrestor [Paid]

    Theyre the defaults, are the defaults too strict?
  7. Michael

    [TAC] Bot Arrestor [Paid]

    I have a member that is saying he got locked out, I cleared the locked out IPs for him to return later, open two threads in new tabs in Chrome and was locked out again. I have disabled this temporarily, any ideas on how I can prevent this happening?
  8. Michael

    XF 1.4 Hide Ads in X Forum?

    Thanks Brogan I tried again, it was cached and I was seeing zero changes, upon emptying the cache it works as intended :D
  9. Michael

    XF 1.4 Hide Ads in X Forum?

    Anyone know how I can convert <xen:if is="{$forum.node_id} != 44"> to an array so I can use multiple forum IDs?
  10. Michael

    XF 1.4 Hide Ads in X Forum?

    Thank you I tried but it didnt work for me I used: <xen:if is="!in_array({$forum.node_id}, array(44, 52))">
  11. Michael

    XF 1.4 Hide Ads in X Forum?

    Thank you so much Brogan, do you know how to make that work for multiple forums to hide ads in those too? It works perfectly now, I also moved the container code to the top of the page_container template.
  12. Michael

    XF 1.4 Hide Ads in X Forum?

    I have tried adding this to the top of the thread_view template in the <head>: <xen:container var="$forumId">{$forum.node_id}</xen:container> and then using the <xen:if is="!{$forum.node_id} == 44"> But it doesnt appear to have any effect and hides the content within all nodes instead of...
  13. Michael

    XF 1.4 Hide Ads in X Forum?

    I am wanting to hide ads in a specific forum and from all threads within that forum, the templates I use are a couple of the ad templates and my own custom template which is grabbed within the thread_view template. Anyone know how to do this I have tried with this: <xen:if is="!{$forum.node_id}...
  14. Michael

    XF 1.4 Staff Banners Add Usergroup

    Got you thanks a lot Brogan, I didnt realise I could do it per user that is perfect :)
  15. Michael

    XF 1.4 Staff Banners Add Usergroup

    How can I add a usergroup to display the default Staff Member banner as I have more staff usergroups than moderators and administrators, also how do I change the text of the Staff Member banner if possible without adding stackable banners? Thank you.
Top Bottom