Jump to content

opentype

Clients
  • Posts

    9,888
  • Joined

  • Last visited

  • Days Won

    134

 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 opentype

  1. Those templates are fine. I can change the cache rules to exclude all /index.php URLs. That saves the cookies. But I actually found another issue that happens independent of the browser and Cloudflare: When the cookies are accepted on the homepage, it doesn’t forward to the original page but stays at an empty page. I tested it on all my sites and it consistently happens on the ones who have the Discover Feeds as the homepage. The browser URL looks like this and stays on this page: …index.php?app=core&module=system&controller=cookies&do=cookieConsentToggle&ref=aHR0cHM6Ly9zaW5nLnNhbG9u&csrfKey=1303e7ac90e8001c72… It doesn’t happen on my sites that have the Forums or Pages as the homepage. It also doesn’t happen for a specific subfeed like /discover/6, but only if I am on /. You can test this easily on my sites with the .guru and .salon domains. I keep Cloudlare page rules off for the time being.
  2. Yes. My Cloudflare cache rules look like this: (not http.cookie contains "ips4_member_id" and not http.request.uri contains "journal" and not http.request.uri contains "store" and not http.request.uri contains "weekly/?rss" and not http.request.uri contains "rss/" and not http.request.uri contains "login" and not http.request.uri contains "register" and not http.request.uri contains "admin" and not http.request.uri contains "modcp" and not http.request.uri contains "contact" and not http.cookie contains "ips4_IPSSessionAdmin" and not http.request.uri contains "terms")
  3. Your only choice would be to remove the entire byline.
  4. Still the same reason. I doubt IPS will touch that behaviour after having it for the entire 4.x line and with 5.x around the corner. I would “fix” that by not having main menu entries without sub-menus.
  5. There is no hover function on these devices, so you have to click. I wouldn’t expect it any other way.
  6. Yes. If you have 20 articles on the listing page and all use the full-size image, it will load much slower than using thumbnail images of say 600 by 600 pixels.
  7. Even better: Increase the thumbnail size in the database settings. The default is rather small (200x200 pixels). Note: This change only affects new uploads.
  8. Moving between categories is an admin option both on the front- and the back-end. You just click “move”. Changing the publishing date depends on the field “publishing date” being activated in the field settings.
  9. I used the same method. I guess the problem is that those mail providers can just add new domains every week and the block list is never up to date. But I still appreciate the feature. It certainly helps to reduce those registrations.
  10. I had the same experience. It was actually hard to find a temporary email domain that was successfully blocked. But it does work.
  11. I thought so too, but I just tried it here, pasting an image selection from Photoshop and it is actually turned into an attachment as requested. Might not work with every clipboard content, OS and browser though. Don’t know.
  12. You can ignore the modification indication and the default state. That refers to IPS’ default templates, which are irrelevant for custom templates. If you do anything on these screens, you replace the SuperGrid code with the default IPS code. You will hardly ever want that. If you never touched the templates, you can always just upgrade the plugin (carrying the templates) and the templates are updated when needed. You only need to deal with these code comparisons if you manually made change to the templates. In this case, the upgrade will prompt a code comparison where you would need to decide if you want to keep your own lines or have them replaced with the templates in the plugins.
  13. There is a Deleted Content section in the ModCP to do this. However, it only works if the “Permanently delete content” setting in the ACP ist not set to “immediately”.
  14. Pretty sure improvements will come with V5, but nothing substantial will change with V4. In the meantime, a lot can be improved by changing what is shown on each page or how the server is configured (for self-hosting). It’s certainly possible to pass the Core Web Vitals test with a standard V4 installation.
  15. Support is handled manually here via PM or through my site. For a support request, the purchase key should be added to the request. I have no plans of moving my products and their purchases to my site at the moment. I don’t really expect further sales or support issues to justify this. I will just deal with the few request that might come in manually. I might start offering 5.x products on my site if what I do is still possible with 5.x. We will see.
  16. It seems to be broken currently in general. I don’t think it depends on the specific image. From the upload screen: clicking upload just results in … (By the way: I am also get errors trying to upload the images above)
  17. There is also the "hide" options as well as the "require approval" option for pages databases. Both options would allow admins to review and work on articles while they remain offline.
  18. Have you read the article you linked? It explains in details why should NOT do it.
  19. Yes, you can do it there. Changes there are global, but you can target the specific fields. It’s a bit tricky to try things out there as the code only takes effect when a new record is submitted.
  20. I can’t speak for IPS, but it’s still safe to say that this is extremely unlikely. The people with coding skills don’t need it. They can just open the respective page, inspect the actual HTML and learn everything they need from it. It’s all public and there for everyone to see. The people who don’t have these skills, can’t do much with such a tutorial. They would just have to copy code they don’t understand. If they make the slightest mistake, everything breaks and now someone has to give free support for the tutorial. Who is willing to do that? If the user wants just a tiny variation of the template, they would have no idea how to do it. So again, they would ask for free support. Not to mention that such custom Pages templates correspond to Pages database fields and possibly CSS and JS files. If they don’t exist as expected, again, everything breaks. It just doesn’t work. I’ve created an entire online course around learning Pages, but it does not contain teaching people how to create templates from scratch. That’s just not a suitable topic for a tutorial. Either you know how to do it or you can get stock or custom products which deliver the needed functionality. There really is no middle ground.
  21. System → Plugins → Enhanced Forum Views → Edit
  22. Yes, the IPS Help Guide section describes the general usage of these Pages databases. But the necessary customization of the templates needs experience with HTML/CSS and time to learn how the IPS design framework works. No tutorial can easily teach that.
×
×
  • Create New...