Recent content by modified

  1. 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>
  2. 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!
  3. 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...
  4. 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.
  5. 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...
Top Bottom