-
Posts
6,764 -
Joined
-
Days Won
38
Community Answers
-
Daniel F's post in Background Processes freeze was marked as the answer
This seems to be an issue with your telegram notifications 3rd party file!
#0 /var/www/..../applications/core/extensions/core/Notifications/Content.php(457): IPS\_Content::loadAndCheckPerms(137048) #1 /var/www/.../applications/telegram/sources/TelegramNotification/TelegramNotification.php(241): IPS\core\extensions\core\Notifications\_Content->parse_new_comment(Object(IPS\telegram\TelegramNotification), true) I would suggest to disable it and then to try to run the queue task again and if it then continues, please contact the author and make him aware of the issue.
-
Daniel F's post in CANNOT_MAKE_DIR /public_html/uploads/set_resources was marked as the answer
I have fixed this for you:)
This was caused by a very old bug which was fixed in the meanwhile, but unfortunatly you were still affected by this because you were still running 4.4.x !
-
Daniel F's post in Hide information on Profile? was marked as the answer
Hi,
you can set the visibility while editing the field in your ACP.
-
Daniel F's post in Minor issue (name string missing) was marked as the answer
That's correct, we have changed this for security reasons, I'm just not sure why we have kept the condition and the 3 langstrings instead of returning only one generic error message in all cases:D
-
Daniel F's post in Invision Zapier Plugin was marked as the answer
Usually you’ll prepare and format the text before you send it to the community which then creates the item as it is.
I agree that it’s not optimal. We’ll discuss this internally, because I guess we could/should make this optional.
-
Daniel F's post in I have an issue on my forum kindly guide me how to resolve was marked as the answer
This seems to be a system configuration issue, where your community isn't able to connect successful to your MySQL server.
I would suggest to contact your webhost for further assistance.
-
Daniel F's post in Delete all tags? was marked as the answer
You'll have to truncate following database tables:
core_tags core_tags_cache core_tags_perms core_search_index_tags But please create a DB backup before you run this;)
-
Daniel F's post in Poll Feature Not Working When Making a Post was marked as the answer
It 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 answer
My 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 answer
I'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 answer
That’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 answer
I'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 answer
It’s available while editing a forum.
-
Daniel F's post in Posting issues was marked as the answer
This 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 answer
We have moved this to the integrations section. ( ACP-System-Integrations )
-
Daniel F's post in Anonymous post help. was marked as the answer
IMO 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 answer
Thanks.
This should be fixed in our November release:)
-
Daniel F's post in Custom Block/Template on Blog App was marked as the answer
Apologies, 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 answer
This 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 answer
Set 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 answer
Zapier 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 answer
Check 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 answer
That'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 answer
Please 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: