Jump to content

Randy Calvert

Clients
  • Joined

  • Last visited

Everything posted by Randy Calvert

  1. Randy Calvert replied to opentype's post in a topic in Feedback
    DKIM has nothing to do with the software. It’s a server level / DNS level function. This is technically impossible for IPS to do for self hosted customers.
  2. This did not happen on my upgrades.
  3. When you login to the ACP, is there any activities listed in the background processes section of the dashboard?
  4. I’ve noticed if it’s an account with a lot of posts, merging accounts sometimes show up as guest until the process 100 pct finishes. Have you confirmed the merge activity is actually fully complete. Moving to the new account looks to be the last thing done.
  5. In looking at the IPB API, it looks like you can get the last login date/time from it. https://invisioncommunity.com/developers/rest-api?endpoint=core/members/GETitem You could have a script created that checks members and then uses the same endpoint as a post to change the member group ID.
  6. As @teraßyte noted, promotion rules do not just run on some automatic schedule. Instead they run when a pre-determined action is run. This means the rule you want would not trigger because the user never actually logs in. The login would trigger the move from A to B. There is no way to move someone from B to A simply for not logging in. This would require some sort of third party modification to do.
  7. This is not something in the IPB 5 alpha so far. So I would not expect it in 5.0.0 when it's eventually released. While it does not exist today, that does not mean it won't be considered later, thus Marc's "currently" comment. IPS generally does not talk about its roadmap until it's very close to finished. So I would not expect them to comment about it now or anytime really soon. They're going to be heads down focused on getting 5.0 out the door. The best suggestion for now would be to make a request in the feedback forum.
  8. From that screenshot, you are not even using 60 processes. So take from that what you will…
  9. There is no way to say what value to use. This depends on your server resources, how PHP is used (CGI, FPM, etc), and what else the server is doing. IPS cannot tell folks how to specifically configure their server. Instead individuals are recommended to know how to manage and troubleshoot their server or use the IPS cloud solution which would not require configuring things like Apache, PHP, mySQL, etc.
  10. Titles of clubs are (or can be) user generated. As a result, this is not possible. (It would be the same reason why each post made by a user could not be translated automatically.)
  11. Glad it worked for you!
  12. IPS does not officially support nginx, however there are htaccess to nginx converters out there online. An example is: https://www.getpagespeed.com/apache-to-nginx However as this is not something IPS helps troubleshoot or support. There are several people who have successfully converted the htaccess however based on searching the forums here.
  13. If you are planning to upgrade to IPB5… there is no longer a concept of a-la-cart modules. All of them will be included. If you are planning to stick with IPB 4, click the contact us link at the bottom of the page and submit a request to the account teams.
  14. I’m glad you got it squared away! 🙂
  15. You should be able to login to the ACP without a htaccess by going to just domain.com/admin. Once logged into the ACP, you can download/upload it. (Just make sure after it’s uploaded, it’s named “.htaccess” where the period is at the start of the file name.
  16. When an admin sets a default language, that’s the language that will show if someone is not logged in or if the user has not implicitly selected a language. Once a user chooses a language, as long as they’re logged in, that language choice will be honored. (The same is true for themes as well.)
  17. There is no sort of admin notification if someone opts out of notifications.
  18. No, it has not.
  19. Yup. Working as expected. All is good. 🙂
  20. Have them try a different device (tablet, etc). Does it still happen for them? Are they using a very old version of iOS (non supported version)? It could be a VPN or other software running on the device as well.
  21. I would suggest looking at:
  22. Here’s a stupid question… why not simply make a modal popup yourself and link it into the existing signup with Google workflow? This would not show the user’s existing Google accounts but would be that “in your face” prompt. Otherwise you might need to engage a 3rd party resource developer to create a new login method for you.
  23. The API creates a local account instead tieing to Google. So that won’t work.
  24. There is no pre set option to do this, but you could certainly look at editing your theme to add the code. You’ll most likely need to wrap it in template logic to only show it to guests.
  25. 127.0.0.1 is not a real IP address. It’s a local loopback address. If you converted from another forum that did not keep IP information, it would show 127.0.0.1. Either way, IP banning is not effect in modern days. For example, VPNs allow users to switch IPs instantly. Being on a mobile device as you wander around town would change your address. Anyone who has dynamically assigned IP addresses from their ISP would also get new addresses from time to time. Regarding dealing with spam, have you setup hCaptcha and increased the challenge difficulty? Have you setup registration question/answer challenges with questions that are relevant to your community but not to general spammers? (For a Star Trek site, something like “Who was Captain Kirk’s first officer?”) You should also check out the third party resource CleanTalk which can help filter out spam registrations… https://cleantalk.org/help/install-ipboard4