Recent content by sccrgy789

  1. S

    XF 2.2 Adding/removing user groups in addon

    Hi Mike! Thanks for your response, you were exactly right about what I was trying to do. I got everything working and just wanted to post this sample code for others who may be trying to do the same thing: // Note: $user is assumed to be an \XF\Entity\User // Add a secondary group to a user...
  2. S

    XF 2.2 Adding/removing user groups in addon

    Hi- I'm wondering if someone can provide some definitive information on how to properly add/remove secondary user groups to/from a user in an addon. So far, I've consulted these threads: https://xenforo.com/community/threads/add-secondary-usergroup.163004/...
  3. S

    XF 2.1 Stale ajax modal content

    Awesome, that did the trick. Such a simple fix... 😅 Thank you! Loving XF2 so far by the way
  4. S

    XF 2.1 Stale ajax modal content

    Hi there- We're in the process of moving from XF1 to XF2 and I'm currently rewriting all of our addons. I've figured a lot out on my own using documentation and other threads in this community, but one thing I can't seem to get 100% right is handling the content in ajax modals/popups. For...
  5. S

    Duplicate No ban_user_id for warning bans

    I understand that, but I think you missed my issue. In the other thread, Chris said a warning action should result in a ban with triggered set to 1. Our temporary bans caused by warning actions don't have triggered set to 1. That's what I'm trying to figure out.
  6. S

    Duplicate No ban_user_id for warning bans

    Hi there- I know this has been posted before under: https://xenforo.com/community/threads/bug-while-banning-with-warning-points.99795/ Since that thread is in the "resolved" forum I didn't know if I should reply there (so I posted here). In that thread, it's mentioned that the ban_user_id is...
  7. S

    Fixed No moderator log entry when thread is locked during reply

    Hi- When you go to a thread and lock it using the moderator actions menu, there is a moderator log entry. When you reply to a thread and uncheck "Set thread status: Open" (to lock the thread), there is NO moderator log entry. I looked around a bit and found some threads about XF not logging...
  8. S

    XF 1.5 is_moderator flag inconsistency

    No, the group they're in with the highest priority doesn't have any CSS. I suppose that explains it because I looked in the database and the user's display_style_group_id is the group with the highest priority (and no CSS). I was assuming XF would only consider the priorities from groups with...
  9. S

    XF 1.5 is_moderator flag inconsistency

    The markup is directly on the user group. Here's an example: One of the users who has no markup is in the group with the above markup, in addition to a couple others. The CSS looks valid...
  10. S

    XF 1.5 is_moderator flag inconsistency

    Awesome, so I think I have my moderators all sorted out for now. The CSS issue however, I'm still struggling with. I removed one of the users without CSS markup from their staff groups (the ones with CSS defined) and added them back. Still looks like their name isn't getting any CSS markup.
  11. S

    XF 1.5 is_moderator flag inconsistency

    Thanks for the prompt replies... We did use a custom importer so that may explain it (our other admin did the import work, so I'm not sure exactly which but I think he mentioned something about DigitalPoint). I was hoping rebuilding user caches would sort it out, but I suppose I shouldn't expect...
  12. S

    XF 1.5 is_moderator flag inconsistency

    Hi there- We just completed the migration of a pretty large forum from vBulletin 3.x to XenForo 1.5.x. So far, everything has been going pretty well but we're noticing some weird behavior with the is_moderator flag on users. I'm not sure if something is wrong somewhere in our XF or if we're...
Top Bottom