OK SG thanx

basically its just saying to change the line in the instant_ubbcode function
to
global $config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user;
so look for the
function instant_ubbcode() {
and under that try this
global $theme,$config,$myprefs,$thispath,$tempstyle,$ubbt_lang,$debug,$dbh,$user;
in place of that global call you see..
let me know what happens and if ya want I can try it. thats the line I have on my server. But we may not have the same mods installed.