Coinpayments banned the United States. What do I do for high risk crypto? I can't use coinpayments app. https://www.coinpayments.net/help-restricted
- 126
-
- · Genesis
- ·
Luckily I withdrew my bitcoins. Everyone in the US who has bitcoins in coinpayments.net is never able to access their crypto and it's gone forever since July 19, 2022.
can people stream video games like twitch? with their live cam inside the videogame cam like picture in picture? with the messenger next to the stream?
- 137
Iframes don't show in artificer. How to I show iframes?
- 292
-
-
·
LeonidS
-
·
In reply to Genesis
- ·
Hello@Genesis !
Is it possible to share the example of a non-working iframe? Some hosting disable the possibility to post similar content like that but usually the attempt to post it drives to the error 500.
-
·
LeonidS
-
- · Genesis
- ·
Its the new UNA. 12 works fine. Here is an example
<iframe src="mypage.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
Your browser doesn't support iframes
</iframe>
-
-
·
LeonidS
- ·
UPDATE: after some code optimization, the iframe has appeared on the page.
-
·
LeonidS
The right side menus aren't there on mobile in application view
- 296
Grand Master
Total points: 2001
- ·
- · Genesis
- · 805.6 KB
Hello @Genesis !
Please specify what this form should do. In the beginning, you may do the simple link to the form created by this manual https://github.com/unaio/una/wiki/Dev-Forms
basically I just need the post block to show up as a popup when the person clicks a button. Can I just copy the block code, then maybe have it as a navigation menu item and when people click on it, the post form comes up without redirecting to the post page.
No, you will need to have the URL which generates the block with the form and "pass" this URL to the popup JS function like loadDynamicPopupBlock(iBlockID, sUrl).