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 BigRed on Mon 14. Nov, 2005 23:08
Diablo Gamer wrote:Juanm wrote:requirement: 2.0.18
OPEN
posting.phpFIND
- Code: Select all
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
REPLACE WITH
- Code: Select all
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;

Dittos!!!!
Any way of keeping it from showing in all forums? I have 1 forum that I would like to keep the global announcements out of if possible. Thanks.
-
BigRed
- Poster

-
- Posts: 2
- Joined: Sun 01. May, 2005 15:44
by Cyberkef on Tue 15. Nov, 2005 00:21
Juanm wrote:requirement: 2.0.18
OPEN
posting.phpFIND
- Code: Select all
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
REPLACE WITH
- Code: Select all
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
Works like a charm, thx!!
-
Cyberkef
- Poster

-
- Posts: 2
- Joined: Tue 23. Aug, 2005 14:47
by SuperGirlCA on Wed 23. Nov, 2005 02:51
Awesome! I've been staring at these stupid files all day. How simple.
Thanks!!
-
SuperGirlCA
- Poster

-
- Posts: 1
- Joined: Wed 23. Nov, 2005 02:49
- Location: Canada!
-
Return to Global announcement [2.0.6/EM]
Users browsing this forum: No registered users and 1 guest