Recent content by PatPeter

  1. PatPeter

    CLI Job Runner for XF 2.1

    Yep, I figured it out. Thanks @Sim!
  2. PatPeter

    CLI Job Runner for XF 2.1

    Here is the cron job I set up after installing this add-on (thank you so much for this add-on by the way, without it I wouldn't be able to sync my Discord users to XenForo): 0 6 * * * /usr/bin/php $HOME/public_html/cmd.php -- xf-rebuild:users | tee /tmp/xf_rebuild_users.log However, I am...
  3. PatPeter

    XF 2.1 How do I add Rebuild user caches as a cron job?

    Almost a year late, but thank you so much @duderuud ! I installed this on my server and it was exactly what I was looking for. I can do this now: 0 6 * * * /usr/bin/php $HOME/public_html/cmd.php -- xf-rebuild:users | tee /tmp/xf_rebuild_users.log I am running into an issue with this cron job...
  4. PatPeter

    Hide Poll Results

    EDIT: It seems that the "Hide poll results" option is lost when first creating the poll. I had to go back into my polls and edit them again.
  5. PatPeter

    XF 2.1 Birthdays show up +6 hours ahead of time for CST users, even with timezone set to CST

    Yeah sorry @Mouth, mixed up my nomenclature. Thanks for such a quick reply @Mike! I can't reproduce the issue on my end either, so I just created a work-around for this individual user having this issue.
  6. PatPeter

    XF 2.1 How do I add Rebuild user caches as a cron job?

    Is it possible to add run jobs to XenForo's cron system? If so does anyone know how?
  7. PatPeter

    XF 2.1 Birthdays show up +6 hours ahead of time for CST users, even with timezone set to CST

    Sorry for the late reply guys! "Guests' time zone" is set to (UTC-06:00) Central Time (US & Canada). Server time looks to be set to Eastern Time; $ date Tue Sep 15 21:45:24 EDT 2020 Isn't the birthday widget in XenForo by default?
  8. PatPeter

    XF 2.1 Birthdays show up +6 hours ahead of time for CST users, even with timezone set to CST

    I have a birthdays module on my forums. I don't think there are any birthdays for today, but one of my moderators is seeing birthdays 6 hours ahead of time. He has his timezone set to -06:00 Central Time, and even when he opens my forums in Private/Incognito it still shows the birthdays in...
  9. PatPeter

    XF 2.1 How do I add Rebuild user caches as a cron job?

    Alright, I found the job that allows me to update user ranks: /admin.php?tools/run-job&only_id=1759&_xfRedirect=%2Fadmin.php%3Ftools%2Frebuild%26success%3D1 However, if you'll indulge me to change the purpose of this thread, is it possible to run this as a cronjob on my server?
  10. PatPeter

    XF 2.1 How do I add Rebuild user caches as a cron job?

    Hi everyone, I'm trying to mirror a personally-managed database called roster with the user groups in XenForo. Here's an example of my query: UPDATE xenforo.xf_user xu LEFT OUTER JOIN roster.member rs ON (xu.user_id = rs.forums_id) SET user_group_id = 13, secondary_group_ids = "2,14,15" WHERE...
  11. PatPeter

    Changing User Group & Permissions directly in the database

    I have the exact same issue. I'm copying user ranks from a personally-managed database into a 10-rank structure on my forums. This is my SQL statement: UPDATE xenforo.xf_user xu LEFT OUTER JOIN roster.member rs ON (xu.user_id = rs.forums_id) SET user_group_id = 13, secondary_group_ids =...
  12. PatPeter

    XF2 [8WR] Discord Integration [Paid]

    Can I do the opposite of what's mentioned in the description of this add-on: sync role changes in Discord with roles on the forums? All of my promotions are done in Discord and I would have to train my mods on a new workflow.
  13. PatPeter

    Twitter Emoji Smilies Pack

    Is there any way to add these to my XenForo installation en masse or in one easy package instead of having to configure each one?
  14. PatPeter

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    Thank you very much @Jaxel! As a long-time user of your addons I'm glad that I was finally able to migrate over to XenForo 2.1 and keep using them 😁
  15. PatPeter

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    My "Promote to article" option is missing. I've tried rebuilding. Should I uninstall and reinstall? I have Announcements selected as an auto-promote forum and it isn't doing anything.
Top Bottom