Jump to content

Daniel F

Invision Community Team
  • Joined

Solutions

  1. 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.
  2. 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
  3. 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.
  4. 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.
  5. 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
  6. 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.
     
  7. 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.
  8. 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 )
  9. 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.
  10. Daniel F's post in Profile tabs in 4.6 was marked as the answer   
    Thanks.
    This should be fixed in our November release:) 
  11. 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}}  
  12. 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/ )
     
  13. 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...
     
     
  14. 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

     
  15. 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! 
  16. 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.
     

  17. 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:
     
  18. Daniel F's post in New Member: Onboarding was marked as the answer   
  19. Daniel F's post in Calendar Event Reviews not showing in activity feeds ? was marked as the answer   
    Just to follow up on this, this was caused by a bug which was fixed for an upcoming release.
  20. Daniel F's post in Spammers abusing the system was marked as the answer   
    ACP => System => Postings. The setting is called "Post Before Registering"
    Hint: You can always use our ACP live search to find such stuff;) 
  21. Daniel F's post in Added Stream Subscriptions was marked as the answer   
    We have announced the feature with some further information here
  22. Daniel F's post in How to create a ticket for the IPS review team was marked as the answer   
    You could report the file
  23. Daniel F's post in Rebuild existing content frozen and queue task locked was marked as the answer   
    I can confirm that we have a ticket for this and I'm actually looking at your issue.
  24. Daniel F's post in Bug report: Links to files was marked as the answer   
    This was a valid bug in our software, which I've just fixed for an upcoming release. 
  25. Daniel F's post in [4.6.6] Duplicate $existingThumbnails in Downloads was marked as the answer