
Solutions
-
Daniel F's post in 4.7.3 error was marked as the answerSounds like an issue with the antispambycleantalk 3rd party app
-
Daniel F's post in "Something went wrong, please try again" when users log on to my forum after updating IPB was marked as the answerI have fixed this for you!
We're also working on a proper fix for everybody else.
-
Daniel F's post in Marketplace error was marked as the answerThe ACP Marketplace page is communicating direct with https://invisioncommunity.com and not remoteservices.invisionpower.com, so you'll probably need to whitelist invisioncommunity.com too.
-
Daniel F's post in Can I create a "Our Picks" page without sharing to social media? was marked as the answerAbsolutely!
just activate our picks without setting up any of the other share services.
-
Daniel F's post in mistake language string was marked as the answerThanks, the first issue was caused by the same bug as here, which I have fixed now.
I can't reproduce the second issue on my dev instance, it seems that it was fixed in the meanwhile.
-
Daniel F's post in Add an option to control the JS Carousel slideshow timer was marked as the answerThanks, I have posted an internal suggestion for this.
-
Daniel F's post in Uncaught exception when completing the onboarding wizard was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in [Bug v4.7.2.1] Minor typo duplicate wording on ACP Login & Registration page was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in Dev center inserting functions as 'static public' instead of 'public static' was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in [4.7.3] Error in reports when you have an app without categories. was marked as the answerThanks, I have fixed this for an upcoming release.
-
Daniel F's post in Is it possible to noindex member signatures? was marked as the answerThere's no way to tell google to not index specific parts of a page ( https://www.seroundtable.com/google-does-not-index-parts-of-a-page-independently-28021.html ) but you could disable them globally for guests in your ACP on the Members => Profile Settings page, so that guests (and google) don't see them.
-
Daniel F's post in After upgrade to php 8.0 and IPB 4.7.2.1 members can't post any longer was marked as the answerIt seems that you're missing the ctype module https://www.php.net/manual/en/book.ctype.php
-
Daniel F's post in Short thread page link was marked as the answerThis can be enabled in your ACP on the System->Site Promotion->Search Engine Optimisation page!
-
Daniel F's post in Site Offline - PHP Version Issue was marked as the answerA quick fix would be to edit var/www/html/applications/awsses/sources/vendor/composer/platform_check.php and remove the part which throws the error .
hopefully you’ll be able to disable the app then
-
Daniel F's post in [BUG] Unknown table 'core_members_features_seen was marked as the answerThanks , I have fixed this earlier today and we’ll hopefully be able to provide a patch for this tomorrow.
-
Daniel F's post in After IBP 4.7.2 upgrade, when I open support bar the page NOT completely loaded was marked as the answerWe have addresses this for an upcoming release.
-
Daniel F's post in Group membership lists was marked as the answerYou should be able to use the search for this
https://invisioncommunity.com/search/?&type=core_members&joinedDate=any&group[36]=1 , by selecting the group on the second tab
or use a 3rd party application from the marketplace like
-
Daniel F's post in Server Requirements? was marked as the answer'required' => array( 'dom', 'gd', 'mysqli', 'openssl', 'session', 'simplexml', 'xml', 'xmlreader', 'xmlwriter' ),
'advised' => array( 'phar', 'zip', 'exif' ),
-
Daniel F's post in Group messages was marked as the answerThey could use the new alert system
-
Daniel F's post in Can't delete Group? was marked as the answerBecause the subscription setting would still be there and it would try to move a member to a not existing group after a subscription was purchased
-
Daniel F's post in Webhooks, Zapier and integrations was marked as the answerHi and welcome to the wonderful world of Webhooks:)
Yes, this can be done with Zapier.
Yes, you'll need a Zapier Account.
Yes, you can use filters to set only specific forums, BUT this will require a Zapier Feature called "Filters", which is only available on paid Zapier plans.
we have a section with 3rd party service providers which can be hired for all kind of tasks
https://invisioncommunity.com/third-party/providers/
-
Daniel F's post in i see more logs why? was marked as the answerYou can ignore the most stuff, these issues are not critical and will be fixed in the next beta.
And the following one is caused by your custom css code:
Error: Undefined constant "IPS\Theme\fluent_user_1" in /home/...www/system/Theme/Theme.php(4620) : eval()'d code:3024 Stack trace: #0 /home/...www/system/Theme/Theme.php(5484): IPS\Theme\css_core_front___custom_css() #1 /home/...www/system/Theme/Theme.php(2647): IPS\_Theme::writeCss(Array) #2 /home/...www/system/Theme/Theme.php(646): IPS\_Theme->compileCss('core', 'front', 'custom', 'custom.css')
-
Daniel F's post in Set As Members Theme - error has occurred was marked as the answerThat's a bug which was fixed for an upcoming release
-
Daniel F's post in Ran a rebuild of links; now error was marked as the answerThis seems to be an issue with the FAQ app
[file] => /home/*******/public_html/applications/faq/sources/Question/Question.php which is using \IPS\Member::loggedIn() where it shouldn't be used.
-
Daniel F's post in API notifications: Wrong title and guest author was marked as the answerThanks, I have created a bug report for this.