Has anyone figured out how to globalize this add-on so if I use the following piece of code it will work in cmps, dyna, and vb?
PHP Code:
<if condition="$addonchat[vb_enable_popup]">
<tr><td class="vbmenu_option"><a href="#" onClick="window.open('addonchat.php?$session[sessionurl]do=popup', 'addonchat', 'width=$addonchat[width_float],height=$addonchat[height_float],statusbar=no,scrollbars=no,toolbar=no,menubar=no,resizable=yes'); return false">$vbphrase[addonchat_enter_float]</a></td></tr>
</if>