Hi, me again
I have one more question. I want to put JFBCComments in hwdVideoshare template but i get this error:
Fatal error: Smarty error: [in video_player.tpl line 96]: syntax error: unrecognized tag 'JFBCComments' (Smarty_Compiler.class.php, line 590) in /..../administrator/components/com_hwdvideoshare/libraries/smarty/Smarty.class.php on line 1093
I have done this:
{JFBCComments href=http://slorapfan.info width=550 num_posts=10 colorscheme=dark}
{if $print_comments}
{$smarty.const._HWDVIDS_TITLE_VIDCOMMS}
{$videoplayer->comments}
{/if}
Just put the JFB comments tag in my *.tpl file. What was i doing wrong?