Jump to content

Marc Stridgen

Invision Community Team
  • Posts

    14,158
  • Joined

  • Last visited

  • Days Won

    247

Reputation Activity

  1. Like
    Marc Stridgen got a reaction from David N. in Notifications do not stay enabled?   
    Glad to hear it 🙂 
  2. Like
    Marc Stridgen reacted to Nathan Explosion in Got an error message after mass deleting members   
    Apply the patch that is waiting in the support page of the ACP
     
     
  3. Like
    Marc Stridgen reacted to WebCMS in Custom emoji images are getting lost repeatedly   
    Received an email from Support stating they've located the "Missing Emojis" issue and would be resolved probably in the next update.
  4. Thanks
    Marc Stridgen got a reaction from Wicked007 in PHP8 Incompatible Customizations   
    You would need to contact the author of those applications for assistance. Its likely they also have issues in the uninstall code that isnt compatible.
  5. Thanks
    Marc Stridgen got a reaction from superaven in Using ICv5 as the basis for an app?   
    I have seen a few apps that are built in that manner, on the face of it. Whether there is more to it than meets the eye, Im not sure. We dont provide a custom application for app store/play store, so you would have to check with their specific rules to see if there is anything stopping you from doing so
  6. Like
    Marc Stridgen reacted to paxs in IBP version 4.0 or 4 ... Need install package   
    Thank you so much guys manage it to work now!!!
     
     
  7. Like
    Marc Stridgen reacted to Daniel F in TypeError :: Delete user   
    Thanks, that's another issue which was not related to the previous bug. I have fixed this for an upcoming release.
  8. Like
    Marc Stridgen reacted to Charles in Invision Community 5: Live Topic Improvements   
    Live Topics is available for all customers on the following packages:
    Creator Creator Pro Team Business Enterprise Live Topics is not available on:
    Beginner Classic Feel free to reach out if you have questions on upgrading.
  9. Thanks
    Marc Stridgen got a reaction from Dreadknux in Restrict Uploads of Certain File Types/Extensions to Certain Usergroups   
    You're not missing anything. There is no way in which to do this by group at present
  10. Like
    Marc Stridgen reacted to Kirill Gromov in IBP version 4.0 or 4 ... Need install package   
    You should create a new php file in the root of your phpbb forum with this content:
    <?php print_r( $_SERVER['DOCUMENT_ROOT'] ); then access the file from your browser and you will get the full path to your forum.
  11. Like
    Marc Stridgen reacted to Stuart Silvester in TypeError :: Delete user   
    We have released a patch for this issue.
    To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  12. Like
    Marc Stridgen reacted to Stuart Silvester in Anonymous posts repeat 5 times   
    We have released a patch for this issue.
    To apply, please go to AdminCP > Support > 1st (or top left) box will have a "Optional Patch Available" link. Click it and follow the instructions.
  13. Like
    Marc Stridgen got a reaction from Matt in Feature request: better control of bulk mails per time   
    I have to admit, I find that to be quite an unfair assessment, as this is not the case at all. What is actually happening is that we tend not to add software functionality to solve what are ultimately hosting issues. To further clarify that statement, we don't even do that for cloud either. If there is a cloud problem, we solve the cloud problem, rather than writing things into the software to work around it.
    So in this instance, we're trying to solve the problem of mail limitations by limiting the mail that is sent. The correct way to resolve this is to ensure you don't have a mail provider with limitations which will hinder the running of your software.
    It's worth noting too, that solutions such as these come with their own problems. Using your example, we would end up seeing people who have limited it to the 1000 every 10 mins, and yet have 1500 emails needing to be sent being produced. Meaning that the backlog simply builds up indefinitely until something breaks. This is just one I can think of straight of the bat. 
  14. Like
    Marc Stridgen reacted to WebCMS in Bulk Mail does not send mail   
    Already resolved by dev today with a new update to run Chatbox+ background processes once a day instead of once every 30 minutes and a few more optimizations like deleting erroneous prior tasks before adding new tasks.
  15. Like
    Marc Stridgen reacted to Michael Lachney in Guest Group Issue   
    Thanks. Disabled strict mode and I was able to make the changes needed.
  16. Like
    Marc Stridgen got a reaction from mtlurb in Mass unarchive   
    This issue has been resolved in the recently released 4.7.15 version. Please update your site if you are still experiencing the issue, and let us know if you see any reoccurrence.
  17. Like
    Marc Stridgen got a reaction from MadMaxMangos in bug? php 8.0 error - user with no timezone   
    This issue has been resolved in the recently released 4.7.15 version. Please update your site if you are still experiencing the issue, and let us know if you see any reoccurrence.
  18. Thanks
    Marc Stridgen got a reaction from WebCMS in Clear Filters link   
    That would indeed be an addition as apposed to a bug. The bug was the filters not clearing even though you deselect. This is a browser action which you want to essentially redirect. In all honesty though, I would say don't create links to invalid locations.
  19. Thanks
    Marc Stridgen got a reaction from David N. in Notifications do not stay enabled?   
    Please do disable those first of all. Of course we have had updates, and no doubt they will have had at times too. It only takes 1 incompatibility to cause issues, no matter how long you have had them
  20. Thanks
    Marc Stridgen got a reaction from Dll in Giving you control with Email Bounce Management   
    You would be best to post up exactly what you would like to see within the feedback area, if you are looking for additions to how this is managed 🙂 
  21. Like
    Marc Stridgen got a reaction from SeNioR- in Linking to last updated featured thread   
    There is no specific link you can use that will take you to the last item that has been featured, unfortunately
  22. Thanks
    Marc Stridgen reacted to Nathan Explosion in Guest Group Issue   
    Hmmm - actually, this looks like it could be reproducible without strict mode involved...
    Ignore that - it's only reproducible with strict mode enabled on mySQL

    For the guest group, the g_mod_post_unit evaluates to NULL in applications\core\extensions\core\GroupForm\Content.php because it's not present on the form:
    if( $group->g_id != \IPS\Settings::i()->guest_group ){ $form->add( new \IPS\Helpers\Form\Custom( 'g_mod_post_unit'...... ...but the Save function doesn't take that into account:
    /* Mod Queue */ $group->g_mod_post_unit = isset( $values['g_mod_post_unit'][2] ) ? 0 : $values['g_mod_post_unit'][0]; Not an issue if not using strict mode.
  23. Haha
    Marc Stridgen got a reaction from JohnCourt in Latest Upgrade Error - Site Unaccessible   
    I'm blaming Friday. It is Friday, right?

  24. Like
    Marc Stridgen reacted to teraßyte in Latest Upgrade Error - Site Unaccessible   
    I think Mark was thinking of PHP 8.2 when he replied. Anyway, while IPS has started recommending 8.1 with 4.7.15, there's no hurry to upgrade just now. 🙂
     
    You can take your time and figure out the issue.
  25. Like
    Marc Stridgen reacted to CheersnGears in "Rebuild synchronized topic content" - doesn't work   
    Would setting that category back to store comments in the DB rather than forums at least allow people to comment again?
×
×
  • Create New...