Jump to content

Randy Calvert

Clients
  • Posts

    3,970
  • 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. It should be the full path on the hard disk like /home/username/public_hml/some_folder/attachments
  2. You might need to try smaller batches. Try much smaller until you find the number range that works for you. It might only be 100 in a go. Otherwise, you could work with IPS sales and they might be able to do some sort of mass import for a fee as well. https://invisioncommunity.com/contact-us/
  3. There will be big changes to how apps are developed, but before ANYONE rushes to judgement, wait and see what's done. IPS has already been working with developers to add ways to do MANY things since certain other methods have been removed. Anyone who has said that you can't do basically nothing has not seen the product in action and is just making a judgement call off high level explanations. We'll most likely not see everything be able to be perfectly carried over, but IPS has already said they'll continue to work to improve developer access throughout the 5.x line.
  4. It’s most likely a sales pitch. “Contact me right away to protect your users.” This rings right up there with “Contact us about your car’s extended warranty.” They want you to offer them a reward for scanning and pentesting your site.
  5. Those users would basically get the banned message instead of the site offline message I believe.
  6. That would depend on a lot of circumstances. When using a web interface, the problem is how long it takes in time, not how many records you have. (It will execute for XX seconds before giving up.) So one batch may work at 10k, but another might fail at 5k because there was something that took longer to process in that smaller batch. Personally if you're using something that big, it might be worth using the API to create the accounts. https://invisioncommunity.com/developers/rest-api?endpoint=core/members/POSTindex If you don't want to do that, start small... 1k and see if it works. If it does, increase it and try a bigger batch. Rinse and repeat until you find what works for you.
  7. It's possible to do, but that means you would lose history associated with that account. For example, for banned members we will continue to track device IDs, emails, IP address ranges to see if a banned member simply creates a new account using a different email. If you delete the account, any history you have on it is also lost.
  8. Go to your Client Area (https://invisioncommunity.com/clientarea). Find your purchase and choose the link that says "Manage This Purchase". Below the Active User count is the info about your total space used.
  9. The problem is what said earlier... YOUR posts 31, 51-70, 73, 88 might be different for someone else based on their permissions. With that said, check over on Invisioneer or other 3rd party resource sites... there used to be a mod that would do something like this.
  10. This used to be in MUCH earlier versions of IPB, but was removed. (Think IPB 2/3.) If you search for it, you'll find topics on this that are several pages long. The short answer is that IPS has been pretty clear on saying they won't come back. With that being said, if someone clicks on the 3 dots to the upper right of the post and chooses "Share" it will let them copy a link directly to that comment. That will save you needing to scroll through multiple pages trying to find a specific post ID, etc.
  11. You’re making a mountain out of a molehill here honestly. This is not going to affect Google any way. It does not hurt your SEO. Honestly as a site owner, you’re focusing on something that does not help your site or drive traffic to it. Time is a valuable thing. Don’t waste it. 🙂
  12. Glad you were able to square it away. Some hosting providers simply do not make sense for growing communities that actually are doing what they’re supposed to do!
  13. You’re seeing the site as that member. If that member is banned, that is the correct view. Unban the account from the Admin area temporarily or use a new non-banned account. The code button lets them paste code and IPB will format it with color, etc. That box will not execute code or do anything with it except display it. If you don’t have users that might use it, you can remove it from the text editor in the ACP.
  14. This looks to be a known issue with the beta. You might want to restore from backup.
  15. It’s a host issue. They control the SSL cert that is presented. It has nothing to do with the software. Have your host install a valid SSL certificate and that issue will be fixed. This would happen with ANYTHING called from that subdomain, IPB or not.
  16. That’s what is loading when you attempt to load your forum hostname. It’s a server configuration issue as it’s presenting a self-signed certificate instead of one signed by a recognized certificate authority.
  17. Your new host needs to setup SSL with a valid certificate. It looks like your domain is using a self signed one currently.
  18. Under the Group settings, you need to make sure “Allow filtering by this group?” is enabled. ACP - Members - Groups. Edit that secondary group.
  19. Yes... The IPS software license allows you to have a development instance (referred to by IPS as a "test install"). Check out:
  20. So... let's pause here for a moment to consider a few things: This does not appear to be an IPS problem. It appears to be the problem of a specific 3rd party resource provider. This does not appear to be impacting a large swath of IPS customers, so this would seem to suggest this was not an exploit in the IPS software itself. The domain does NOT appear to be hosted by IPS cloud. It's pointed to Hivelocity. If the domain is supposed to be hosted by IPS, that means the DNS for the domain was hijacked. (Not an IPS issue.) The domain is not using IPS' name servers... they're using the default Namecheap registrar name servers. (This leads me to believe the site is self-hosted) If the domain is supposed to be self-hosted, it looks like the self-hosted web hosting account or their server/VPS, is hijacked or that the compromise happened by some other means (either weak 3rd party resources, other non-IPS software running on the site, etc.) No one except the site owner (the 3rd party resource author) can say exactly what happened with their site and if any data was compromised. By default, things like credit card and password information is encrypted by the IPB software. You might want to reach out to that provider directly for assistance as IPS itself cannot do anything in this case.
  21. It's not how many logons would eliminate the cron, but instead do you have traffic happening basically 24/7. For example, if you have no users from midnight to 5 am, none of the tasks that run in that time would run without cron or something else to execute those tasks. In addition, even if you were able to run it with traffic... if it's a 500 error, it would still fail to run. Again, you need to look at the server logs to figure out why the task triggers a 500 error. That will happen regardless if it's triggered via cron or running with traffic. And v5 will be like v4 in terms running background activities. Cron is highly recommended as it's the most reliable method in case you don't have traffic during certain times. If you don't know how to get or understand your server logs, you might want to use a third party resource to help. https://invisioncommunity.com/third-party/providers-directory/
  22. Commerce has not been removed. It will continue to be available and they're adding more support for digital transactions (like better ad support, more subscriptions options, selling different digital offerings on your site, etc). The only thing removed from Commerce is the ability to ship physical products. The marketplace closure is not related to IPB5 development and has been done for MONTHS already.
  23. yourdomain.com/admin/?app=core&module=membersettings&controller=notifications Click on profiles. There are settings there to disable notifying users in the notification list and via email. You would want to make sure emails are not enabled by default. That will change all new members to not receive emails. Regarding changing everyone else's settings to not receive emails... you would have to reset their full notification settings. See that Reset All Members to Default Preferences button? It will reset ALL members for all notification types to whatever you've got currently set for the various notification types. There is no way to reset all members preferences ONLY for profile settings. It's going to reset ALL notification settings for ALL users. So make sure you understand the implications of that. If users have selected to not receive certain notifications in say clubs or another area but your default enables it, this will change everyone back to what you have as the default.
  24. I think you may be thinking of this post: Either way, IPS's bounce management process now will automatically control your bounce rate by disabling emails to users that are bouncing email. That in essence is cleaning your list over time as emails are sent. 🙂
  25. Email providers are not looking at you specifically. They are looking at the sender (AWS in this case). If they don’t like them, they block AWS IP addresses. They are not blocking at the domain level with large providers because it’s too easy to switch to sending spam from a different hostname.
×
×
  • Create New...