For those who have problem with closing the announcement popup, do the following:
Edit FORUMHOME template, find: (if you have more than 1 template set apply this to all sets)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
$dfh_announcement_headercode
</head>
<body>
$dfh_announcement_popup
$header
$navbar
$dfh_announcement
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Replace by:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
</head>
<body>
$dfh_announcement_headercode
$dfh_announcement_popup
$header
$navbar
$dfh_announcement
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
This should do the trick!
===============================================
@Logician: I think it better to embed the announcement popup's closing script in the "dfh_announcement_popup" template, for example:
Code:
<script>function clearpopupannouncement(id) {document.getElementById(id).style.display = 'none';}</script>
<DIV ID="ANNLAYER" STYLE="background-color: red; position: absolute; margin-left:5; margin-right:5; margin-top:5; margin-bottom:0; top: 50px; bottom: 50px; padding: 10px; overflow: auto; border-color: 000000; border-style: solid; border-top-width: 2px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 2px;">
<table cellpadding="1" cellspacing="0" border="0" class="tborder" width="100%" height="100%" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" height="100%">
<tr height="100%">
<td class="panelsurround" align="center" height="100%">
<div class="panel"><div align="$stylevar[left]">
$dfh_announcement_popuptopaste
<br /><br />
<input type="button" onclick="clearpopupannouncement('ANNLAYER')" name="clear" value="$vbphrase[closeannouncement]" class="button">
<br />
</div></div>
</td>
</tr>
</table>
</td></tr></table>
</div>
By this you dont have to define and calling other template, "dfh_announcement_headercode"
PS: Actually you can put 3 templates into one