Everything posted by Adriano Faria
-
Is there a way to display long view count on posts?
https://www.sosinvision.com.br/index.php?/file/283-disable-friendly-number-format/
-
Turning off Tags still display tags in Activity, Streams, etc.
It should “remove” from viewing, if that’s what you meant. That’s a similar situation that was “fixed”:
-
Alert to multiple members (not groups)
@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?
-
Disallow users from canceling invoices
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.
-
Disallow users from canceling invoices
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.
-
Plugin @mention
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.
-
Change Joined Date
Permanent. Once changed, it’s done. You can uninstall the app or leave it there to change date from this or other members.
-
Change Joined Date
There’s a 3rd-party resource for this: https://www.sosinvision.com.br/index.php?/file/128-change-member-joined-date/
-
How often do you get these?
I'm not sure; I left it behind. There are other topics with the same issue.
-
IC5: Commerce
@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.
-
Thread missing from Forum
Check the Moderators log in your ACP. Probably it was deleted. Check the ModeratorCP -> Deleted Content.
-
An application update has rendered the website unusable.
I would try what Terabyte said and rebuild the cache just in case; you can simply delete all files from datastore folder.
-
Locking members
You don’t lock a member. The member gets locked when they type the password wrongly 3 times (setting in your ACP).
-
Unable to update plugins
Extract the zip and you’ll find the .tar or .xml there.
-
Is it possible to have "About Me" tab selected when clicking on profile link?
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.
-
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. - Issues with Marketplace Download Permissions