Jump to content

Daniel F

Invision Community Team
  • Posts

    6,568
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. Can you clarify what you're exactly trying to do? Are you using a Zapier Interface to generate the form and then you've just linked it in your navbar and you want to make the link dynamic to include the member_id ? That's probably a bad approach, and if there are critical data or if you have to guarantee that the member who's submitting the form is really the member who's ID was submitted, you'll need a better approach, because literally anybody could open the URL and just adjust the variable. That said, back to your question:) You'll either need a custom application with a custom navbar extension to build the dynamic link, or you could use JavaScript to customize the target link and attach the currently logged in member_id
  2. It seems that your translation isn't up to date.
  3. There's no real difference. In fact, it's faster because the system doesn't need to iterate over plugin + application data. It's also much easier for us to maintain it because the old architecture introduced a lot of ugly c&p code.
  4. Daniel F

    Save posts

    And for everything else you could use
  5. Sounds like an issue with the referrals 3rd party application which isn't compatible with your installed IPS version!
  6. If you purchased this application and are interested in continuing to use it or are interested in buying it, please create an account at https://www.ic-essentials.com where future releases and support will be provided.
  7. If you purchased this application and are interested in continuing to use it or are interested in buying it, please create an account at https://www.ic-essentials.com where future releases and support will be provided.
  8. cURL should work on our cloud. Just to be sure we get what you're meaning => Are you trying to call this REST API from your CiC community to the same community? If yes could you share the code, or tell me the block id where you're trying this and I'll take a look at this.
  9. How do you know this? Have you seen v5 yet? Have you read about all upcoming dev related changes? I guess the answer is no, so please stop posting this constant false claims and FUD about v5 until you see at least the first public alpha..
  10. No, your ACP is going to show the same notification and badge as you see now if they implement their own version check.
  11. 3rd party devs are still able to provide such update checks and notifications. TBH, they are now even able to implement much better approaches which would have probably been forbidden in our marketplace because of our guidelines. License checks, direct download from github for people with a license, etc..
  12. This is horrible advice, because it's not going to archive the content and not going to run all the necessary extra operations which happen after unarchiving.
  13. You can still run the group check and include the necessary js/css files, or set the JS variables only when it’s needed.
  14. I think there were at least 2 attempts in the past, but it didn’t really work out.
  15. Some features were inspired by Yoast.
  16. Daniel F

    IC5: Menus

    The entry explains it already;) The menu templates will include the link that opens the menu, as well as the menu itself. You'll notice that the above contains a call to the hasContent() method. This method will check if the menu object has any elements inside; if a user does not have permission to any of the elements, nothing will be displayed.
×
×
  • Create New...