MyBB Community Forums

Full Version: no "Today's Birthdays" in 1.4?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
i'v noticed that the Todays birthdays are not showing up on the bottom in 1.4

is it something wrong on my site( if so, how do i fix it) or is there no such feature now?
Check the "Forum Home" section in the configurations. There's an option there to turn it on

acp>configurations>forum home>Show Today's Birthdays?>YES
checked. i have it set to yet. can someone please tell me which template to check for which code?

Thanks!
Check your Index templates>Boardstats template

Find:
{$whosonline}
{$online_today}
{$index_events}
{$birthdays}
{$forumstats}

If {$birthdays} is not there, then add it.
i have this:

{$whosonline}{$birthdays}{$forumstats}


very wierd why its not showing up Sad

so, i see people's birthdays in the calendar, but not on the main page Sad
Well it's on these forums Huh

There must be another template for it somewhere...
can you show me the content of our "birhtday" templates? i think there's two of them. maybe they'r not working properly for me
index_birthdays
<tr><td class="tcat"><span class="smalltext"><strong>{$lang->todays_birthdays}</strong></span></td></tr>
<tr>
<td class="trow1"><span class="smalltext">{$bdays}</span></td>
</tr>

index_birthdays_birthday
{$comma}{$bdayuser['profilelink']}{$age}

That's mine
i have the same thing. wierd.
my boardstatis:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><thead><tr><td class="thead"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div><div><strong>{$lang->boardstats}</strong></div></td></tr></thead><tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">{$whosonline}{$birthdays}{$forumstats}<tr>	<td class="tfoot" style="text-align: right">		<span class="smalltext">			{$logoutlink}			<a href="misc.php?action=markread">{$lang->markread}</a> |			<a href="showteam.php">{$lang->forumteam}</a> |			<a href="stats.php">{$lang->forumstats}</a>		</span>	</td></tr></tbody></table><br />
Same with me... check the source on the index here.
Pages: 1 2 3