» Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=unmaskedluke]hmmm..not working on me.. in ff, it workings fine..the js and wvm showing up.. but in IE, only the css show up..no js..[/quote]
[quote=bobcbar]Sorry to say did not work on my profile either using IE7, when I add the timeout all my js codes quit working[/quote]
[quote=cklahrckiey]^same thing happened to me....[/quote]
[quote=sickofyou]IE problems (the least that i know of):
- no wvm
- sometimes it doubles the tweaks/boxes
- show/hide boxes not working
- visitor's pic by feruzz not working
but thanks.[/quote]
sorry guys.. i forgot to put a comma on the setTimeout thing.. above post edited.. sorry..
feruzz visitor's pic and wvm are working.. luk at my profile..
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote]}setTimeout("onProfileLoad()",4000);[/quote]
is that what you edited? and comma put on?
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
wow .. work great on my profile , thanks for share it:thumbsup:
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
it works..but some of the js didnt work eventho its compatible in ff & IE..
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=unmaskedluke]it works..but some of the js didnt work eventho its compatible in ff & IE..[/quote]
what js? example? maybe i can figure dat out..
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=marvinkamote14]what js? example? maybe i can figure dat out.. [/quote]
[url=http://theftalk.com/t20561-Anti-poser-cbox-ControlPanel.html]Anti-poser cbox in ControlPanel[/url]
[url=http://theftalk.com/t9978-Snow-Effect-your-Profile.html]Snow Effect on your Profile[/url]
& 1 js that are not from this forum..
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
@unmaskedluke
ahhh.. i get it.. these js codes are using an onload handler too..
for the anti poser: omit the bold part and paste the remaining part below the onload handler of wvm.
[quote][b]if (!attachOnLoadHandler(function(){antiposer()})) window.onload = function(){antiposer()};
function antiposer(){[/b]
var slashed = "<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='200' height='250' src='CBOX MAIN' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='kite' id='kite'></iframe><br/><form name='chat' target='kite' action='CBOX SUBMIT' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' name='eml' value='http://www.friendster.com/"+pageViewerID+"'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br />Use Avatar Here:<br /><input style='width:245px;height: 20px;border-width:1px!important;border-style:solid!important;font-family:Comic Sans MS;font-weight:bold;font-size:12px; border-color:white!important;background-color: transparent!important; color: white!important;' type='text' maxlength='200' name='eml' size='20'></br><input type='submit' class='cboxButtons' value='Submit' name='asa'><input class='cboxButtons' type='reset' value='Clear' maxlength='300' onClick='reset()'><input type='button' class='cboxButtons' value='Refresh' name='kite' onClick='window.kite.location.href=document.getElementById(\"kite\").src'></form>"+
"</div>";
document.getElementById("0").getElementsByTagName("ul")[1].innerHTML="<center>"+slashed+"</center>"+"<center><img src='IMAGE_URL'><font face='Comic Sans MS' color='#ffffff' size='2'>Post Here<img src='IMAGE_URL'></font></img></center>";
[b]}[/b][/quote]
how did u insert the snow effect in ur js file?
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
the snow effect? i use this..
[quote]document.write("<script type='text/javascript' src='http://h1.ripway.com/jagcopra/snow.js'></script>");[/quote]
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
hmmm.. i don't know how to make it work also.. sorry:(
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
I finally got it to work on my profile but used the set timeout within the WVM code itself to replace this on the WVM 2.2 version from lordheinz.
This is located right before the [b]TRACKER.init();
[/b]
I replaced this line of code:
[quote]onProfileLoad()[/quote]
With this code:
<">
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
I don't get it. My WVM doubled on my profile. I'm using IE7 .... please help ...
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=cjoya]I don't get it. My WVM doubled on my profile. I'm using IE7 .... please help ...[/quote]
Make sure you remove any old linker codes in ur media box, you can only use either js or css linker not both.
Look inside the file for tracker.tx and find the line of code like I show above ur post and replace it with the timeout code. Then save ur tracker.txt file as tracker.js and use the js linker.
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
im glad you made it work bob! a big thanks to you coz i come up with an idea to make my wvm work..
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Thanks to ur timeout suggestion I was able to get the WVM to work by just change the code within the WVM object codes, did not need to mess with the addbox code for the tracker.
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=cklahrckiey]^how did you change it bob?[/quote]
I am using switpotato's posted method for loading my codes but what I changed inside the tracker.txt code was the line of code right above the tracker.int.
Find this line of code replace the bold:
[quote][b]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()[/b]};
TRACKER.init();[/quote]
So it reads like this:
[quote][b]setTimeout("onProfileLoad()",4000);[/b]
TRACKER.init();[/quote]
Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[b]bobcbar,
[/b]
do we still need to remove this:
[quote]addBox("RIGHT","My Visitors",TRACKER.div.innerHTML,"tracker","mymp3");
}[b]setTimeout("onProfileLoad()",1000);[/b][/quote]
its marvinkamote's method...
and do your thing?
» Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an