
i can't download the js extension..
-Offline- |

shemeleiah wrote:
i can't download the js extension..
Try again later, feruzz ripway account exceed bandwidth for right now. 



thank god the code was restored! thanks! a lot!

-Offline- |

Thankyou po... ^_^

-Offline- |

This is really a cool trick...
Thnx for sharing...
where do i can find the
code of viewer floating on the left side????
-Offline- |

waw,. love it,. nice trick
my js file is load fast not same to my old code for
Viewer's Main Photo
tnx for this code love it,. ![]()
good job,. 
more power,. ![]()
-Offline- |
to ferruzz - how to change the font color of the texts
it seems it is not included in the codes coz i can't find it there.
obviously not in the css part, its for the image ryt.
pls help..noobie..tnxx...VIEWER'S MAIN PHOTO at SIDEBAR
-Offline- |

nice your topic......
thanks for sharing.............
![]()
in the Viewer's Main Photo at sidebar!!!!
Where will i put this code,, on my js????????
function addBox(head,code,id,siblingafter) {
//By marfillaster
/*
head:
html string title
null - no header bar
code:
html string content
id:
unique string css pointer
siblingafter:
regexp classname
'left' - mainbar column end
'right' - sidebar column end
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(!head) head="";
else head="<h2>"+head+"</h2>";
li.innerHTML="<div id=\""+id+"\" class=\"commonbox "+id+"\">"+
head+
"<div id=\"content_"+id+"\">"+
code+
"</div>"+
"</div>";
if(siblingafter=="left") getElementsByClass(/commonbox[\s]*?controlpanel/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
else if(siblingafter=="right") getElementsByClass(/commonbox[\s]*?friends/i,null,"DIV")[0].parentNode.parentNode.appendChild(li);
else {
var si=getElementsByClass(siblingafter,null,"DIV")[0];
si.parentNode.parentNode.insertBefore(li,si.parentNode);
}
}
function getElementsByClass(searchClass,node,tag) {
var classElements = new Array();
if ( node == null )
node = document;
if ( tag == null )
tag = '*';
var els = node.getElementsByTagName(tag);
var elsLen = els.length;
var pattern = new RegExp(searchClass);
for (i = 0, j = 0; i < elsLen; i++) {
if ( pattern.test(els[i].className) ) {
classElements[j] = els[i];
j++;
}
}
return classElements;
}
-Offline- |

java wrote:
Where will i put this code,, on my js????????
If you already are using js with the addbox function you do not need this code. Just add the js codes for the viewers main pic to the bottom of ur current js file.

wow! thank you for sharing! 
-Offline- |
at last i did it...hahha
it is working,,my fault only..hehe
tnx for the codes!!
-Offline- |
nice trick!
thnk's for sharin:D


-Offline- |
the codes in who i want to meet is not there???
-Offline- |
anu po b addbox san ilalagay b un? ska tpos nun anu ggwin di ko mgeys pde b un sa overlay
-Offline- |

waphax07 wrote:
the codes in who i want to meet is not there???
da code have....
see carefully.....
yankee1989 wrote:
anu po b addbox san ilalagay b un? ska tpos nun anu ggwin di ko mgeys pde b un sa overlay
please use english language...
read da Rules before posting...

did this code works for css?
i paste them in my css but its not appearin...
i'm using the who i want to meet method...
feruzz wrote:
JS extension >> Download Here
i dont understand this part...
what should i do with it?

-Offline- |

awesome code :]]
it worked pretty well. 
![]()
thanks a lot 4 sharing.
Just wondering..
Is it possible to specify the dimensions of the photo
thats going to appear?
In my case..I dont want the viewer's main photo to appear in its actual size.
I want to kinda resize it.

-Offline- |