This module has been working on my site perfectly on VBulletin 3.6.2 however I have upgraded to VBulletin 3.6.3 and it has presented a problem when launching the Real Player + Quicktime Player + Windows Media Player pop ups. I have double checked to make sure the adv_portal_shoutcast are pointing at the forum and they look fine:
scastmpWindow = window.open("http://www.blablabla.net/forums.php?do=mp","mp","width=360,height=75");
}
function scastrp(){
scastrpWindow = window.open("http://www.blablabla.net/forums.php?do=rp","rp","width=420,height=160");
}
function scastqt(){
scastqtWindow = window.open("http://www.blablabla.net/forums.php?do=qt","qt","width=330,height=50");
}
|