Quote:
Originally Posted by ryans
can you please repost the changes in admincp/announcement.php
it's pretty sketchy. thanks!
|
I figured it out....
admincp/announcement.php
========================
FIND :
// display forum-specific announcements
foreach($forumcache AS $key => $forum)
{
AFTER ADD :
if (!$forum['teamid']) {
FIND :
print_cells_row($cell, 0, '', -1);
}
print_table_footer();
}
print_cp_footer();
REPLACE WITH :
print_cells_row($cell, 0, '', -1);
}
}
print_table_footer();
}
print_cp_footer();