Seriously cant figure this out. I want to put a 2nd copy of 'Todays Birthdays' in the right column where I have shown above. But I've copied the code from 'FORUMHOME' that shows todays birthdays and pasted it in the 'FOOTER' in that exact location. The cake image shows, the toggle arrow shows, the light blue table row shows, but NO user names with a birthday show (yes, there is at least a user with a birthday today lol)
Funny part is, the toggle works, I click it in the footer location, and the section in forumhome opens and closes, wtf...lol
Why wont it display the users with a birthday today? Everything else is showing????
Code:
<!-- today's birthdays -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
$vbphrase[todays_birthdays]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
</tr>
</tbody>
<!-- end today's birthdays -->