Recent content by christisking

  1. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    I attempted to implement these changes and something went wrong. 500+ users ended up missing group memberships. I had to manually identify and fix everything via SQL statements (I have backups too, if needed). It's now clear to me that: 1. The XenForo group promotion system is very powerful...
  2. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    Ohh, I think I get it. The user has to have been promoted in the first place. The issue I'm facing is because the user was manually added to a group, instead of promoted to it. Thank you.
  3. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    I just tried to follow your instructions as closely as possible, here is what happens: Created two groups, test1 and test2. Added test user into group test2 only. Created promotion test1: Add user to group 'test1' if NOT a member of group 'test2' (and matches custom field option) Enabled...
  4. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    Are you saying the 'user is NOT a member of these groups' option actually means 'remove user from these groups' upon promotion? I was thinking it meant, only run the promtion if they aren't a member of these groups.
  5. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    Okay, I must not be understanding how that works fully. I'l go back and look at it again. Thank you. (y)
  6. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    Thank you for the response @Paul B :) We are doing that already for some of the promotions, however that doesn't address the issue. Our custom field has A/B options. User picks custom field option A upon registration, as is assigned to group A via a group promotion. At some point they...
  7. C

    XF 2.3 Looking for a way to sync secondary group memberships to a custom field

    Hello, I hope this is an appropriate place to ask this question. If not, please feel free to move it. Thank you. As the title says, I would like to be able to sync a users secondary group memberships to a custom field and so far I have not found a way to do that without custom development...
  8. C

    [OzzModz] Login Log

    @Ozzy47 just curious is this going to be fixed officially at some point? I'm sorry to bother you but it would be nice to not have the alert for modified files in my admin CP because I had to fix this myself while waiting for a patch. TY! :)
  9. C

    [OzzModz] Login Log

    This mod has a bug. When viewing the logs and clicking on next page, I get an error: The problem is in the file src/addons/OzzModz/LoginLog/_data/templates.xml on line 41: 39 </div> 40 41 <xf:pagenav link="loginlogsx" page="{$page}" perpage="{$perPage}" total="{$total}" 42...
  10. C

    [OzzModz] Hide Users IP In Public

    Will this be updated for 2.3 (or is it safe to use with it already)? Thank you.
  11. C

    InvalidArgumentException: Received invalid UTF-8 for string column [style_variation]

    I have hundreds of pages of these errors in the server log. There seems to be a lot of repetition, but not all the same user or post id. We have been running clean for months and I am not aware of any recent changes that may have caused this issue which seems to have started happening about a...
  12. C

    Granular Administrator Permissions

    Does this work with 2.3 (or will be updated for it at some point)? I'm looking for a way to allow moderators to control user group permissions, among other things. Thank you. cc @Ozzy47
  13. C

    XF 2.3 Allow user to quote reply from a forum where they have only have viewing privileges

    Hopefully the subject makes sense. We have a set of users who are only allowed to post in section A, but they are allowed to read section A B C D, etc. They have requested the ability to generate a quote reply from the sections they are not allowed to post in, so they can post it in their own...
  14. C

    XF 2.3 Members online widget - why do member names display as blue or gray?

    Why does one member name display as blue, and another as grey? What is the reason or pattern or logic behind this? I can't figure it out. :)
Back
Top Bottom