Quote:
Originally Posted by C.Birch
1) add the following java to the header:
<script language="Javascript1.3">
function launchbbm()
{
s001 = window.open("index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes");
location.href="../index.php";
}
</script>
then where every you want your link add the link like this:
<a href="javascript:void(0)" onclick="launchbbm()">your link</a>
or any other type of link you want be it a img or what main thing is that the link stops as:
href="javascript:void(0)" onclick="launchbbm()">
because thats calling the java.
2) not me personaly because im to busy to support this hack but yes it can be done if someone feel's like it.
3) yes but again someone else will have to do it.
4) not really not with out doing alot of recoding and basicy aking the hack again.
5) no because it use's vb's cookies and user info.
i could be wrong about some points but like i say people are free to help out with this hack.
|
Just a note for newbies- You must add the javascript to the "headinclude" template for your forum, and you have to edit the code to reflect the proper path to your forum or else all you will get is your forum main page when you click the link.