Jump to content
MakeWebGames

[mccode] Auto Hide Game Pages


Uridium

Recommended Posts

Not a very large Mod this lets you Hide your game page before being caught by your boss ;)

Hover mouse over the Text for the page to be Hidden..

Open up header.php

where you see print <<<OUT

Just add these lines..

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

To finish the code off add </SPAN>

After LINKS so it looks like this.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

1 Problem is it dont work on Mozilla FireFox but is fine on IE

SCREENSHOTS///

before.png

AFTER MOUSE OVER TEXT

after.png

Link to comment
Share on other sites

Re: [MOD] Auto Hide Game Pages

You dont have to Add it to Hide the whole screen im simply showing you what can be done with it. if you put it in Viewusers it can hide images so the page loads fasrer

change this line to hidden to hide images before page loads..

<SPAN ID=Header Style="Visibility:visible;

<SPAN ID=Header Style="Visibility:hidden;

also you can change

<INPUT TYPE=mouseover VALUE="Welcome To {$set['game_name']}" onmouseover="goAgain();">

to

<INPUT TYPE=button VALUE="Welcome To {$set['game_name']}" onClick="goAgain();">

to act as a button instead of a mouse over...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...