Jump to content

Randy Calvert

Clients
  • Posts

    3,945
  • 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. All of this is doable. You have to create the correct blocks and add HTML code to do it. There is not a “one click” button to generate the code. But absolutely possible to accomplish.
  2. Where has the year gone?! Here’s to a productive 2023!!
  3. I have it installed from the 4.6.X days. It’s worked for me without problems through all versions including the latest.
  4. If there is no error at all, it means IPB successfully passed the email to your server. You would need to work with your hosting provider to troubleshoot why they’re not delivering it. In many cases, it’s because you don’t have DKIM and SPF setup for your domain which can result in certain servers refusing to deliver the message thinking it’s spam.
  5. Awwwwwwww…. He’s so cute! I want one!
  6. I would: Update all third party resources. Switch to a default theme temporarily. Switch to whichever version of PHP you plan to use (8.0/8.1). Run the compatibility checker to confirm you have all of the required PHP modules installed. Download the latest version of IPB from the client area and upload them to your website. Run domain.com/admin/upgrade Switch back to your normal theme
  7. You need to contact whomever you pay to host your site. If you’re also using AWS, you’ll need to hire a system administrator to help you configure your instances properly.
  8. There is either a problem with your host’s firewall blocking the request or your host is not using at least TLS 1.2 to make connections to IPS. In either situation, it’s not a problem in the software. You’ll need to contact whomever you pay to host your website. If your host does not provide support, I would highly suggest finding a new hosting service.
  9. If you’re using Auto Ads, you can exclude a page from with the Google Adsense interface. https://support.google.com/adsense/answer/9262311?hl=en
  10. Third party resources can impact different areas in unexpected ways. For example I had a spam plugin installed that cased a similar problem. I saw another plugin that used birthdays in a special way that did something as well. You would not think those sorts of plugins would impact showing a member list, but it can and does from first hand experience.
  11. Invision does not have static IP addresses. They need to allow any traffic to/from remoteservices.invisionpower.com.
  12. Cookies can’t be stolen unless someone has direct access to that device. if you don’t want to keep sessions when logging in or if you’re using a shared device, you don’t check the “remember me” option when logging in. Also browsers support some sort of private browsing or “incognito“ mode. When you use it, all cookies and temporary files associated with the session are deleted when the browser window is closed. This is a browser setting, not an IPB one. https://www.computerworld.com/article/3356840/how-to-go-incognito-in-chrome-firefox-safari-and-edge.amp.html
  13. You don’t change this. That’s exactly how cookies work. They’re not associated with IP addresses, etc. That’s how cookies in general work across the internet… not something unique to the software. (If cookies were tied to IP, you could never use mobile devices.)
  14. The other situation I’ve seen where requests are blocked is if you are not using at least TLS version 1.2 when making requests. IPS will block older non-secure versions of SSL/TLS.
  15. That’s a pretty low amount of traffic. Remember there are a lot of other tasks that need to run as well. Cron is really a much better way of ensuring regular tasks are run.
  16. I would start by recreating a new default theme and using it. My guess is your “default” is not updated.
  17. It communicates over SSL so it’s port 443.
  18. There is a similar thread where this was related to a theme being out of date. Check out:
  19. The stance I took personally was if you want a personalized experience such as being able to pick a theme, you should register an account. Otherwise you get the default theme only.
  20. Take a look at the following plugin. It will move a banned member to a specific member group which you could set to not be searchable/findable.
  21. This is not possible.
  22. It looks like you’re seeing the raw PHP code. This means your web server is not parsing it before serving the request. This would be something to ask your host about as IPB (the software) can’t force your server to parse PHP.
  23. If you choose to have it displayed to members, you can’t have forums available ONLY while logged in. You would have to exclude those pages in your Adsense settings. So you could serve Adsense ads to members but for example you could not display the code within private member only areas or moderator forums. (Google adbot needs to be able to crawl it) I think I saw a plugin which will let you treat bots as a specific member group… this could work also as it could be set to allow Google adbot access to those private forums without registering. (Be careful with this as it could also mean content shows up in search results as well if you don’t fix robots.txt.)
  24. Yes. You can! In your theme global template use something like: {{if \IPS\Member::loggedIn()->member_group_id === 4}} This content only shows to members in the "Administrators" group (ID 4 in our example) {{endif}} The link above will also give you logic if you want to simply check guest vs logged in.
  25. That most likely means you’re being blocked by the spam filter or you have that IP or email on your black list. Check the spam logs to see if that is what is happening.
×
×
  • Create New...