MyBB Community Forums

Full Version: Announcements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am having an issue with my announcements, I have checked the templates and them seem fine but I am not getting the full post. I believe it is theme based, since I'm having no issue with the default theme. Any advice on what may be the issue is greatly appreciated.

I have attached and image of what is shown, when you attempt to view the thread.

Thanks in advance,
-Prowler-
Reupload your theme, and overwrite the files when uploading.
I've done this but the problem persists, could it be a conflict of some kind?
Could you maybe give us a test account so we can see it ourselves....??
sure thing!

username: TEST
password: tgc123

I have put a global forum announcement labeled: TEST
*BUMP*

sorry for bump lol but I havn't heard anything about my issue
Oops, never saw the reply for some reason.

Is the announcements template default...?? The current template doesn't look anything like it should do.
That was my first thought but it all looks good, even after a reset.
It can't be, this is what the template it supposed to be:

<html>
<head>
<title>{$lang->announcements}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="3"><strong>{$lang->forum_announcement}</strong></td>
</tr>
</table>
{$announcement}
{$footer}
</body>
</html>

Yours has loads more, looks like it's forumdisplay code or something...
which template exactly? none of them are even close to that, that I see.
Pages: 1 2