Jump to content

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. Adriano Faria replied to AlexJ's post in a topic in Feedback
    It’s not released yet so I don’t know. Anyway, the resource was designed to work in the IPS4 lifecycle and even if I release it for IPS, a new purchase will be required as it hasn’t renewals. No.
  2. Adriano Faria replied to AlexJ's post in a topic in Feedback
    https://www.sosinvision.com.br/index.php?/file/72-similar-content-on-post-screen/
  3. FYI, this is still an issue in the latest version: Replying here as it is marked as solved.
  4. Sure. Pay for it and you'll got it.
  5. https://www.sosinvision.com.br/index.php?/file/146-convert-status-updates-to-topics/
  6. https://www.sosinvision.com.br/index.php?/file/48-user-posts-in-topic/
  7. Tomorrow morning. 👍
  8. system / Helpers / Table / Table / __toString (line 540): /* No rows to show? Add a noindex but follow for crawling later to check if content exists */ if ( ! \count( $rows ) ) { \IPS\Output::i()->metaTags['robots'] = 'noindex, follow'; } The only Table in the movie view is controlled by the setting Display VIEWERS & RATINGS tab. So apparently, and according to the above, it will add the meta tags if the table has no rows (?). So disable the setting to see if the tags go away. Let me know then I’ll release a new version to display the tab only if it has results.
  9. True. Well, disregard that. 👍
  10. Same here. I have 23 items (1 page only) but shows 0:
  11. I’m not sure what you are asking here, honestly. DO is the way to call a function in the controller. If you are asking me to change everything just because you want to get better results, sorry, that won’t happen. You are free to change your install and do whatever you want with it. Start by adding a noindex on it. Plus, support is provided in my board only so stop mentioning me here.
  12. The links exist and point to a controller to display a popup when you click on any movie from the widget Now Playing: Example: .../index.php?app=movies&module=movies&controller=nowplaying&id=573435 The 3 links you provided work for me and they go to the same controller to display data from the cast/crew:
  13. You don't need Pages at all. Add the Topics and/or Posts feed: Configure it the way you want:
  14. It really depends on what you want for you community. You can have a free UNSUPPORTED plugin or pay $10 for a support. Even better: you don’t need to pay anything. Just learn how to do your plugins:
  15. I have recently created a forum for this matter: https://www.sosinvision.com.br/index.php?/forums/forum/111-suggestions/ Try it! 👍
  16. On the other hand, why release new apps if people don’t purchase them?
  17. Remove the permission to add files to this category. Not perfect but a workaround: https://www.sosinvision.com.br/index.php?/file/214-display-files-from-subcategories/
  18. I would add the ability to set my own order of tags (in the content item) if I don't want to order them alphabetically. I was also hoping for multiple prefixes, colors, etc.
  19. Hi Matt, Just a question: how does the framework handle the tab=comments or tab=reviews in Downloads, for example? All the tabs from the Movies app are created on the "commentReviewTabs" method of its content item. I mean: and would generate the same "errors", right? I didn't find anything specific for them. Are they "excluded" somehow? Wouldn't a "noindex" in these links solve the issue?
  20. Sorry, yes. I have no error with IN_DEV disabled but it doesn't update the value to other categories; nothing happens.