Jump to content

opentype

Clients
  • Joined

  • Last visited

Everything posted by opentype

  1. opentype posted a post in a topic in Feedback
    It is, there is just no dedicated field. The featured product image you pick to show in the store will be set as OG:Image automatically.
  2. This is the account’s Security and Privacy page: But when I activate Apple as registration service, it looks like this:
  3. I see this language string missing for Pages database records after the 5.x upgrade: After some digging, I found it is tied to the Forums app, which I currently haven’t installed on this website, which is focused on Pages and Commerce. I guess if it’s meant as a global string, it needs to be a System language string, not a Forums language string. Or each app needs its own version. This is from a different installation with Forums installed:
  4. The combination of a long description and purchase options pushes the button for the latter out of the main column in the Commerce product listing view.
  5. I’m still getting this, but I now believe this is actually a poor automated(?) hacking attempt. There’s always the apostrophe, but also sometimes commands added behind it, looking like SQL injections. I am now blocking this through the htaccess file.
  6. Thanks. Must be Cloud only then. I don’t have that.
  7. Where is that setting? Can’t find it.
  8. Do what it says in the error message. Check your settings at keycaptcha.com or switch to a different captcha service.
  9. opentype posted a post in a topic in Feedback
    It’s not automatic. After the URL was pasted, set the cursor in it and click the link symbol. If it is a recognized domain, the Create iFrame From URL button will appear (globe icon). Click that. Afterwards, adjust the size.
  10. opentype posted a post in a topic in Feedback
    You can’t post the full HTML snipped for an iframe as you cannot use HTML at all. You need to paste only the iframe URL and then have that converted into an embedded version of that link.
  11. It’s in the conf_global.php
  12. Was it maybe uploaded twice too? Again, focus on the attachment area, not the post content. The only reason why an attachment would be added at the end is that the software sees the image as not being used in the post, which is either true or there is something wrong with the embedded image so that it is not recognized as use of the attachment. Try to make sure the image isn’t uploaded twice and if that is not the case, maybe clear all instances from the post content and then add it back once.
  13. When you say you deleted it, what do you mean? Removing it from the post content itself, will not remove the image from the post and instead add it back again at the end of the post. That’s normal and expected behaviour for “attachments“. You need to delete the images you don’t want anymore from the attachment area below the content.
  14. opentype posted a post in a topic in General Questions
    It’s probably because of your server move. Make sure the URL set up with Keycaptcha hasn’t changed and wait for the completion of the DNS propagation.
  15. Not sure what you mean by “download”. Adding the PWA to your phone is done through the “Add to Homescreen“ option in your phone, which should appear using the default browser of the operating system. Is that not the case?
  16. opentype posted a post in a topic in General Questions
    https://virtualmagie.com/forum/modcp/
  17. Yes, that’s normal. You would have to log in as that member to see content exclusively available to them. Normally, as admin, you manage payment details in the ACP, not on the front-end.
  18. It’s part of the admin notification settings. Click the settings button in the ACP here:
  19. First action would be to check the permissions of the Record Image field. It’s under Fields for the article database.
  20. Club settings, enable this: Member group, enable this: After that, you can create clubs and set a price to join.
  21. Not sure why this isn’t getting more attention even after almost 3 months. Backblaze support was officially added, but the reported bugs aren’t addressed, not even simple stuff like adding the missing help links. At the moment I have to pay for both Amazon S3 and Backblaze, because I moved to Backblaze, but since the downloads aren’t working, I have to keep uploading just Download files to Amazon, even though consolidation of the storage locations was the entire point of touching anything about storage.
  22. You can remove guest access to the functionality in the App section of the ACP. Of course this also means, guests won’t be able to see the subscription offers.
  23. With custom template code, one can create those “add to cart“ links to start a registration/checkout with a specific product or subscriptions being added automatically. I’ve built such pages for customers. It allows more styling than just the existing subscriptions page and works well for landing pages in this regard. One thing I don’t link about this solution is that allowing guest to start a purchase always creates an invoice in the ACP, even if they don’t actually check out or are just a bot following all links on a page. In that sense, letting members use the regular registration flow can work better.
  24. That usually means it IS the default page already.
  25. There is no option for that. You would have to manually code the templates for the blocks to make that happen. By the way, the default images are replaced if there are images connected to the entries, e.g. an attachment to a post or topic, a cover image for an event, a record image for a database article and so on.