Jump to content

beats23

Clients
  • Posts

    870
  • Joined

  • Last visited

  • Days Won

    2

beats23 last won the day on January 13

beats23 had the most liked content!

3 Followers

Recent Profile Visitors

5,842 profile views
  1. When I modify the default Pages index template "Entry and Index" they will not show up in the settings to assign those templates to the database. The template only vanishes when both the Entry and Index templates are modified. In this photo I modified both the entry and index template for category 2 column and 3 column then save. When I try to assign those modified template, they don't show up in the database display settings.
  2. It’s none of my business, but I must say, it’s quite an interesting read 🙂.
  3. I like the new IPSv5 Pages record display template, it works very nicely with some of my Pages databases, but I wanted a unique in your face looks for another database, I reorganise the Pages display template code to fit my needs. I like the new "Add message" option that was added to the record action setting in IPSv5, which adds that green message box to the article record, it looks very nice 👍. My Pages display template edits. Default Pages display template.
  4. Issue 1 When I try to iframe a PDF file link in the Tiptop editor eg. https://My-Site.com/uploads/pdf_files/radio.pdf, and save the post. The PDF iframe doesn't display. Safari shows a blank page and Chrome shows the error in the photo below. If I edit the post, the PDF iframe will shows in the editor, as shown in the photo below. However, when I save the post, the PDF page goes back to blank. The issue is caused by the iframe "Sandbox" attribute and values, that the Tiptop editor writes to the iframe code in the Mysql database. I tried adding all the different iframe Sandbox attribute values direct via the database and none of them would make the PDF show up in the post. The only solution I found was to remove the Sandbox attribute and its values, then the PDF will show in the post. This is the iframe code that gets saved to the database by the Tiptop editor. <p>Test PDF</p><p></p><div class="ipsEmbeddedOther" data-og-user_text="Test"><iframe src="<___base_url___>/uploads/pdf_files/radio.pdf" width="550" height="686" class="ipsRawIframe" data-og-user_text="Test" sandbox="allow-scripts" style="width: 550px;height: 686px;" loading="lazy"></iframe></div> When I remove the Sandbox attribute and its values from the iframe code in the database, the PDF shows in the post. The code below will make the PDF file link display in the post. <p>Test PDF</p><p></p><div class="ipsEmbeddedOther" data-og-user_text="Test"><iframe src="<___base_url___>/uploads/pdf_files/radio.pdf" width="550" height="686" class="ipsRawIframe" data-og-user_text="Test" style="width: 550px;height: 686px;" loading="lazy"></iframe></div> The iframe Sandbox attribute and its values are also causing other issues. Example, preventing some iframe page from loading "I submitted that issue in a previous bug report". The iframe embedding feature is an admin only option and not used by members. Can you prevent the Tiptop editor from including the Sandbox attribute and its value restrictions to iframe data? Issue 2 When I try to iframe a PDF file link in the Tiptop editor eg. https://My-Site.com/uploads/pdf_files/radio.pdf. I cannot extend the iframe width size, no matter the "Maximum embedded content width" setting in the ACP. This is the widest an iframe PDF link will extend and display.
  5. Is there a settings that can allow rich style paste in the new IPSv5 Tiptop editor?
  6. My install wasn't installed or updated today.
  7. Issue 1 If there is a component in the iframe page that has a view in full screen "click button", the click button will now function due to the Tiptop editor not including the iframe attribute ""allowfullscreen="true", in the iframe code saved to the post. This issue could be solved by allowing the Tiptop editor to apply the "allowfullscreen="true" attribute to the iframe code. Issue 2 Some functions of an iframe page does not load due to this iframe attribute "sandbox="allow-scripts" that is applied by the Tiptop editor to the iframe code. If I change "sandbox="allow-scripts" to sandbox="allow-scripts allow-same-origin" the page functions loads.
  8. The install is on my Mac local host.
  9. No custom blocks. It’s a clean empty beta 8 install with no added data.
  10. Same issue here. This beta-8 seems to have a lot of things that were working now broken.
  11. This beta-8 seems to have a lot of things that were working now broken.
  12. Pages blocks and forum customisation card image are not saving when save button is clicked.
×
×
  • Create New...