Everything posted by Adriano Faria
-
How use "long" format in forums stats ?
You mean plugin? Hook isn’t plugin! A hook will add the ability to extend classes via a plugin or an application. https://en.wikipedia.org/wiki/Monkey_patch
-
How use "long" format in forums stats ?
Simply because you can't use hooks on IPS5 to extend the core methods as you could on IPS4: https://www.sosinvision.com.br/index.php?/file/283-disable-friendly-number-format/
-
Redis x number of views of content item
Iran the viewupdates task manually but didn’t change the number, that’s when I noticed the core_view_updates table is always empty. No records. Once Redis is disabled, everything works fine. What is the recommended Redis version for IPS 4.7.20?
-
Redis x number of views of content item
I noticed the number of views in topics (and all other apps) simply got stuck in 0 (zero) after enabling Redis in the Community. It worked again when Redis was disabled. Is there any particular setting I need to make for Redis and views increment to work together? Thanks.
-
Cannot access site: Class IPS\topicsview\Application could not be loaded
Application.php You need to update the app to IPS5 if it keeps identifying incompatible files.
-
Cannot access site: Class IPS\topicsview\Application could not be loaded
If you have FTP access, attach the IPS\topicsview\Application.php and I’ll make it compatible with IPS5 then the error will go away.
-
Activity streams x reactions in posts
Note: this must be related, if it's a model issue: https://invisioncommunity.com/invision-community-5-bug-tracker/automatically-follow-new-content-i-post-file-submitted-and-topic-not-followed-r654/
-
Activity streams x reactions in posts
They are the file and the support topic. The user reacted to the file and the latest post. Two different reactions; only one appears in the AS.
-
Activity streams x reactions in posts
-
No editor using phone
It is working now. Thank you.
-
IPS5: how to stop/disallow renewals in files
Hello, I don’t want people to renew purchases in specific files. These files have purchases disabled. How can I do that?
-
No editor using phone
I just checked and it works on Safari. Is MS Edge supported by IPS?
-
No editor using phone
It’s happening since Beta 1 of 5.0.4, I guess. I’m not able to use the Editor in topics only on this site. The only shows the loading FA. It works everywhere else, like Tracker or messages. iPhone 15PM. iOS 18.3.2.
-
I no longer see the helpful tab in forums since 5.0.4 update.
This option is new on 5.0.4. It should be ON as it was since 5.0.0.
-
How to make custom applications in 5.0?
There’s room for the Form extension.
-
Undefined function
Use instead: {{if \IPS\Member::loggedIn()->getLayoutValue('forums_forum') === 'grid'}}
-
Enhancements to Recent Topics/Posts Widget
That's not a widget. It is a block that updates the topics/posts in X seconds with ajax.
-
Profile Activity not showing the real state of the post
The post was edited a few minutes after posting:
-
Messages (PMs) page navigation links are not working (Page 2, Next, Back, etc)
An old bug, since Alpha:
-
Can't add a new MetaData to an IPS app
On IPS4, we use a hook: public static function supportedMetaDataTypes() { $types = parent::supportedMetaDataTypes(); array_push( $types, 'myMetaData' ); return $types; }How do I add a new MetaData to the Forums app, for example?
-
[5.0.4 B1] Duplicate hook attribute in \core\dev\html\front\global\footer.phtml: data-ips-hook="links"
There’s one duplicate in downloads index too.
-
Update test site - 500 error
Devs will have to update their apps.
-
Mark all content as read button
There isn’t a hook point at the bottom so the only option is to use that workaround provided by Matt, but there’s no language bit or confirmation box. I use it at the top: And also in mobile: It’s a free app.
-
[BUG 4.7.20] Restoring a non-searchable deleted item throws a TypeError exception
Related, from April/2024:
-
Automated Newsletter?
Nope.