Jump to content

bfarber

Clients
  • Joined

  1. Donald J Trump JR started following bfarber
  2. aboodhassan started following bfarber
  3. Kellen Deming started following bfarber
  4. EJRav3n started following bfarber
  5. Wolfie started following bfarber
  6. Hasnat started following bfarber
  7. Ahmad ali started following bfarber
  8. Thomas P started following bfarber
  9. 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.
  10. I saw this topic and was waiting to see the same thing basically.
  11. A fix for the issues reported here is pending developer and QA review. Thanks for raising it!
  12. This issue is resolved for our upcoming 4.6 release.
  13. This may help: https://stackoverflow.com/a/24648506
  14. 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.
  15. 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).
  16. bfarber replied to Ocean West's post in a topic in Feedback
    Is that only for clicking on a member result when performing an IP address search? Anywhere else you've noticed this?
  17. No this is not managed in the groups area, it is managed by editing the module permissions as Daniel mentioned. 🙂
  18. 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.
  19. 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.
  20. 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.
  21. Someone ( @CodingJungle I believe) has a tool which helps support IDE autocomplete, however I'm not certain it helps with templates parameters and syntax.
  22. Sometimes our system will hold payments for approval. This is usually completed within 24 hours.
  23. 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.