
10-09-2005, 03:34 PM
|
|
|
Join Date: Mar 2005
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by breaume
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 
|
that did it.
you da man!
|