Jump to content

MMXII

Members
  • Posts

    505
  • Joined

  • Days Won

    1

Reputation Activity

  1. Like
    MMXII got a reaction from David N. in PII Patch We have released a patch with important updates   
    This is the "top left box" (more like middle left) you find under AdminCP > System > Get Support. Just click the Fix This button.

  2. Agree
    MMXII got a reaction from BertT in [4.7.11] Usergroup setting removes options to request pii data and account deletion   
    Yes, please! I second that (hence my feedback here and here). Ideally the permissions should be group-based (at the same place where anonymous logins can be allowed/disallowed).
  3. Agree
    MMXII got a reaction from CodeWizard in Strengthening Community Trust with Privacy and PII Data Features   
    Those are very nice and much needed features! 👍 Really looking forward to it.
    Will there be options to enable/disable either of these fontend buttons? Say, I'd like to have the button for account deletion requests, but not for PII data requests. Will there be options to optionally automate account deletion in some way? E.g. 14 days after an account request for deletion has been sent and with no admin reacting in this timeframe, the account will be gone automatically?
  4. Agree
    MMXII got a reaction from Caedis in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    Please add group-based options to enable/disable pii data requests and account deletion requests so that these frontend options do not neccessarily show up for every user.
  5. Agree
    MMXII got a reaction from CodeWizard in [4.7.11] Usergroup setting removes options to request pii data and account deletion   
    Yes, please! I second that (hence my feedback here and here). Ideally the permissions should be group-based (at the same place where anonymous logins can be allowed/disallowed).
  6. Agree
    MMXII reacted to CodeWizard in [4.7.11] Usergroup setting removes options to request pii data and account deletion   
    This is something I just cannot understand. All the bugs aside these two features introduce a whole new workflow of having to deal with requests, approvals and rejections. Who thought it's a good idea to release this without an option to opt-out? Not every community needs this and not everybody is ready. Communities that aren't ready to handle this are basically forced to stay on an older version and miss out on all other improvements. Both of those features should be configurable.
    I looked into disabling it via code hooks and things get even worse. While hooking \IPS\Member::canUseAccountDeletion does the trick for account deletion (proper backend checks + removes it from UI), same route just doesn't work for PII.
    \IPS\Member\PrivacyAction::canRequestPiiData/canDownloadPiiData can be hooked but UI elements will stay because of settingsPrivacy template. Buttons will be gone but whole div, header and description will stay.
    For account deletion whole div is wrapped properly:
    {{if \IPS\Member::loggedIn()->canUseAccountDeletion() }} ... {{endif}} Why same thing wasn't done for PII? This would do the trick:
    {{if \IPS\Member\PrivacyAction::canRequestPiiData() }} ... {{endif}} Now it's impossible to remove this without excessive trickery. Theme hooks won't really do the job as there is no way to select that specific div as it doesn't have a unique identifier (it's a generic div.ipsPadding). Documentation states that "you can use any of the selectors supported by jQuery" and that's simply wrong, actually not even a tiny fraction of selectors used by jQuery are supported. Only the most basic CSS selectors can be used and those don't allow to select e.g. parent elements.
    I didn't expect that a monthly update will turn into such a headache that a simple ACP option could easily fix.
    tl;dr Please make those features optional.
  7. Agree
    MMXII got a reaction from olavrb in Where do I find changelogs for patches?   
    Lately two patches for 4.7.11 have been released. Is there a place where I can find a changelog for these? The general release notes do not seem to cover this.
  8. Thanks
    MMXII got a reaction from Marafa in PII Patch We have released a patch with important updates   
    This is the "top left box" (more like middle left) you find under AdminCP > System > Get Support. Just click the Fix This button.

  9. Thanks
    MMXII got a reaction from SeNioR- in [4.7.11] Language key r__api_splash needs to be updated   
    The language key r__api has been updated to 'API' (from 'REST & OAuth'), so I guess r__api_splash needs an update, too ('Can access API page?' instead of 'Can access REST & OAuth page?').
  10. Thanks
    MMXII got a reaction from SeNioR- in [4.7.11] User's profile history: {"type":"pii_download"}   
    After a member has downloaded his pii data, this is what is displayed in the AdminCP in the user's profile history:

    The latest fix has already been applied.
  11. Like
    MMXII reacted to SUBRTX in [4.7.11] Usergroup setting removes options to request pii data and account deletion   
    is there an option to disable request pii data and account deletion? Thanks.
  12. Like
    MMXII got a reaction from Stuart Silvester in PII Patch We have released a patch with important updates   
    This is the "top left box" (more like middle left) you find under AdminCP > System > Get Support. Just click the Fix This button.

  13. Like
    MMXII reacted to Adriano Faria in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    It can be done too. Let me see if it will be approved then I'll add on a new version.
  14. Like
  15. Agree
    MMXII got a reaction from Percival in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    Please add group-based options to enable/disable pii data requests and account deletion requests so that these frontend options do not neccessarily show up for every user.
  16. Agree
    MMXII got a reaction from CodeWizard in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    Please add group-based options to enable/disable pii data requests and account deletion requests so that these frontend options do not neccessarily show up for every user.
  17. Agree
    MMXII got a reaction from BertT in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    Please add group-based options to enable/disable pii data requests and account deletion requests so that these frontend options do not neccessarily show up for every user.
  18. Like
    MMXII got a reaction from Adriano Faria in Force bulk mail to usergroup regardless of their privacy settings   
    There are however some situations where by law you have to inform your users (all of them) about certain occurrences, e.g. data privacy breaches, at least within the EU.
  19. Like
    MMXII got a reaction from Etoimos in [Suggestion] Allow badges to appear in the forum postbit (and maybe elsewhere too)   
    The awards/badges are really a cool feature. Unfortunately by default they are only displayed on the user's profile page and on the popup (username mouseover).
    I'd love to see options to make awards/badges more visible throughout the Invision Community Suite. Why not show them in the forum postbit? Or even as little icons behind a username in various other places (blog articles, pages articles, comments in blog/pages/galery... entries etc.)? Maybe not all awards/badges at once, as this could make it very crowded, but with an option in the ACP per award/badge that allowes displaying them.
    It is a bit sad that although a user might have earned quite a few awards/badges, they are never really shown to other users.
  20. Like
    MMXII got a reaction from Gabriel Torres in Select All for Spammers and Banned   
    Yes, please!
    (This has already been suggested in the past multiple times. I still hope to see this small enhancement in v4 as it would be a huge timesaver.)
  21. Like
    MMXII reacted to JohnCourt in Select All for Spammers and Banned   
    Good day. I was curious if we could in the future add a "Select All" box for Spammers and Banned in order to delete them all at once? At this point we have to delete each one individually and it can take a considerable amount of time if you have a few dozen. Thanks!
  22. Like
    MMXII got a reaction from Square Wheels in Secondary Groups   
    Not possible by default, but maybe this is what you are looking for:
     
  23. Like
    MMXII got a reaction from everzel in Strengthening Community Trust with Privacy and PII Data Features   
    Those are very nice and much needed features! 👍 Really looking forward to it.
    Will there be options to enable/disable either of these fontend buttons? Say, I'd like to have the button for account deletion requests, but not for PII data requests. Will there be options to optionally automate account deletion in some way? E.g. 14 days after an account request for deletion has been sent and with no admin reacting in this timeframe, the account will be gone automatically?
  24. Like
    MMXII got a reaction from konon in (Suggestion) New group promotion rule: User is member in club   
    One thing that I miss a lot in group promotions is a rule that fires when a user is (or is not) a member of a certain club. (Of course clubs have to be activated on the community for this.) This would add much more flexibility to automated promotions. Can you please consider adding this in a future release?
  25. Like
    MMXII got a reaction from Giray in (Suggestion) New group promotion rule: User is member in club   
    One thing that I miss a lot in group promotions is a rule that fires when a user is (or is not) a member of a certain club. (Of course clubs have to be activated on the community for this.) This would add much more flexibility to automated promotions. Can you please consider adding this in a future release?
×
×
  • Create New...