-
Donald J Trump JR started following bfarber
-
aboodhassan started following bfarber
-
Kellen Deming started following bfarber
-
-
-
-
-
-
Saving posts is slow
How many is a "large number"? If there are 50 or less (remembering off the top of my head here) we send the notifications immediately, but if there are more we queue the notifications to be sent by a background task. If we are sending notifications immediately, the speed of your email server will make a difference, but if we queue them then emailing is not likely going to be the problem. Do you use Elasticsearch? It's possible this is slowing down posting if the newly posted content has to be pushed across the internet to a slow ES instance. Any custom applications or plugins? Many are designed to do X when Y happens, which often includes submitting a new post or topic.
-
Idea: per-group color for "highlight replies"
I saw this topic and was waiting to see the same thing basically.
-
Small Quality of life improvement (editor)
A fix for the issues reported here is pending developer and QA review. Thanks for raising it!
-
Topic read marker when topic is moved
This issue is resolved for our upcoming 4.6 release.
-
Error code after traffic surge
This may help: https://stackoverflow.com/a/24648506
-
Prevent moderators to see blog drafts
Yes if your permission setup isn't working as you think it should, I would recommend submitting a ticket so we can help you review it.
-
Profiles not accessible to guests
PHP 7.3 should work with 4.4. I would double check that your server meets the requirements with 7.3 installed (perhaps you're missing a necessary PHP module in that build).
-
ACP Member Links
Is that only for clicking on a member result when performing an IP address search? Anywhere else you've noticed this?
-
Profiles not accessible to guests
No this is not managed in the groups area, it is managed by editing the module permissions as Daniel mentioned. 🙂
-
Prevent moderators to see blog drafts
Your moderators must have permission to see the draft in that case. You can edit moderator permissions in the AdminCP under Members > Moderators by editing the respective member/group moderator records.
-
Old Guest Posts (Guest Never Registered)
No, the intention is that for all intents and purposes these posts "don't exist" unless the guest completes their registration. They should be deleted automatically on their own via a task already.
-
Pages Database missing title in the record list.
Verify in the Fields page which field is set as the title field. Then edit the records and make sure that field has a value.
-
Intellij IDE support
Someone ( @CodingJungle I believe) has a tool which helps support IDE autocomplete, however I'm not certain it helps with templates parameters and syntax.
-
How Long i have to wait for activate license?
Sometimes our system will hold payments for approval. This is usually completed within 24 hours.
-
Pages database filters give incorrect results for booleans
Yes if you have a Yes/No field then it makes sense if "No" is selected we honor that in the search. We'd essentially need a checkbox next to the toggle that says "Ignore this" or similar to accomplish what you are after without limiting the current available functionality.