PDA

View Full Version : [fixed] Global Announcements in Mod CP??



Ian
Thu 18th Apr '02, 5:21pm
In the file mod/announcement.php there is a link "[add announcement to all forums]" When you click, it brings you to a page that only allows you to post announcements to individual forums and categorys... Not a global announcement.

Anyone have a possible fix for this?

Ian
Fri 19th Apr '02, 10:33pm
Bump...

Maybe a mod should move this to the bug forum if it's a bug...

eva2000
Sat 20th Apr '02, 2:06am
moving...... :)

Chen
Sat 20th Apr '02, 3:49am
To fix this bug, open announcement.php and replace line 57 with this:

makemodchoosercode(iif(isset($forumid), $forumid, -1), -1, '', 'All forums', 'Forum');

Ian
Sat 20th Apr '02, 1:42pm
Thanks for the fix!

Seems to work great now.