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
index:

<html><head><title>{$mybb->settings['bbname']}</title>{$headerinclude}{$overview_headerinclude}{$metag}<script type="text/javascript"><!--	lang.no_new_posts = "{$lang->no_new_posts}";	lang.click_mark_read = "{$lang->click_mark_read}";// --></script></head><body>{$header}{$overview}<sf_shoutbox>{$forums}{$boardstats}<dl class="forum_legend smalltext">	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>	<dd>{$lang->new_posts}</dd>	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>	<dd>{$lang->no_new_posts}</dd>	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>	<dd>{$lang->forum_locked}</dd></dl><br style="clear: both" />{$footer}{$overview_body}</body></html>
No I said the source code of the index page on these community forums.

<tr><td class="tcat"><span class="smalltext"><strong>Today's Birthdays</strong></span></td></tr> 
<tr> 
<td class="trow1"><span class="smalltext"><a href="user-1397.html">Webster</a> (21), <a href="user-4426.html">Dragovian</a> (20)</span></td> 
</tr>

Seems to match with the HTML from the templates... hmm...
Very Strange.
And you're sure that ACP > Configuration > Forum Home Options > Show Today's Birthdays? is set to yes??
Here's an idea you can try. Set the above to "NO", apply the changes, then go back and set it to yes again. See if that will "force" it to work lol
(2008-10-13, 04:14 PM)Gordie Wrote: [ -> ]Here's an idea you can try. Set the above to "NO", apply the changes, then go back and set it to yes again. See if that will "force" it to work lol

Yeah that makes sense, that's sorted problems for me before. Sometimes something is off but is showing as on, so turning it off and then on pushes it through.
that worked, i feel stupid i didn't think of this before.

Thanks!
sorry to bring back the old thread, but Today´s Birthdays arent showing for me.

Mine templates:

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}

well also tried this:
Quote:Here's an idea you can try. Set the above to "NO", apply the changes, then go back and set it to yes again. See if that will "force" it to work lol

and it dont work... :/
Well does anyone have a birthday on your board today....??
No but, the thead_bg should show right?
Pages: 1 2 3