
Everything posted by DawPi
-
Giphy stopped functioning
What did you do exactly? Could you share with us?
-
error when searching for a member in admin - see attached image
-
Cleaning tools: How remove all orphan file (recursively) ?
Sure. Thanks for clarification. I need to write custom mod then.
-
Cleaning tools: How remove all orphan file (recursively) ?
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?
-
How can I install WordPress SSO in Invision Forum
What kind of help you expect here? You bought file for 4.4 compatible.
-
Returning User
Which is pretty easy these days too. 🙂
-
Returning User
Simple question simple answer - YES.
-
(DP43) Grid View per Forums
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:
-
Bug in converter (?)
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.
-
Courses not showing
Are you Cloud customer? 🙂 It's available only for them (not all plans).
-
Pay-what-you-want pricing in Commerce
Hello, check this out! https://invisioncommunity.com/files/file/9708-pay-what-you-want/
-
Can’t post in your blog
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
-
Can’t post in your blog
If you are not a Cloud customer then yes - it's normal.
-
Add Admin Validation Method for third-party login methods to prevent PM scammers
My mod has it:
-
OG - Open Graph images that takes the first pic in a forum topic
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:
-
OG - Open Graph images that takes the first pic in a forum topic
I have something for you, PM me. 🙂
-
How to install the Download seperately?
Yes, upload it into your applications/ directory and install from an Applications section in the ACP.
-
Long text without blanks overflows
Add spaces before/after " / " in that forum name.
-
PayPal subscription fails
You need check what is that hook name and debug it more deeply, probably with that hook author.
-
Weird behaviour of Wizard...
Anyone? @Daniel F?
-
Cannot view profile following v4.7.9 update
I see trophies reference there still. Are you sure that you disabled everything?
-
Opposite to data-pagemodule=
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. 😉
-
User stuck at "Your account does not require validation"
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.
-
Can't uninstall Raffle plugin
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.
-
Automatic title order in forums
Or.... custom mod for that. 🙂