Jump to content

Daniel F

Invision Community Team
  • Posts

    6,570
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. I agree and in fact I know about at least one client who's using a pages database for this. Pages is perfect for this since a real estate database doesn't require that many additional features ( which you can always add as a custom app, which is also much easier to maintain compared to a stand alone app which would need to be updated after BC breaking changes in IPS) Categories would be the types and then create custom fields for location , size, price, status, upload field for pictures, etc..
  2. No, that's something what you'll have to ask your web hosting provider.
  3. You could create a new group called "Moderators", add the group as secondary group to all your moderators and only allow the moderators group to access it.
  4. I guess it's not exactly what you're suggesting, but couldn't you use the link to the edit form? modcp/alerts/?id=1&action=create That's what I do when I need to link to one. That said, I have raised an internal suggestion for this
  5. One of the biggest benefits from IPS is also one of the most annoying things.. The Proxy Classes and full IDE support! I have related a small script which generates a file with class aliases. https://github.com/DanielFatkic/ipsaliases This can be installed global on the system via composer composer global require danielfatkic/ipsaliases and then just call vendor/bin/generatealiases . inside your IPS dev instance, or you can also pass the full path to an IPS installation, which will generate a file called aliases.php
  6. Hi, this could help https://invisioncommunity.com/files/file/10199-tags-manager/ 🙂
  7. Still working on it. Unfortunately I haven't found any working future proof solutions, so I'm ditching the google client and replace it with something own.
  8. It's unfortunately not possible out of the box yet, but there's at least one 3rd party application in the marketplace, which sounds like what you described.
  9. Have you changed the _list_format_ language string?
  10. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  11. That's an issue in the app, the column has indeed only a 32 characters limit.
  12. There's no 404 error log in the default IPS, but if you're using google analytics, you could use it to see all the URLS which return the 404 page. There is also at least one marketplace file that can log these pages https://invisioncommunity.com/files/file/8999-404-management/ ( I have also an app for this, but it's probably doing too much if you need only the 404 log )
  13. AND if you're using the cron, make sure it's using the same PHP version as your webserver.
  14. There are actually more SEO changes:) 1. Clubs and Club Pages Sitemaps 2. Club page and CMS pages can now also be flagged as not indexable. 3. We've added the noindex tag to few other pages which shouldn't be indexed.
  15. 2.3.0 was just released fixing the redirect issue mentioned by @John Horton . Unfortunately my fix for the CiC google client issue didn't work as expected, so I disabled the feature temporary for Cloud Clients. This won't result in any data los since the application was only fetching and showing the stored data from Google without storying them locally. I'm working on a proper solution and will release a new version ASAP it's done ( still expected in January! ) I'm really sorry for this. Full Changelog:
  16. Thanks, I have fixed this for an upcoming release.
  17. Could you send me a PM with the URL to your community and an admin account with permissions to manage the redirects so that I can take a look at this. Thanks.
  18. I took another look at your community and while the task is called, it's not really processing anything. I have created a ticket so that we can look at this further.
  19. Hi, the task is working and it's archiving topics in the background. Do you have any post example which shouldn't appear? It's fine to just reply with the ID instead of the link to the post if you don#t want to share the URL in public.
  20. @Carole Asselin The credential used to login to the marketplace are the same as the one used here on this community, not your own ACP!
  21. Were you using this https://docs.danielf.dev/seo-essentials/google-search-console-setup ? The link sends me to https://console.cloud.google.com/marketplace/product/google/searchconsole.googleapis.com?q=search&referrer=search&project=danielf Which is exactly what you need to create the credentials so that my app can fetch the data. Once you're on the page you need to use the "Manage" Button to get to:
  22. You can always take a look at your requirements.json file ( yourURL/applications/core/data/requirements.json ) to see the required and recommended PHP and MySQL version.
×
×
  • Create New...