
Everything posted by Daniel F
-
[BUG 4.7.16] Editor buttons are still displayed despite being disabled for the area
Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
-
User does not see buy button for subscription
I thought it’s resolved for everybody, but now I think, that I fixed only one and that I asked you for confirmation before I change it for the other members . Could you please reply to it to get it back to my queue.
-
User does not see buy button for subscription
Haven’t we resolved this via a ticket? Or was this one of the tickets where you never received a reply from us? let’s see if I can find it
-
Problem with inability to access developer mode
Is the DEFAULT_THEME_ID constant overridden in your constants.php ? If not, have you deleter any of your themes? Please take a look at the themes, is there one with the ID 1? If not, override the DEFAULT_THEME_ID in your constants.php with the ID of your new default theme.
-
"LOCATION_UNKNOWN" Error.
You could literally just fire a proper request to the GraphQL endpoint instead of including the IPS framework and instead of utilizing it direct, using then the GraphQL class.
-
Use of variables to build internal URLs
you can get the count of members in a group via \IPS\Member\Group::load(YOURID)->getCount() So to use it in the template, you'll want something like: {{$members = \IPS\Member\Group::load(4)->getCount();}}
-
Any way to have users select a club on registration?
That's unfortunately not available in IPS4.
-
Any way to have users select a club on registration?
It's not possible out of the box with the core software. Do you want to select which clubs people should be able to join, or just a list of all open clubs? I have an app which lists all open clubs on the registration form allowing members to join while the registration.
-
Moderator can Unarchive topic
This is actually an admin permission ( Can manage archive settings ) I have raised an internal suggestion to separate this for the frontend and move it to the mod permissions.
-
How do I search Databases via API?
-
How do I search Databases via API?
Are you sure that there's a DB 3? If yes, is it placed on a frontend page?
-
template_error - DivisionByZeroError
I've fixed here recently a bug for the next release.. I'll take a look @Grafidea just to confirm that it's the same and not something else.
-
Why I cant create poll?
The poll widget will only show existing polls. So the Topic field expects the title from an existing topic that contains a poll.
-
Does IPS have native Image Compression?
There are settings for format specific compression/quality in your ACP => System => Files => Image Settings.
-
Brainstorming: selling paid articles
This would definitely require a 3rd party app.
-
spam posts
You can disable MFA by setting the DISABLE_MFA constant to false in your constants.php file! if you’re hosted with us, please submit a ticket and we’ll take care of this
-
Impossible access (error 500) after upgrade 4.7.16
Sounds like an incompatible php version. Make sure that you’re using php 8.0.0 or higher
-
Chat Box For Invision Community Recommendations Needed!
Yea, the chatbox would fire way too many AJAX requests within a short timeframe.
-
Tag index page
something like this but for the frontend https://www.ic-essentials.com/files/file/7-tags-manager/ ?
-
Tag Cloud widget
There’s one on https://www.ic-essentials.com/files/file/24-tag-cloud/
-
Help module for end users
You can literally use the pages app to create such a thing. Something like but with a select field as menu instead of the sidebar menu
-
Help me vs AI
The temp_ban column in the core_members table contains the banned state. 0 means not banned -1 means banned any other integer in this column is the timestamp until the user should be banned
-
DEBUG_TEMPLATES still with issues in forms
I have fixed few instances yesterday, the date template was one of them.
-
SMTP issue
Gmail is retrying to send the failed mails from its queue.
-
Automatic prefix for creating a forum post
You could also utilize the solution feature for this.