Silly question but...
I've installed this (haven't checked the functionality of it yet) and the headinclude edits show up at the top of my forum. Anything that I'm doing wrong to make this happen?
Edit: To make it quit appearing, I had to edit the code from:
PHP Code:
function gtwindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=googletalk&u=' + userid,
width, height
);
}
function xfirewindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=xfire&u=' + userid,
width, height
);
}
function skypewindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=skype&u=' + userid,
width, height
);
}
to
PHP Code:
<script type="text/javascript">
<!--
function gtwindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=googletalk&u=' + userid,
width, height
);
}
function xfirewindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=xfire&u=' + userid,
width, height
);
}
function skypewindow(userid, width, height)
{
return openWindow(
'sendmessage.php?' + SESSIONURL + 'do=skype&u=' + userid,
width, height
);
}
// -->
Edit - this is also hindering the popup