For all you VBA CMPS users I have this working on the CMPS home Page. Here is what I did. I am no coder but it works on my site. I also add step 2 to forum display and showthread.
1. in the Plugin System -> Plugin Manager
move
Dynamic Forum Home Announcement Hack by Logician from forumhome_complete to Global_start hook location
2.
edit adv_portal template just the same as in the forumhome template.
Replace
Code:
</head>
<body>
$header
$navbar
with
Code:
$dfh_announcement_headercode
</head>
<body>
$dfh_announcement_popup
$header
$navbar
$dfh_announcement
3. ADmincp -> VBA CMPS -> Default Settings -> Portal Output Global Variables
Add the following
dfh_announcement
dfh_announcement_popup
dfh_announcement_headercode
and Save