is there any way you can add more to your featured friends?
the maximum featured friend you can put there is 6, right? :paranoid: can you add more?
if yes, please give me the code. :D
find this part and change the friends_2_2 into [b]#content_2[/b]
[spoiler][quote]//add sidebar script
function addSideBar(head,htm,div_id) {
var innerHtm=htm;
var cont=
"<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+div_id+"'>"+
innerHtm+
"</div>"+
"</div>";
try {
var obj=document.createElement("<li>");
} catch(e) {
var obj=document.createElement("li");
}
var x=document.getElementById("[b]friends_2_2[/b]");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}[/quote]
[/spoiler]