Jump to content

Daniel F

Invision Community Team
  • Posts

    6,581
  • 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. The 4.6 version isn’t showing up because it wasn’t reviewed yet.
  2. Daniel F

    Mark Topic

    It wasn’t reviewed yet. There’s a really huge backlog from over the holidays which we’re cleaning up slowly.
  3. That’s a security feature within the IPS ACP.
  4. You can achieve the same with our IP.Pages application
  5. Make sure that the datastore directory is writable!
  6. We would need to look further into this for you, however the access details on file appear to be incorrect. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. We look forward to further assisting you.
  7. That's their documents api https://www.elastic.co/guide/en/app-search/current/documents.html for their app search service, which is something else! IPS is utilising their Elastic REST API which works as explained in https://invisioncommunity.com/forums/topic/464712-setup-elasticsearch-with-elasticco/?do=findComment&comment=2875516
  8. No, it's not needed.Here's what I'm using and which is working just fine: 1. As domain use the endpoint which you got from them. 2. constants.php needed 2 new constants: define('ELASTICSEARCH_USER' ,"elastic"); define( 'ELASTICSEARCH_PASSWORD' , YOURPASSWORD); where YOURPASSWORD is the one which you got while setup up everything ( you can reset it in the security section if you want an unique one for the elastic user)
  9. Try to add following 2 lines to your constants.php file: define('ELASTICSEARCH_USER' ,"elastic"); define( 'ELASTICSEARCH_PASSWORD' , YOURPASSWORD);
  10. Few instances were fixed, but this one was indeed missed. Thanks for the report @Gabriel Torres, I have fixed it for an upcoming release:)
  11. Could you explain the tests part? Like a quiz feature for specific lessons ?
  12. You could change the default module for the store
  13. Have you really only overwritten the existing files or replaced the old directories with the new uploaded ones( some FTP clients do this with a cryptic confirmation message)
  14. You can use the core/members REST API endpoint to get a list of members based on few filters. More information about the available filters can be found in our REST API docs: https://invisioncommunity.com/developers/rest-api?endpoint=core/members/GETindex
  15. I can't reproduce this local, so I have created a ticket to investigate this further on your community.
  16. Suggestion: Make it please a per-page option:D
  17. Yes. Reason for this is that we're not using this variable anywhere except inside the getter method. Other hooks could override the method too, we could literally change the code in the method and not use the variable at all or include some further logic (e.g. take a look a the implementation in the Record class) so overriding the method will probably be much more future proof.
  18. That's a bad approach, instead of overriding the variable, it would be much better to override the getter method ( includeInSiteSearch() )
  19. Are you probably already unsubscribed from the stream?
  20. It seems that this is caused by a broken widget. I have created a ticket to investigate this further.
×
×
  • Create New...