Jump to content

Daniel F

Invision Community Team
  • Posts

    6,592
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. Top Menu => Resources => Theme Differences , links to https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff
  2. I guess that's an issue with the 3rd party app then 🙂 But to get back to your initial question, once the "Customers can submit reviews" setting is enabled, they'll see the review form on the product page!
  3. Hi and welcome to our new series of updates for our contributors. We'll highlight the most common mistakes, ways to resolve them and also generic improvement suggestions once a month here:) As first, I want to apologies that some files took really long to get approved, but we really expected that new submissions and upgrades would have a better quality, but unfortunately >60% of the submissions ( 90% in the first week) were still not following the new marketplace guidelines, which resulted in a devils circle. Let's recap the last months issues resulting in rejections🙂 Core Database changes. Version details not changed. Usage of existing IPS error codes in your own code. Usage of \IPS\ROOT_PATH in your code. See 4.5 dev changes Upgrade steps trying to process too many data. Please try to process data from huge tables in batches instead of iterating over such a big datasource in one step. We're also seeing a huge trend in extra queries and extra joins, which are unnecessary most of the time, please don't be lazy and try to use your common sense and ask yourself what's the preferred solution in this case? A global join each time the object is initialized? A second query when the object is initialized? Lazy load the data when needed? Last but not least, please avoid altering the Groups database table! While we allowed this in the past, we see a big trend that many developers already use own tables and logic for this too, which works really great. Because of this we'll start to be more strict here, so starting tomorrow any new submissions will have to follow this rule too!
  4. @Michael.J some clients aren't able to upgrade to the recent version because your last 2 releases had the same version. Please follow the guidelines and increase the version for each release. https://invisioncommunity.com/developers/submission-guidelines/
  5. Absolutely not, except if we found some issues in the code, which the author needs to resolve before it gets approved. In this case, the submission was rejected because it wasn’t following the MP guidelines, and there were no further updates since then.
  6. Do you have access to the server logs? Are there any errors logged?
  7. We have an internal suggestion for this.
  8. Via ticket ask for the deletion of the pending version.
  9. Does this also happen with the English language ? I guess it’s an issue with your translation.
  10. https://invisioncommunity.com/settings/account-security/
  11. What didn't work? What's the used code? What's the code after submitting the post?
  12. The recently joined badge is shown for members which joined in the last 30 days
  13. That’s shown automatically for moderator accounts.
  14. You shouldn’t see this error at all when clubs are disabled. Could you please clarify where exactly you’re seeing the error? Is probably better to submit a ticket so that we can investigate this better.
  15. 2C349/2 happens when clubs are disabled 2S100/2 means that the module permissions don't allow members and admins to access this page. Have you changed recently anything under Admin CP → System → Applications ?
  16. We have also an additional topic covering all the new 4.5 changes and features
  17. Why would you need to uninstall the app/plugin?
  18. It’s only happening when you follow some content and if you have chosen this setting you’ll need a 3rd party app I’d you want it automated without following any content
  19. Nope, it’s there since 4.0.0 Alpha 1
  20. There’s one as part of the IP. Pages application.
  21. Yea, something strange is going on here, the real API gateway ( http://poolspaforum.com/forum/api/index.php ) returns a "pseudo 301" page with the status 200 mentioning that the new url is https://poolspaforum.com/forum/api/core/members
  22. You shouldn't use the 4.4 dev files for 4.5! You can get the 4.5 dev files on the same page where you can download 4.5
  23. There’s a 3rd party plugin available in our marketplace
  24. downloads_files is the correct one. The file owner is stored in the submitter column.
  25. You could use the theme resources system to upload your own image without the need for a ftp/sftp client
×
×
  • Create New...