Um, I get an error on the page when I go to edit the sig.... The part I have trouble with is this part... I'm new to Vb so I don't really know how to fix it myself...
Trouble
l
\/
The important part is <a href="javascript

peneditsigwindow(490,320,'$sessi on[sessionhash]','$post[userid]')">Edit Sig</a> you have to add this somewhere in the postbit template.
I don't know exactly where to put that. and for this... you said there was a space between edit and sig so it looked like this
edit sig... well I can't find that, so is it already corrected? well thanks
showthread
-------------------------
below
function aimwindow(aimid) {
window.open("member.php?action=aimmessage&aim="+ai mid,"_blank","toolbar=no,location=no,menubar=no,sc rollbars=no,width=175,height=275,resizeable=yes,st atus=no")
}
add
function openeditsigwindow(x,y,sessionhash,userid) {
window.open("moderator.php?action=editsig&s"+sessi onhash+"&userid="+userid, "EditSig", "toolbar=no,scrollbars=yes,resizable=yes,width="+x +",height="+y);
}