Quote:
Originally Posted by dreck
Logician,
I just love this hack. I do have a question? I am trying to get this to display on my cmps_index.php page.
I edited the adv_portal template from:
Code:
</head>
<body>
$header
$navbar
To:
Code:
$dfh_announcement_headercode
</head>
<body>
$dfh_announcement_popup
$header
$navbar
$dfh_announcement
But I couldn't get to work. Do I need to edit anything else?
Thanks, dreck
|
I have the same problem...
since cmps_index.php removes anything above the </head> tag in forumhome template, we should be adding that code to the adv_portal template instead.
however, it doesn't work wherever I put it... I just don't get any code from the dfh_ templates... weird.