Log in

View Full Version : Birthdays messed up


Lombardo
01-24-2008, 10:35 PM
The birthdays section is the whats going on box is all messed up on my forum

here's the birhdays 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&amp;day=$today&amp;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 -->


anyone know whats caused this? :(

snakes1100
01-24-2008, 10:53 PM
Is the actual issue top secret?

Lombardo
01-24-2008, 10:55 PM
what do you mean by that?

snakes1100
01-24-2008, 10:58 PM
Well, posting a bunch of code, that dont tell us what the actual issue is.

Lombardo
01-24-2008, 11:01 PM
well i don't know,i'm just learning all this shit...

maybe if you actually told me how i could fix it or what you need to see..


here's my forum you'll see what im talking about http://www.ucsampdoria.co.uk

--------------- Added 1201223486 at 1201223486 ---------------

I've sorted it now anyway

snakes1100
01-24-2008, 11:13 PM
Its hard to do that when you dont post any info about whats wrong with it, you dont provide a link to your site, instead you just post code and ask us to fix it for you.

From what i see ono your forum main index page is that birthday table is broke.

1. did you modify any part of "forumhome" template, if so, save a copy of it and then revert the "forumhome" template.

2. Im thinking at this point, it's a hack causing the table snafoo, disable your hacks one by one until the issue goes away. Im guessing this is being caused by a hack using a hook to call itself on the forum main page, most likely the chat.

Lombardo
01-24-2008, 11:33 PM
I just reverted it.

I know for next time to post more.

Thanks for your help.

snakes1100
01-25-2008, 12:07 AM
Your Welcome