- #
- #---[ OPEN ]--------------
- #
- posting.php
- #
- #---[ FIND ]------------------
- #
- $topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
- #
- #---[ REPLACE WITH ]-----------------
- #
- //--- mod : Announces suite ----------------------------
- //-- delete
- /*
- $topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
- */
- //-- add
- $topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
- //--- fin mod : Announces suite ------------------------
- #
- #---[ OPEN ]--------------
- #
- includes/functions_announces.php
- #
- #---[ FIND ]------------------
- #
- if (!empty($tree_forum_ids))
- {
- $sql_where .=
- #
- #---[ REPLACE WITH ]-----------------
- #
- if (!empty($tree_forum_ids))
- {
- // $sql_where .=
Greetings




