Page 2 of 2
Re: Website Update
Posted: 2018-03-25 22:43
by mectus11
Thanks it's much better, used to be really annoying when trying to do that.
Re: Website Update
Posted: 2018-03-26 22:32
by Skywalker-11
The tournament page (
https://tournament.realitymod.com/forum.php) still loads a script hardcoded over http:
Code: Select all
<script type="text/javascript" src="http://tournament.realitymod.com/clientscript/ncode_imageresizer.js?v=1.0.1"></script>
<script type="text/javascript" src="http://tournament.realitymod.com/clientscript/vbulletin_autosave.js"></script>
And on the main page (
https://tournament.realitymod.com/index.php) additionally these:
Code: Select all
<script type="text/javascript" src="http://tournament.realitymod.com/clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="http://tournament.realitymod.com/clientscript/vbulletin_menu.js?v=387"></script>
Re: Website Update
Posted: 2018-03-27 12:07
by Senshi
Thanks for pointing it out, but as I said before, https is just running in test mode right now, really. I'm aware of all those error messages

.
Minor update to the forum: Text entered when creating threads/posts/quick replies is now cached clientside. This is neat, as it prevents from your essay being lost when you accidentally close the tab or flick backwards/forwards through page history. It's no guarantee, as it's purely clientside and a bit hacky, but in most cases, it should save your stuff

.