Recent content by Mad Otter Games

  1. M

    XF 2.1 How do I get the reaction count of a specific reaction in a post?

    So I managed to sort of get this working by taking the entire code block out of the reactionSummary template and put it right in the post template instead, as such: <xf:if contentcheck="true"> <ul class="reactionSummary"> <xf:contentcheck> <xf:foreach...
  2. M

    XF 2.1 How do I get the reaction count of a specific reaction in a post?

    I am trying to make the reaction summary in a post show the number of each reaction next to their icon. This is the current state of my reactionSummary template: <xf:macro name="summary" arg-reactionIds="!"> <xf:if contentcheck="true"> <ul class="reactionSummary">...
  3. M

    Add-on Add-on to automatically respond to posts with certain keywords

    Our boards have a few frequent questions that come up which need a specific response, and despite stickied threads etc. users still tend to get confused. Is there any add-on that looks for keywords in a thread or post, and then automatically adds a reply with a pre-configured message? It'd...
Top Bottom