Jump to content

Adriano Faria

Clients
  • Joined

Everything posted by Adriano Faria

  1. https://www.sosinvision.com.br/index.php?/file/283-disable-friendly-number-format/
  2. It should “remove” from viewing, if that’s what you meant. That’s a similar situation that was “fixed”:
  3. @Joey_M @Joel R Quick one: Will send only to multiple members, no groups. Please let's continue this conversation on my board. What other feature are you missing?
  4. Since this is a service-related charge, we believe the user should not be able to cancel the invoice on the front end. To address this, we opted to hide the cancel button using CSS. Also and just in case the user already knows the URL to cancel the invoice: A hook on IPS4 will throw an error message when trying to cancel the invoice. The PENDING status is restored via Invoice Listener on IPS5.
  5. Is that possible at all? Users can go to the Orders page and cancel invoices. These are not “renewing” invoices. They are the charge for a job.
  6. He's probably talking about the plugin to click in a @ in postContainer and it was added to the editor. Click to Mention or something.
  7. Permanent. Once changed, it’s done. You can uninstall the app or leave it there to change date from this or other members.
  8. There’s a 3rd-party resource for this: https://www.sosinvision.com.br/index.php?/file/128-change-member-joined-date/
  9. I'm not sure; I left it behind. There are other topics with the same issue.
  10. Adriano Faria commented on Esther E.'s comment in Blog
    @Esther E., no change from IPS4 to IP5: Isn't this going to be a feature? I'm asking because those who use different Downloads categories for IPS4 and IPS5 will need to develop an app to transfer purchases from IPS4 files to IPS5; it could be avoided by adding an option to add the initial purchase, like there was here before in the MY PAID FILES section of the Marketplace. Thank you.
  11. Check the Moderators log in your ACP. Probably it was deleted. Check the ModeratorCP -> Deleted Content.
  12. I would try what Terabyte said and rebuild the cache just in case; you can simply delete all files from datastore folder.
  13. You don’t lock a member. The member gets locked when they type the password wrongly 3 times (setting in your ACP).
  14. Extract the zip and you’ll find the .tar or .xml there.
  15. Why not allow the profile owner to do it, just like in Clubs? As the "owner" of the data displayed in the profile, the user may be interested in showing their data in some specific order.
  16. One time for IPS4. It won’t be possible to do it with IPS5.
  17. 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.
  18. As IPS isn't selling items there, Marketplace is no longer an appropriate name.
  19. 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.
  20. Actually, any editor-type profile field will appear on a new profile tab.
  21. Change 'node_error' to $e->getMessage() and you’ll get the exact error.
  22. Do a project search for the error code to see why you’re having it.
  23. 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.