Everything posted by Adriano Faria
-
Is it possible to have "About Me" tab selected when clicking on profile link?
Please.
-
Is it possible to have "About Me" tab selected when clicking on profile link?
One time for IPS4. It won’t be possible to do it with IPS5.
-
Extra column on exported RSS feed
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.
-
Remove Marketplace from Services menu on this site
As IPS isn't selling items there, Marketplace is no longer an appropriate name.
-
Remove Marketplace from Services menu on this site
- Issues with Marketplace Download Permissions
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.- Possible bug with editor type field
Actually, any editor-type profile field will appear on a new profile tab.- 2C103/Q Error.
Change 'node_error' to $e->getMessage() and you’ll get the exact error.- 2C103/Q Error.
Do a project search for the error code to see why you’re having it.- Locked Topic
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.- Similar Files
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.- Similar Files
https://www.sosinvision.com.br/index.php?/file/72-similar-content-on-post-screen/- [Bug] Leftover records in core_achievements_rules after uninstall app
- What will happen to statuses once they are deprecated?
Sure. Pay for it and you'll got it.- What will happen to statuses once they are deprecated?
https://www.sosinvision.com.br/index.php?/file/146-convert-status-updates-to-topics/- Search posts by a user in a topic to hide/delete them.
- Movie pages are excluded by noindex meta tag
Tomorrow morning. 👍- Movie pages are excluded by noindex meta tag
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.- "Found 0 results" in ModCP Hidden Content
True. Well, disregard that. 👍- "Found 0 results" in ModCP Hidden Content
- Severe indexing issues from using plugins and apps vs robots.txt
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.- Severe indexing issues from using plugins and apps vs robots.txt
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:- Missing language bit 2FA
- Any way of automatically displaying new topics and new posts on the forum homepage?
- PHP version 8.3.x support
- Issues with Marketplace Download Permissions