
Solutions
-
Daniel F's post in Poll Feature Not Working When Making a Post was marked as the answerIt seems that there's an issue with one of the fields on the "Content" Tab. Switch the tab to see the highlighted field and it's error.
-
Daniel F's post in EX0 Error on account creation was marked as the answerMy guess is the forms app because following hook is being mentioned in the error stack form_hook_formRegisterController
-
Daniel F's post in Zapier Event when User is registered without payment was marked as the answerI'm really sorry for the confusion here.
@Jim M just shared some further details with me and it looks like a legit issue, which I have logged to our bug tracker.
-
Daniel F's post in Setup digital download store for users was marked as the answerThat’s the IP. Download app in combination with commerce.
You’ll also need commerce if you want to allow your members to sell the items.
-
Daniel F's post in Need help, Update Broke Site was marked as the answerI'm working on the nightowl ticket right now.
Edit: It's an issue with the "neviewpasswordonstandardlogin" plugin
-
Daniel F's post in How to add background images to cards in card view? was marked as the answerIt’s available while editing a forum.
-
Daniel F's post in Posting issues was marked as the answerThis was patched today. Please visit your ACP-System section and follow the instructions to apply the patch.
-
Daniel F's post in What happened with promotion - analytics? was marked as the answerWe have moved this to the integrations section. ( ACP-System-Integrations )
-
Daniel F's post in Anonymous post help. was marked as the answerIMO it's fine to show it while editing, I mean what if it was created anonymous by accident or if something shouldn't be anonymous anymore, but I would prefer if it would be an extra setting or a moderator permission to control who's able to toggle the anonymous flag while editing existing content.
That said, I have brought this up internally.
-
Daniel F's post in Profile tabs in 4.6 was marked as the answerThanks.
This should be fixed in our November release:)
-
Daniel F's post in Custom Block/Template on Blog App was marked as the answerApologies, this was the wrong code.
That's the correct one:
{{if \IPS\Dispatcher::i()->application->directory == 'blog'}} Your code to show only inside blogs {{endif}}
-
Daniel F's post in 4.6.7 Third Party Customizations. Question was marked as the answerThis means the internal IPS Advertisement System ( https://invisioncommunity.com/4guides/monetization/internal-advertising-r57/ )
-
Daniel F's post in Display FA icons in radio fields - theme settings was marked as the answerSet the type to "Other/Manual" and then use following code:
<?php $options = ['fa-angle-up' => '<i class="fa fa-angle-up"></i>', 'fa-chevron-up' => '<i class="fa fa-chevron-up"></i>', 'fa-window-close' => '<i class="fa fa-window-close"></i>']; return new \IPS\Helpers\Form\Radio("core_theme_setting_title_{$row['sc_id']}", $value, FALSE, array( 'options' => $options, 'parse' => "raw" ), NULL, NULL, NULL, 'theme_setting_' . $row['sc_key']); Result:
You could also use the IPS\Helpers\Form\Custom form field type which allows you to literally customize the whole output...
-
Daniel F's post in Zapier integration light on Invision Community data? was marked as the answerZapier should show all available variables once you click into the editor
-
Daniel F's post in Custom Activity Streams not showing in My Activity Streams was marked as the answerCheck your menu manager in the ACP and make sure that the " My Activity Streams Menu" is placed in your menu!
-
Daniel F's post in Can't find "display adds only on content pages" parameter was marked as the answerThat's a per ad setting appearing on the form while creating/editing the advertisement under ACP => System => Advertisements.
-
Daniel F's post in Error after upgrading 4.6.7 -> undeclared static property was marked as the answerPlease make sure that all your dev files are up2date!
And if they are, make sure that none of your 3rd party apps/plugins is accessing the deprecated IPS\Application::$ipsApps variable, which was mentioned here:
-
Daniel F's post in New Member: Onboarding was marked as the answer
-
Daniel F's post in Calendar Event Reviews not showing in activity feeds ? was marked as the answerJust to follow up on this, this was caused by a bug which was fixed for an upcoming release.
-
Daniel F's post in Spammers abusing the system was marked as the answerACP => System => Postings. The setting is called "Post Before Registering"
Hint: You can always use our ACP live search to find such stuff;)
-
Daniel F's post in Added Stream Subscriptions was marked as the answerWe have announced the feature with some further information here
-
Daniel F's post in How to create a ticket for the IPS review team was marked as the answerYou could report the file
-
Daniel F's post in Rebuild existing content frozen and queue task locked was marked as the answerI can confirm that we have a ticket for this and I'm actually looking at your issue.
-
Daniel F's post in Bug report: Links to files was marked as the answerThis was a valid bug in our software, which I've just fixed for an upcoming release.
-
Daniel F's post in [4.6.6] Duplicate $existingThumbnails in Downloads was marked as the answer