Jump to content

hyprem

Clients
  • Posts

    19
  • Joined

  • Last visited

 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 hyprem

  1. That's right, now we just would need the option to generate the qr based on the auth code to have an easy onboarding
  2. I just came across this issue too, if you want to set up 2FA anyway you can click on the "not able to scan" and enter the code to your 2FA App, it's not that convenient, but security is not always convenient ;)
  3. Check this, it seems google has deprecated the service by generating QR codes.
  4. Can confirm, I do have the same issue. I think an option for normal TOTP would be great so we could make use of 2FA Apps
  5. hyprem

    Easy Pages

    Hey Ryan, just bought Easy Pages. My goal would be to implent a Simple javascript liek this: <script type="text/javascript"> function setIframeSource() { var theSelect = document.getElementById('location'); var theIframe = document.getElementById('myIframe'); var theUrl; theUrl = theSelect.options[theSelect.selectedIndex].value; theIframe.src = theUrl; } </script> </head> <body> <h1> HypremCraft Map Directory </h1> <form id="form1" name="form1" method="post" action=""> <label> Server: <select name="location" id="location" onchange="setIframeSource()"> <option value="./select.html">Server</option> <option value="http://server1.net:8123/">Creative</option> <option value="http://server2.net:8124/">Survival</option> </select> </label> </form> <p> </p> <iframe id="myIframe" src="./select.html" width="800" height="400" frameborder="0" marginheight="0" marginwidth="0"></iframe> <p> </p> <p> </p> I guess I am doing something wrong because it doesn run the html code. I didnt found any documentation inside the package so im Wondering if it is possible or not. Cheers
  6. hyprem

    Portal

    I just did that now I got a blank white page. Not sure why. I have the latest IPB and latest Portal. My Forum is set as offline currently but didnt changed after I changed the settings.... edit: seems resolved I just reinstalled the portal and now it works....
×
×
  • Create New...