Jump to content

DawPi

Clients
  • Posts

    8,441
  • Joined

  • Last visited

  • Days Won

    20

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. Sure. Thanks for clarification. I need to write custom mod then.
  2. Removed by what exactly? Task? What about other scenarioo - someone uploaded "few" files into uploads/ directory and it's "merged" with current files being used. How to recognize these uploaded and deleted them recursively as OP asked?
  3. What kind of help you expect here? You bought file for 4.4 compatible.
  4. Which is pretty easy these days too. 🙂
  5. Simple question simple answer - YES.
  6. Hello @MeMaBlue, it looks like normal grid option - but not globally but per forum. 🙂 So if you want to test it on mobile then enable Grid mode on your board, look through mobile device and you'll see how it would work. Example, on PC: Mobile:
  7. Hello, error: Undefined array key 0 Full track: #0 \applications\convert\sources\Software\Core\Invisioncommunity.php(692): Whoops\Run->handleError(2, 'Undefined array...', 'C:\\wamp\\www\\45\\...', 692) #1 \applications\convert\sources\Library.php(285): IPS\convert\Software\Core\_Invisioncommunity->convertMembers() #2 \applications\convert\modules\admin\manage\convert.php(559): IPS\convert\_Library->process(NULL, 'convertMembers', 100) #3 \system\Helpers\MultipleRedirect\MultipleRedirect.php(93): IPS\convert\modules\admin\manage\_convert->IPS\convert\modules\admin\manage\{closure}(NULL) #4 \applications\convert\modules\admin\manage\convert.php(579): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #5 \system\Dispatcher\Controller.php(107): IPS\convert\modules\admin\manage\_convert->runStep() #6 \applications\convert\modules\admin\manage\convert.php(45): IPS\Dispatcher\_Controller->execute() #7 \system\Dispatcher\Dispatcher.php(153): IPS\convert\modules\admin\manage\_convert->execute() #8 \admin\index.php(13): IPS\_Dispatcher->run() #9 {main} I've fixed it by changing that line: $libraryClass->convertMember( $row, $profileFields, $profilePhotoName, $path . ( isset( $bits ) ? $bits[0] : '' ), NULL, $coverPhotoName, $path . ( isset( $coverBits[0] ) ? $coverBits[0] : '' ) ); Into: $libraryClass->convertMember( $row, $profileFields, $profilePhotoName, $path . ( isset( $bits[0] ) ? $bits[0] : '' ), NULL, $coverPhotoName, $path . ( isset( $coverBits[0] ) ? $coverBits[0] : '' ) ); I'm not sure if it's enough or not, but I want to report it anyway.
  8. Are you Cloud customer? 🙂 It's available only for them (not all plans).
  9. Hello, check this out! https://invisioncommunity.com/files/file/9708-pay-what-you-want/
  10. Sorry, you didn't understand. Do you have Cloud from IPS? I don't think so. Only owners of this can post replies there. I mean that Cloud: https://invisioncommunity.com/buy
  11. If you are not a Cloud customer then yes - it's normal.
  12. Just copied your example topic: Result: My mod checks the attachments first, then if nothing found - checking for the external images too. It's caching the results also to do not overload the server. Settings:
  13. I have something for you, PM me. 🙂
  14. Yes, upload it into your applications/ directory and install from an Applications section in the ACP.
  15. Add spaces before/after " / " in that forum name.
  16. You need check what is that hook name and debug it more deeply, probably with that hook author.
  17. Anyone? @Daniel F?
  18. I see trophies reference there still. Are you sure that you disabled everything?
  19. Hello, I need to add custom.css CSS code. It should apply on whole board EXCEPT inside one choosen app. How can I do that? It's doable via CSS? I dumb.. Done. 😉 Just added changes CSS into that app only. 😉
  20. Check for that member ID, then open core_validating table. Find that member and remove row. Then open core_members and find that member info again. Edit and empty whole members_bitoptions. You may lost other informations from that field, but most important is to unlock member account. 😉 This isn't best method to achieve what you want, but should work.
  21. If app was "Locked" then it wasn't recognized as compatible with newest version of IPS4. You need to contact @Adriano Faria and get new version. Installing newer version is the only way to unlock it.
  22. Or.... custom mod for that. 🙂
  23. Argh, forgot to enable cursor on video. See the converter with cursor: 2023-04-06_11-25-28.mp4
×
×
  • Create New...