hi there is a little problem i think,have a look,
Forum Control Version .07 beta
Copyright Sonia Ricci
** EDIT CLIENT SCRIPTS **
1.
open the file 'vbulletin_global.js' you will find it in the directory './clientscript/'
2.
S / FIND THIS....
function vBulletin_init()
{
E / FIND THIS.... ???????
S / REPLACE WITH....
function vbcats(){W=600;H=440;wX=(screen.width-W)/2;wY=(screen.height-H)/2;window.open('display.php?'+SESSIONURL+'', 'control', 'height='+H+',width='+W+',scrollbars=1,location=0, status=0,menubar=0,toolbar=0,r esizable=0,left='+wX+',top='+wY+'');}
function vBulletin_init()
{
E / REPLACE WITH.... ????????
// +_ done
that places (????????) are empty.and what should write on there??
|