The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
No Frame Hack
I Wondering That I Have An Old Hack When I Was Using vb2+ Forum Called No Frame And That Hack Was Removing Any Frame When My Forum Was Redirect From Any Sit Have His Own Frame Around Mine ...Did There Any same Thing Fore vb3+ ??
:surprised: |
#2
|
|||
|
|||
You can just add this to your "head_include" template
Code:
<script language="JavaScript" type="text/javascript"> <!-- function breakout_of_frame() { // see http://www.thesitewizard.com/archive/framebreak.shtml // for an explanation of this script and how to use it on your // own website if (top.location != location) { top.location.href = document.location.href ; } } --> </script> and add this to your <body> tag Code:
onload="breakout_of_frame()" |
#3
|
|||
|
|||
Thanks A Lot......... :nervous:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|