Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Full Screen Button For Hotel Client
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Rystbo" data-source="post: 437490" data-attributes="member: 80524"><p>Hey every one this is a quick and simple release for the full screen button for the client.</p><p></p><p><a href="https://ibb.co/mHrE0e" target="_blank"><img src="https://preview.ibb.co/dZtSLe/001.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p><a href="https://imgbb.com/" target="_blank"><img src="https://image.ibb.co/cPbsmK/download.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></a></p><p></p><p>Take this image and place it in your swf folder or roof folder. Make note of its location so you can change the address in the html below.</p><p></p><p>Next take this html below and place it in your client php (where it says <a href="http://paradisehotel.icu/swf/download.png" target="_blank">http://paradisehotel.icu/swf/download.png</a>, you want to change this to your hotel where ever you keep the image note you can leave it to say <a href="http://paradisehotel.icu/swf/download.png" target="_blank">http://paradisehotel.icu/swf/download.png</a> if you want cause my hotel has the image but i recommend you put it in your files and change it to the image location for your hotel) </p><p></p><p>Enjoy</p><p></p><p></p><p><div style="margin-bottom: 0px; position: fixed; z-index: 10;" class="alert alert-dismissible alert-primary"></p><p><a target="_blank" max-height: 5px; width: 88px; margin-top: 4px;" class="navbar-brand" href=""></a></p><p><a onclick="toggleFullScreen()" style="margin-top: 70px; margin-left: 230px;" class="btn btn-success"><input type="image" src="<a href="http://paradisehotel.icu/swf/download.png" target="_blank">http://paradisehotel.icu/swf/download.png</a>" /></a></p><p></div></p><p><script type="text/javascript" src="/app/tpl/skins/habbo/js/bootstrap.js"></script></p><p><script type="text/javascript" src="//code.jquery.com/jquery-2.0.2.js"></script></p><p><script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script></p><p><link href="<a href="https://bootswatch.com/paper/bootstrap.css" target="_blank">https://bootswatch.com/paper/bootstrap.css</a>" rel="stylesheet" type="text/css"></p><p><script></p><p>function toggleFullScreen() {</p><p>if ((document.fullScreenElement && document.fullScreenElement !== null) || </p><p>(!document.mozFullScreen && !document.webkitIsFullScreen)) {</p><p>if (document.documentElement.requestFullScreen) { </p><p>document.documentElement.requestFullScreen(); </p><p>} else if (document.documentElement.mozRequestFullScreen) { </p><p>document.documentElement.mozRequestFullScreen(); </p><p>} else if (document.documentElement.webkitRequestFullScreen) { </p><p>document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT); </p><p>} </p><p>} else { </p><p>if (document.cancelFullScreen) { </p><p>document.cancelFullScreen(); </p><p>} else if (document.mozCancelFullScreen) { </p><p>document.mozCancelFullScreen(); </p><p>} else if (document.webkitCancelFullScreen) { </p><p>document.webkitCancelFullScreen(); </p><p>} </p><p>} </p><p>}</p></blockquote><p></p>
[QUOTE="Rystbo, post: 437490, member: 80524"] Hey every one this is a quick and simple release for the full screen button for the client. [url=https://ibb.co/mHrE0e][img]https://preview.ibb.co/dZtSLe/001.png[/img][/url] [url=https://imgbb.com/][img]https://image.ibb.co/cPbsmK/download.png[/img][/url] Take this image and place it in your swf folder or roof folder. Make note of its location so you can change the address in the html below. Next take this html below and place it in your client php (where it says [URL]http://paradisehotel.icu/swf/download.png[/URL], you want to change this to your hotel where ever you keep the image note you can leave it to say [URL]http://paradisehotel.icu/swf/download.png[/URL] if you want cause my hotel has the image but i recommend you put it in your files and change it to the image location for your hotel) Enjoy <div style="margin-bottom: 0px; position: fixed; z-index: 10;" class="alert alert-dismissible alert-primary"> <a target="_blank" max-height: 5px; width: 88px; margin-top: 4px;" class="navbar-brand" href=""></a> <a onclick="toggleFullScreen()" style="margin-top: 70px; margin-left: 230px;" class="btn btn-success"><input type="image" src="[URL]http://paradisehotel.icu/swf/download.png[/URL]" /></a> </div> <script type="text/javascript" src="/app/tpl/skins/habbo/js/bootstrap.js"></script> <script type="text/javascript" src="//code.jquery.com/jquery-2.0.2.js"></script> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script> <link href="[URL]https://bootswatch.com/paper/bootstrap.css[/URL]" rel="stylesheet" type="text/css"> <script> function toggleFullScreen() { if ((document.fullScreenElement && document.fullScreenElement !== null) || (!document.mozFullScreen && !document.webkitIsFullScreen)) { if (document.documentElement.requestFullScreen) { document.documentElement.requestFullScreen(); } else if (document.documentElement.mozRequestFullScreen) { document.documentElement.mozRequestFullScreen(); } else if (document.documentElement.webkitRequestFullScreen) { document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT); } } else { if (document.cancelFullScreen) { document.cancelFullScreen(); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); } else if (document.webkitCancelFullScreen) { document.webkitCancelFullScreen(); } } } [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Full Screen Button For Hotel Client
Top