I want to register $forum in facebook_publishcheckbox template. But I don't know where I set those set those register value in what file.
PHP Code:
vB_Template::preRegister('facebook_publishcheckbox',array('forum' => $forum));
facebook_publishcheckbox Template
Code:
<label id="fb_pulishlabel" for="fb_dopublish">
<img src="{vb:stylevar imgdir_misc}/facebook.gif" alt="{vb:rawphrase publish_to_facebook}" />
{vb:rawphrase publish_to_facebook}
<input type="checkbox" tabindex="1" id="fb_dopublish" value="1" <vb:if condition="in_array($forum['forumid'], array(70,80,81,82,83,88,92,93))"><vb:else />checked="checked" </vb:if>name="fb_dopublish" />
</label>
Please help me, I am a very beginner.