Recent content by modified

  1. modified

    Include all Moderators on Warning Direct Message

    It would be helpful if issuing a warning with a direct message to have the option to include all moderators. Currently, a mod sends the message and then has to manually loop in the entire team afterward.
  2. modified

    [XTR] Featured Threads

    +1 - This add-on looks great on the home page! I was disappointed when it stopped working after the 2.3 update.
  3. modified

    Fixed Preview not working while sending out mass messages

    While sending out mass messages, when I click on preview button, it actually sends out messages and doesn't show a preview. Tested on three sites.
  4. modified

    SparkPost Mail Transport for XF 2.3

    This was one plugin holding me back from upgrading to 2.3! Thank you! Can't wait to upgrade the site and try it out this weekend.
  5. modified

    XF 2.1 Forum layout is broken

    I had the same issue causing a false positive and had to add the following exceptions to .htaccess for a temporary fix. <LocationMatch "/"> SecRuleRemoveById 77317957 SecRuleRemoveById 77350134 SecRuleRemoveById 77316797 </LocationMatch>
  6. modified

    Is Digital Ocean Host Good for Xenforo, Or What Host Can Is Best

    Another vote for KnownHost. Top notch support, good pricing, and the service has been excellent!
  7. modified

    XF 2.2 Lost polls with new forum section

    I created a new node and forgot to check the box to allow polls. I then did a batch thread move with polls into this new section, I noticed the polls were missing. I quickly remembered about that setting. However after enabling the poll thread type, the polls are still missing from all my...
  8. modified

    Members map [Paid]

    How can I change the color of the username text on the map? By default it's really hard to read.
  9. modified

    Conditional Statements for XenForo 2

    I'm trying to add conditionals in the template "message_macros" to display a clickable premium banner to multiple user groups but can't seem to get it working. Here's my code: <xf:if is="{{$user && $user.isMemberOf('3,4,6')}}"> <a href="https://link.com"><img...
Back
Top Bottom