Jump to content

Randy Calvert

Clients
  • Posts

    3,916
  • 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. If you are using the auto ad code, do not put it in a block. Blocks don’t render in the header. You add the code to your site theme’s global template in the head section. Once it’s added to the theme, you need to make sure the code is showing when you view source. If not, it’s most likely cached to the old version still. If the code is actually there but not showing ads it’s a Google issue. If you are NOT using Google Auto Ads and are using manual ad blocks, just use the built in IPS advertising section of the ACP. (This only works with manual ads not auto ads.)
  2. Two things… once you add the code you might need to clear the system cache for changes to show. View the page source and see if the code is actually there. If not, that problem must be resolved If the code is there,but no ad… Google may not immediately show ads. They many times start profiling traffic before they deliver an actual ad. If that’s the case, the problem is with Google.
  3. No issues for me and I use Safari for both mobile and desktop almost exclusively.
  4. If it’s an app from the marketplace, you can install it. If it’s not from marketplace, you need at least the Creator Pro package. Honestly, we moved away from Tapatalk a LONG time ago. It’s something that was relevant a decade ago, but with IPB having better PWA support… we have not looked back at using it.
  5. Blocks are parsed in the body. In order for the header() function to execute, it must be done before any output is sent. So I don’t think you can actually do redirects within blocks… instead, I believe you might want to do this within your term with template logic. Someone else can keep me honest on this however as I’m not a coder. I just do system administration. 🙂
  6. There is not any sort of mass export of all info in some specific format (xml, csv, etc). My suggestion would be to export the MySQL database which would contain everything.
  7. The first is saying Google was specifically instructed not to cache that page. Which is the correct thing to do. Those pages (tags, profiles, etc) are low value pages. For the second… The “Alternate Page with Proper Canonical Tag” status message in Google Search Console means that there are two versions of a page on your website having the same canonical URL. Google will simply exclude the duplicate version and index the main version of the page.
  8. No one knows about IPB5. There has not been discussion of what specific features will live included yet. It’s more about framework, etc.
  9. She’s just exercising understatements to under promise and over deliver. 😁
  10. I understand that everyone likes instant gratification, but chat rooms are difficult for actual support. 1. It makes it difficult for self-serviceability. All of the questions that come up all the time are better off being somewhere where users search and find answers. 2. Many issues are not instantly solved. It requires logging in and investigating. This could take 5 minutes or a few hours. All the while… the customer is sitting around waiting in a chat. 3. If multiple have issues, it’s hard to track all of the different things going on. Especially if those all require logging into the customer’s instance etc. Imagine 5 people all in a chat room wanting help each talking about their problem over the course of an hour…. that is not going to be easily followed. Most organizations that do “live” support don’t do general chat rooms. Instead they do one on one private chats.
  11. Have you confirmed imagemagik is installed and working on the new server? You might need to switch to GD and then try again. Also if this is a new server, I would highly recommend making sure you run the compatibility checker script to make sure you have all of the prerequisites installed on the server, including the right versions of PHP.
  12. Save yourself the heartache and don't use social sign ins. They change their policies on a whim, don't bother notifying you, and suddenly things quit working because you're not in compliance. Then you're left holding the bag figuring out how to get back in compliance with little to no assistance.... All for them to get more data about your site and your users.
  13. That policy has existed a LOOOOOONG time. In fact, it looks to have been in the very first marketplace guidelines released back in 2020. The Wayback Machine has it in the cache on August 6th and the first blog talking about Marketplace coming soon was on June 12, 2020. https://invisioncommunity.com/developers/submission-guidelines/
  14. This argument literally has nothing to do with cloud. As a business, IPS needs to make decisions based on the needs of a majority of their customers. The majority benefit from this change. EVERYONE benefits from having all of these historically independent silos converged into a more tightly integrated single platform. This is actually one way to help address complaints you have about gallery long term. And regarding the price… the renewal cost is 199 per year. You’re talking $0.55 per day here. If someone cannot find a way to monetize their site to cover that or simply cannot afford that as a hobby… the IPS platform most likely is not the right solution for it. I would love to collect luxury cars and race horses, but unfortunately it’s cost prevents me from taking up those activities as well.
  15. IPS does not have a fixed set of IP addresses. They leverage Cloudfront which has a dynamic set of addresses. You would need to do any sort of ACL based on hostname and not IP address.
  16. Disabling right click is not going to stop the problem. That just stops someone who is happens to be human from right clicking the mouse. It does not stop someone from using a website crawling tool or using curl or even from going to the View menu and choosing to View Source that way. When you’re blocking IP addresses, you’ll most likely find they are coming from dozens if not hundreds of different addresses and that you will be continually be playing whack a mole. There is unfortunately no easy/simple way of stopping persistent scrapers without investing a significant amounts of money into anti bot solutions.
  17. Yes. However don't expect much talk about it yet until they're further along with progress. 🙂
  18. Having a plugin created to export whatever data you need will be the easiest, cheapest, and most sustainable way of doing what you want. Exporting the database is not simple/easy/quick, especially doing it on a regularly recurring basis.
  19. Each version of php can be compiled with different options/flags by your host. If they did not compile one version correctly it can be a problem.
  20. It was intentionally removed at one point. It existed I think back in the late 3.X days and then removed in one of the major point updates. So I would not expect it to be added in core.
  21. I was assuming he was meaning content with no replies and/or recently posted should not be “trending”.
  22. We have personally disabled social media integrations. It's become more of a hassle than it is worth honestly. Between changing their rules/policies on the fly without proper notification and the how they are making integration and compliance harder, it's just not worth it anymore. There is not a general policy that can be copy/pasted... it's something you need to explain for your community. What data are you collecting? For example, do you require more than just an email account to create an account? When someone requests their account be deleted, what do you do? Do you just anonymize posts made or do you fully delete anything ever posted by them? Are you using the new built in account delete feature? This is more to explain how YOU handle your site. But again... I would suggest telling Facebook and the rest to take a hike.
  23. When using Firefox was the browser in full screen mode? If you want to see what we are talking about… try resizing the browser window to be less wide. Eventually buttons will disappear when you reach the medium width (like tablets) and even more will disappear when they reach the small width (cell phones).
×
×
  • Create New...