Recent content by sandnes

  1. S

    XF 2.1 Push notifications can't be enabled

    Over a year later and I still haven't figured this out. Any new thoughts out there on this?
  2. S

    XF 2.1 Push notifications can't be enabled

    Yes, this one certainly looks relevant: Notification.permission === denied
  3. S

    XF 2.1 Push notifications can't be enabled

    I was aware of that, but it's still definitely worth bringing up, so thank you.
  4. S

    XF 2.1 Push notifications can't be enabled

    On my forum, the server seems configured correctly and I was able to check the "Enable push notifications" box in User alerts and notifications in the admincp. But apparently none of my users are able to enable push for their accounts, including me. Yes, I've verified that group permissions are...
  5. S

    XF 2.1 Remove secondary usergroup

    @Edman I have a very similar situation. I tried your SQL query above but it fails, I think because I'm using MariaDB not MySQL (errors are like this: "Warning: #1292 Truncated incorrect DOUBLE value: '14,35'"). (As an aside, I have alternately used this to find ONE secondary group ('12') listed...
  6. S

    XF 2.1 Conditional to display larger avatar for certain user groups

    This appears to have worked for me (but if anyone has comments, please comment!): <xf:if is="in_array({$user.user_group_id}, [3,5,12,17,19,20,31,32,33])"> <xf:avatar user="$user" size="l" defaultname="{$fallbackName}" itemprop="image" /> <xf:else />...
  7. S

    XF 2.1 Conditional to display larger avatar for certain user groups

    I'm trying to get this code to work, I'd like my postbit to show a larger avatar if the poster is a member of one of a list of possible user groups. This is my code now, inserted into message_macros (where the avatar size line is located)... it doesn't break anything but it also doesn't work. I...
  8. S

    XF 2.1 Search Users by birthdate?

    I understand and completely agree with you, but respectfully that's got nothing to do with my question.
  9. S

    XF 2.1 Search Users by birthdate?

    My forum is 13+ but there is a section that is restricted to 18+ (it must be manually joined, ostensibly by joining you are certifying you are at least 18 years old). Back when my forum was on vBulletin I would routinely search for users who joined that section but whose DOB showed they were...
  10. S

    Users can choose their preferred "Ignore" style

    By default, when a member puts a target user on Ignore, the member no longer sees any trace of target user's posts. On my forum I have implemented the suggestion made in post 6 of this thread, an edit to post_macros ...
  11. S

    Very simple donation feature?

    I shamefully admit I looked at that one but I didn't read the description far enough. It sounds like it may fit the bill. (Don't let this stop anyone else from posting other replies, though!) Thanks.
  12. S

    Very simple donation feature?

    Since it's apparently impossible for a user to purchase an upgrade until their current upgrade expires, I need a way to encourage additional donations on my forum. But every "Donate" add-on I've found implements campaigns and progress bars and so on, which I really don't want (and it's unclear...
  13. S

    XF 2.1 Frequent duplicate/triplicate posts

    My forum recently migrated to XenForo 2.0 from vBulletin 3.8. On VB it was beautifully fast, even when busy. On XenForo it's pretty slow, even when busy.
  14. S

    XF 2.1 Frequent duplicate/triplicate posts

    For some reason my forum suffers from frequent multiple posts (2x, 3x, even 4x). At the moment I presume it happens mainly because of user error - I suspect that many people make a post, which starts the yellow/orange activity animation at the top of the screen, but something's timing out of...
  15. S

    Providing Adsense login on protected forums

    The result: I'm not sure. Something's still not right, I think. I do think that my original question was answered correctly and implemented successfully. But... 1. Adsense does say "Crawling" (with green check mark) when I look under Crawler access. Question: Should I see activity on the...
Top Bottom