Jump to content

Adriano Faria

Clients
  • Posts

    31,855
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. One time for IPS4. It won’t be possible to do it with IPS5.
  2. Is it possible to add an extra column to the exported RSS feed without a hook, as I will need this functionality on IPS5 as well? - \IPS\core\Rss::generate() /* We have to use get() to ensure CDATA tags wrap the title properly */ $title = \IPS\Member::loggedIn()->language()->get( "rss_export_title_{$this->_id}" ); $description = \IPS\Member::loggedIn()->language()->get( "rss_export_title_{$this->_id}_desc" ); $document = \IPS\Xml\Rss::newDocument( $this->url(), $title, $description ); foreach( $results AS $result ) { $result->addToRssFeed( $document ); } return $document->asXML(); } Thank you.
  3. As IPS isn't selling items there, Marketplace is no longer an appropriate name.
  4. Check your purchase keys at https://invisioncommunity.com/marketplace/previous-purchases/ Then click on PROVIDER and once you're in the provider profile, click on FIND MY SERVICE to redeem the keys on their site.
  5. Actually, any editor-type profile field will appear on a new profile tab.
  6. Change 'node_error' to $e->getMessage() and you’ll get the exact error.
  7. Do a project search for the error code to see why you’re having it.
  8. Nope, there’s a Can lock and unlock own content? per group setting, so the user would lock only their content. Same for HIDE and DELETE.
  9. 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.
  10. https://www.sosinvision.com.br/index.php?/file/72-similar-content-on-post-screen/
  11. FYI, this is still an issue in the latest version: Replying here as it is marked as solved.
  12. Sure. Pay for it and you'll got it.
  13. https://www.sosinvision.com.br/index.php?/file/146-convert-status-updates-to-topics/
  14. https://www.sosinvision.com.br/index.php?/file/48-user-posts-in-topic/
  15. 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.
  16. Same here. I have 23 items (1 page only) but shows 0:
  17. 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.
  18. 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:
  19. You don't need Pages at all. Add the Topics and/or Posts feed: Configure it the way you want:
×
×
  • Create New...