Makes it posible to post Global announcements, viewble in all forums
Moderator: Moderators
Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !
by Seijin_Dinger on Mon 05. Apr, 2004 21:47
I installed the Global Announcements Mod over the weekend, and when I edit or make a new post the radio button is there for the Global Announcement and it works just Global Announcement is not listed beside it as seen in this example:
http://www.animehackers.com/temp/ga-question.jpghow can I correct this?
-
Seijin_Dinger
- Poster

-
- Posts: 5
- Joined: Mon 05. Apr, 2004 21:42
by yltim8_zpamr on Wed 14. Apr, 2004 00:49
two possibilities:
- you forgot to add or mistyped
- Code: Select all
$lang['Post_global_announcement'] = 'Global Announcement';
in your language/lang_english/lang_main.php file.
- you forgot to add or mistyped
- Code: Select all
// Start add - Global announcement MOD
if( $is_auth['auth_globalannounce'] )
{
$topic_type_toggle .= '<input type="radio" name="topictype" value="' . POST_GLOBAL_ANNOUNCE . '"';
if ( $post_data['topic_type'] == POST_GLOBAL_ANNOUNCE || $topic_type == POST_GLOBAL_ANNOUNCE )
if ( $post_data['topic_type'] == POST_GLOBAL_ANNOUNCE )
{
$topic_type_toggle .= ' checked="checked"';
}
$topic_type_toggle .= ' /> ' . $lang['Post_global_announcement'] . ' ';
}
// End add - Global announcement MOD
in your posting.php file, especially the $lang['Post_global_announcement'] part.
remember: whenever you encounter errors with just installed mods, thoroughly go through your installation files again, check whether you modded everything right. that fixes it already most times.
-
yltim8_zpamr
- Poster

-
- Posts: 2
- Joined: Wed 03. Mar, 2004 15:04
Return to Global announcement [2.0.6/EM]
Users browsing this forum: No registered users and 1 guest