You are viewing a post by bobcbar. View all 1322 posts in [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of April 15, 2008 [Internalize AJAX handler & new AJAX URL][/b] [b]Browser compatible: Firefox 2+, Firefox 3, IE 6.

 5223
 5223 0
 0 1969-12-31
 1969-12-31 By the way im using the WVM by lordheinz (the updated one)
What am i going to use? is it the generator linker of lorheinz
or the one from  ArchAngell?
Whats onload handler by the way?
Thanks[/quote]
Just add the entire js code for the viewers main pic to the bottom of the tracker.txt file of ur WVM 2.2 and add the css codes for the viewers main pic to ur external css.  
It should not matter which of the linker codes you use. I am using archangells [url]http://angelldeville.mydiscussionboard.com/Host-Your-Own-File-h19.htm[/url]
If it is really showing 20 times you have a lot of problems with ur codes or too many linker codes on ur profile
 
By the way im using the WVM by lordheinz (the updated one)
What am i going to use? is it the generator linker of lorheinz
or the one from  ArchAngell?
Whats onload handler by the way?
Thanks[/quote]
Just add the entire js code for the viewers main pic to the bottom of the tracker.txt file of ur WVM 2.2 and add the css codes for the viewers main pic to ur external css.  
It should not matter which of the linker codes you use. I am using archangells [url]http://angelldeville.mydiscussionboard.com/Host-Your-Own-File-h19.htm[/url]
If it is really showing 20 times you have a lot of problems with ur codes or too many linker codes on ur profile  [/quote]
I supposed  the problem would be the js linker that i have on my media box
If im gonna add this up. It will be 3 js linker already.
Thats why the viewers main photo on my profile have 20 of it?
Then i think i have to compile it into one.
Thanks for this bobcar
[/quote]
I supposed  the problem would be the js linker that i have on my media box
If im gonna add this up. It will be 3 js linker already.
Thats why the viewers main photo on my profile have 20 of it?
Then i think i have to compile it into one.
Thanks for this bobcar   [/quote]
You can have have seperate js files if you want then use this multi js injector to create 1 js file to use with the linker code.
[quote]scriptFolder = 'http://www.yourhost.com/yourusername/scriptFolder/'
scripts = new Array()
scripts[0] = 'myloader.js'
scripts[1] = 'mytracker.js'
scripts[2] = 'mywhatever.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts)}[/quote]
[/quote]
You can have have seperate js files if you want then use this multi js injector to create 1 js file to use with the linker code.
[quote]scriptFolder = 'http://www.yourhost.com/yourusername/scriptFolder/'
scripts = new Array()
scripts[0] = 'myloader.js'
scripts[1] = 'mytracker.js'
scripts[2] = 'mywhatever.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts)}[/quote]
				|  |