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. 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!
  2. 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.
  3. 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.
  4. Take a look at:
  5. 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.
  6. 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.
  7. Look in /usr/share/elasticsearch/config I believe it will be in the elasticsearch.yml file.
  8. 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?
  9. 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. 😆
  10. 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.
  11. 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.
  12. 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)
  13. 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.
  14. 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.
  15. 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.
  16. You need to list your actual key followed by test install.
  17. 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?
  18. I would just fill it out and the staff can route it to the correct area.
  19. 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.
  20. 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?
  21. Your best bet would be to contact the accounts team. The support team cannot help with refunds, etc. https://invisioncommunity.com/contact-us/
  22. If you create an unrestricted admin, they'll have permission to access the function and anything else. You want to create a restricted admin and grant the specific member privilege to sign in as a member. ACP > Members > Staff > Administrators Choose the person or group... set them as a RESTRICTED permission set, then go through what permissions they should have. To sign in as a member, choose "Can sign in as members".
  23. People still actually use Opera?! 😁 Talk about a trip to the past!
  24. There is not anything in the software itself that automatically optimizes the images. I have been looking at image optimization services, but there is not an easy level of integration with IPB that I’ve seen.
  25. We’re simply telling you how the software works today. It was that way before you purchased the software. In the support forum… you won’t find many posts about “we will add this later”. It’s either possible or it’s not. If it’s not… and you would like that feature… the best way to have it considered is to post it in the appropriate forum. In the mean time, you’ve been given alternative ways of accomplishing what you’ve asked about.
×
×
  • Create New...