Recent content by Jakko W

  1. J

    Calendar [Paid]

    That explains why I couldn’t find it, and why it ignores the localised XF day names. I don’t know what you use to format the date, but if it’s PHP’s DateTimeInterface::format, perhaps switching to IntlDateFormatter::format would solve it?
  2. J

    Calendar [Paid]

    Okay, the timezone problem has been resolved: the affected user had the time zone in his account settings incorrect … Not something you immediately think of. But something else we’ve noticed: no birthdays are shown in January. They do in every other month, but for some reason none in January...
  3. J

    Calendar [Paid]

    Now, though, I do have a problem that I don’t think I can solve myself: time zone trouble. My forum’s userbase is in the Netherlands, UTC+01:00 at the moment. There is no need for a timezone picker for events, because all of the country is in the same one, but there is also no way to disable it...
  4. J

    Calendar [Paid]

    You may have six years ago, I certainly can’t now … Can anyone tell me where to do this? Edit: OK, I found it too. Some permissions seem to have not been set correctly, I only discovered after going through those for another reason. Then I happened to click on the ···▾ button for an event, and...
  5. J

    Fixed Image attachments rotated since the update

    Ah, yes, that solved it.
  6. J

    Fixed Image attachments rotated since the update

    I can’t get it to work. I uploaded attachment_manager-compiled.js to /js/xf and then rebuilt the master data as directed above, but when I try uploading a portrait image, it still comes out sideways.
  7. J

    Duplicate Uploaded image orientation wrong

    Thanks, I looked but didn’t spot that.
  8. J

    Duplicate Uploaded image orientation wrong

    Since the last update, my forum gets image orientation wrong for “portrait” photos. Having just uploaded a picture here, I see the same thing happening: The original of this photo has orientation: 6 but if I download the picture above, it has pretty much no metadata at all — certainly no...
  9. J

    XF 2.2 Setting private conversation preference for all users

    Thanks. I’m not saying this will be the option I want to take, but if nobody knows a better solution, I’ll have to take it into consideration :)
  10. J

    XF 2.2 Setting private conversation preference for all users

    I figured as much, but thought I’d ask anyway … Is it doable via an add-on, or directly in the database? (I don’t have access to that, but the technical guy does. And yes, I know it’s not a good idea to tinker with it :))
  11. J

    XF 2.2 Setting private conversation preference for all users

    On the forum I manage, there is a recurring problem with users being unable to receive private conversations, which I suspect was caused because we migrated to XenForo from phpBB. This results in me, or a few helpful users, having to point out how to fix this every time someone complains “I...
  12. J

    XF 2.1 Notify inactive members, move them to groups,...

    You can make a user group with the appropriate permissions set, then add a user group promotion to that group if the user hasn’t visited the forum for a certain number of days. This doesn’t notify them, but does take care of the second part of your question. Displaying a banner as a...
  13. J

    XF 2.2 Hiding usernames from users not logged in?

    Thanks for the pointer, but as @Ozzy47 says, that would only hide them in the posts. I could, of course, go through the other templates and add similar lines where necessary, but this is a lot of work on something I don’t know my way around at all. Maybe a better question would be: is there a...
  14. J

    XF 2.2 Hiding usernames from users not logged in?

    In the forum I moderate, use of real names as usernames is mandatory for everyone who actually posts. Recently, though there has been some discussion about the privacy aspects when one member who feels strongly about this, discovered that his name was also visible to visitors who are not logged...
Back
Top Bottom