Jump to content

Randy Calvert

Clients
  • Posts

    3,937
  • Joined

  • Last visited

  • Days Won

    78

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. From that screenshot, you are not even using 60 processes. So take from that what you will…
  6. 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.
  7. 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.)
  8. 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.
  9. 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.
  10. I’m glad you got it squared away! 🙂
  11. 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.
  12. 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.)
  13. There is no sort of admin notification if someone opts out of notifications.
  14. No, it has not.
  15. 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.
  16. 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.
  17. The API creates a local account instead tieing to Google. So that won’t work.
  18. 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.
  19. 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
  20. The first time is always the hardest! Glad you got it squared away!!
  21. Also check if mod_pagespeed is installed by your host. If it is, it creates a server-side version of cached files which can cause problems for IPB as it does not expect the server to rewrite various JS, etc.
  22. The forums here are not the place to ask that however. Jim and Mark in support can’t make that decision and it’s not related to support. While Matt and members of management may browse the topics, it’s not the correct place to make the request. If you want to actually ask, there is a contact us link at the bottom footer that will allow you to submit a request to the accounts department. Just don’t be upset if the answer is “no”. 🙂 Like you’re free to make the ask, they’re free to choose if the ask is accommodated or not.
×
×
  • Create New...