dont find enything that can help me
do you mean to this :
PHP Code:
<phpcode>
<![CDATA[
$vfsms_can_stick_by_sms_forums_ids = str_replace(' ', '', $vbulletin->options['vfsms_can_stick_by_sms']);
$vfsms_allowed4sticky_forums = explode(',', $vfsms_can_stick_by_sms_forums_ids);
// I've already read article from this forum abt passing variables to the template engine
vB_Template::preRegister('SHOWTHREAD', array('vfsms_allowed4sticky_forums' => $vfsms_allowed4sticky_forums));
]]>
</phpcode>