2
Upon further investigation, it was working. But. The problem is its positioning in IE is at the top of the screen where I couldn't see it. In FireFox it is right next to the block, slightly down and to the right. Bleepin IE! Any ideas how to solve the IE positioning problem?
Here is the template info to:
Quote:
<{if $block.hits_birthdays == 0}>
<{$block.lang_birthday_none}>
<{else}>
<{$block.lang_birthday_pre}>
<{$block.hits_birthdays}>
<{$block.lang_birthday_post}>
<{foreach item=result from=$block.results}>
onmouseout= "HideContent('BirthdayPop<{$result.uid}>'); return true;"> <{$result.uname}> |
<{/foreach}>
<{foreach item=result from=$block.results}>
<{$block.lang_birthday_header}> <{$result.uname}> |
---|
|
<{$block.lang_name}> | <{$result.name}> | <{$block.lang_birthday}> | <{if $block.dateformat == 0}> <{$result.user_birth}> <{else}> <{$result.user_birth|date_format:"%d-%m-%Y"}> <{/if}> | <{$block.lang_age}> | <{$result.user_age}> |
|
<{/foreach}>
<{/if}>