Jump to content

BertT

Clients
  • Posts

    26
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BertT got a reaction from SeNioR- in Navigation on forum pages does not work.   
    Hello. The navigation on the forum does not work; when you try to go from page 5 to the first, it is impossible to make the transition!
     
  2. Like
    BertT reacted to Marc Stridgen in Navigation on forum pages does not work.   
    Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
     
  3. Haha
    BertT reacted to Adriano Faria in [BUG 4.7.16] Same user reacted twice to a post   
    It seems you were excessively helpful. You deserved it twice. 😂
  4. Like
  5. Like
    BertT reacted to Adlago in Again our upgrade from 4.7.11 to 4.7.11.1 is stuck   
    Is it that hard with an available update to put conditions:
    - Please disable 3rd party addons
    - Please disable ads
    etc., all of which you marked as an issues for update , and done
    After a version update, enable all of the above at your own risk.
  6. Thanks
    BertT reacted to media in Member request PII data: Then I see this in the admin notification on ACP   
    Member request PII data: Then I see this in the admin notification on ACP

    Then when I click on checkmark. 

    as you see it says approve...
    then you get this 

    Asking you if you want to delete the account suppose to be PII data request NOT deletion
    Is this a bug or intended to be this way?
  7. Like
    BertT reacted to Stuart Silvester in Member request PII data: Then I see this in the admin notification on ACP   
    Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  8. Agree
    BertT reacted to MMXII 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).
  9. Agree
    BertT 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.
  10. Like
  11. Like
    BertT reacted to SeNioR- in [4.7.11] Unnecessary quotation marks in the cookie link   
    Unnecessary quotation marks in the cookie link 😐


  12. Agree
    BertT reacted to Teddy Rogers in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    Agree, please add options to enable or disable these features...
    Ted.
  13. Agree
    BertT reacted to balazsp in [Suggestion] Please add group-based options to enable/disable pii data requests and account deletion   
    Agree. 
    In lieu of this functionality previously we developed a completely different workflow that is working well, the users have accepted it - we have no intention changing that. 
    Please make the new delete requests function optional or configurable for specific groups only. 
    Thank you.
  14. Agree
    BertT reacted to MMXII 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.
  15. Thanks
    BertT reacted to Makoto in [Bug 4.7.8] Downloads - Commercial   
    Re-uploading the core files will only prompt you to update the applications you haven't already updated (in this case commerce)
    It won't have any impact on the forums application, which has already been updated.
    You could download the entire suite from the ACP and then upload upload the commerce/nexus application in the applications folder of that download, but I might suggest doing a full upload anyways just to make sure everything did get uploaded correctly when you did the initial upgrade.
    IPS shouldn't let you upgrade if any of the files for a specific application weren't uploaded properly (so this means the forums, core software and other applications you updated should be fine), but it can't hurt to be extra sure.
  16. Haha
    BertT reacted to Adriano Faria in Not able to start new PM conversations.   
    No, I can’t. 😃
    In your screenshot, bottom right, you have the code error.
  17. Like
    BertT reacted to Marc Stridgen in Lots of these error message on my logs   
    We are aware there are quite a lot of errors that show in the logs at present, and the next version will tone these down. The only ones you need to be aware of at present are ones that show up after upgrade (saying that items will be disabled)
  18. Like
    BertT reacted to media in Lots of these error message on my logs   
    Admin (™ Admin)
    2 minutes ago
    The URL of page the error occurred on was https://www.mysite.com/forum/admin/?app=core&module=support&controller=support&do=getBlock&block=hookscanner&csrfKey=d41b38598e5cc18ca6421a7949768353
    The class \SVG\SVGBezierApproximatorTest extends \PHPUnit\Framework\TestCase, but the parent class couldn't be loaded. backtrace
    #0 /home/media/public_html/forum/system/Application/Scanner.php(1438): IPS\_Log::log('The class \\SVG\\...', 'app_scanner') #1 /home/media/public_html/forum/system/Application/Scanner.php(456): IPS\Application\_Scanner::log('The class \\SVG\\...') #2 /home/media/public_html/forum/system/Application/Scanner.php(786): IPS\Application\_Scanner::scanExtendedClasses(false, true, 500, 5000, Array) #3 /home/media/public_html/forum/applications/core/modules/admin/support/support.php(519): IPS\Application\_Scanner::scanCustomizationIssues(false, true, 500, Array) #4 /home/media/public_html/forum/applications/core/modules/admin/support/support.php(228): IPS\core\modules\admin\support\_support->_showBlockHookscanner() #5 /home/media/public_html/forum/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\support\_support->getBlock() #6 /home/media/public_html/forum/applications/core/modules/admin/support/support.php(48): IPS\Dispatcher\_Controller->execute() #7 /home/media/public_html/forum/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\support\_support->execute() #8 /home/media/public_html/forum/admin/index.php(13): IPS\_Dispatcher->run() #9 {main}
  19. Like
    BertT reacted to Daddy in Bug with IP.Downloads version history   
    When you delete a previous version on IP.Downloads file it throws a template error on the download button. You can also reproduce this by changing the changelog ID to one that doesn't exist and it'll produce the same error. Was able to reproduce it on the IPS website as well.

  20. Like
    BertT reacted to Matt in IPS 4.7.2 final major problem   
    I've re-opened this topic. Please read the message above the topic, thanks.
  21. Like
    BertT reacted to Matt in IPS 4.7.2 final major problem   
    I don't know what else we can do. We've given our marketplace authors about a year to prepare. We started releasing betas in May, and we posted the above in August; yet a lot of our marketplace authors seem unaware.

    However, we do not want to cause our clients a headache, so we're working on a way forward that doesn't leave you without apps and plugins you need.
  22. Like
    BertT reacted to Matt in IPS 4.7.2 final major problem   
    Please hold while we work on a plan.
    We are hearing you all loud and clear and are working on a solution. I'll update you when we release a patch.
  23. Like
    BertT reacted to Hisashi in IPS 4.7.2 final major problem   
    What I see here, that clients are outraged by the company's lack of transparency in relation to aggressive blocking of their apps/plugins, they should have had a warning before proceeding with the update, that's what everyone is commenting on.
    Many users are dependent on third-party apps to make their community what it is today, and that has become a big issue now.
    Honestly, after all these reports, I'm zero excited to update my community now, I'll wait for all this puera to subside.
    Good luck to the team in having to deal with this whole complaint, something that could have been avoided.
  24. Like
    BertT reacted to media in Calendar is broken   
    I confirmed the patch works. All good...
  25. Agree
    BertT reacted to Marc Stridgen in Calendar is broken   
    As mentioned above, this is a bug with PHP itself. They have patched what they believe to have been an issue, and broken things in the language. We are working to work around this issue.
×
×
  • Create New...