Jump to content

Randy Calvert

Clients
  • Posts

    3,952
  • 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. The pages need to be accessible to guests for Adsense to crawl them. If those forums are available to members only, Google won’t be able to access them.
  2. This is not possible to do via an ACP setting. However you might be able to do it by manually editing your theme. This is not directly supported by IPS, so you might want to ask in the Theme forum if someone can give advice on how to do it.
  3. It sounds like you created a custom link called “What’s New”. That’s not a default item in the navigation. Make sure you have permissions for the item set properly. Also remember you can create two “What’s New”. Only one visible to members and one visible only to guests.
  4. Correct. Guests can’t view that stream. Instead they see the activity stream which shows all recent activity. (There is no concept of tracking status for guests.) https://ohmo.co/discover/ I just confirmed it works as a guest and that’s what I see while not logged in.
  5. Try clearing the system cache. If that does not work, try switching to a default theme to test if it still happens. (If it’s not happening with the default theme, your problem would be with the theme itself.)
  6. Ahhh… gotcha. I’ve never tried to modify my elasticsearch via environment variables before, so I’m not sure if it possible. I just remember running into that same message the first time I set it up and had to modify the main config file to resolve it. 🙂 As a stupid idea… Google the elasticsearch.yml variables and see if you can just paste those into the env file. It’s possible they’ll load them properly!
  7. The “L” flag was important part as there were multiple match options with the default IPB rules and this redirect rule. Adding the “L” flag tells Apache that if the rule matches to not process other directives since this rule should happen even if IPB’s rules might also match.
  8. Try something like: Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteRule ^board/(.*)$ /$1 [L,NC,R] You might just need the last line if using the default IPB htaccess. This entry should be in the site document root.
  9. Take a look at:
  10. All screen grabs that could potentially identify your community are already removed. Literally the only one left is the first one left is the one that says there was an error. Not sure what else you want them to remove as no other images show for me.
  11. Given that Yandex is only between 0.5 and 1 percent of the searches done online… I’m not sure how much of a priority this would be for consideration. Honestly you would most likely be better served having a custom plugin created to support this.
  12. Look in /usr/share/elasticsearch/config I believe it will be in the elasticsearch.yml file.
  13. No. It could be the index now server rate limiting you, it could be a transient problem between requests, etc. Literally that error says IPB sent a request to IndexNow and did not hear back in 10 seconds. There is nothing else that can be done. It literally CANT be a code problem unless that just change it to wait longer (say 30 seconds). But if it does not finish after waiting 10 sec is it going to really request if you wait longer?
  14. One thing to consider is that IPS has a large number of enterprise customers who are based in the US and the UK. These are the customers that have more lawyers on staff than IPS as a company has employees. These customers know and understand the laws most likely better than all of us here combined. Haha If there was a true legal risk/liability, they would be all over getting it mitigated. 🙂 While some folks here seem to think it’s an “us vs them” for enterprise customers vs self hosted smaller groups…. There are benefits to having both types! It’s like having a big brother who has been there and done that…. who can help show you how to shave the first time when needed. 😆
  15. You would need some sort of custom third party development work to facilitate this. There is not any sort of native integration with Laravel today.
  16. This is not supported by the software. So it’s not currently possible. You can look at having a 3rd party resource developer create this functions for you or you can post a request in the feature request forum for it to be considered for a later release.
  17. This would be nice to be disable! It’s actually on my list of things to have done as a custom mod. (I’m saving a “wish list” for @Adriano Faria)
  18. In order to document findings from the development team so that others can learn as well…. This is occurring because we don’t collect address information from our users. (We don’t require it for tax purposes, we only accept payments from full site members, AND we prefer not to store sensitive PII data such as name, address, phone number, etc). The dev is going to propose a change where that requirement could be skipped if there is no tax setup defined/needed.
  19. You don’t unless you have a way to monitor outbound traffic for your server. “It just works”. There is no reporting and no dashboards for it.
  20. ACP > System > Site Features > Integrations Choose IndexNow. It's either on or off. Once enabled, there is nothing else to configure. The rest happens automatically in the background.
  21. You need to list your actual key followed by test install.
  22. Is there a way to hide "new images" from showing on the gallery home page? If not, does anyone have any idea of what might be able to hide it via custom.css?
  23. I would just fill it out and the staff can route it to the correct area.
  24. In the Staff Directory in the ACP, you need to list each person by name instead of by group in order to see a title/biography. If you just list the group, it won't the the extra details.
  25. Hi Guys, I'm wondering if I'm doing something stupid here and missing something obvious. I've recently started taking subscriptions (renamed to donations in the language settings)... all seems to be working and the initial payment is taken, however when the subscription renews, it never actually attempts to charge a card on file even though one is stored. (I confirmed by checking the Stripe event logs and there are no attempted transactions.) I saw this happen last month, but thought it might have been because the user had two cards on file (one expired and one current). I removed the old one and manually clicked "Take Payment" on the invoice and it successfully charged. I had to wait till this month when another subscription renewed and am seeing the same thing happen. Invoice #183 never attempted to actually take payment automatically and the subscription is "In Grace Period". Can you please take a peek and let me know if I'm missing something obvious here?
×
×
  • Create New...