Mod broken @ 2.0.18

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 !

Postby BigRed on Mon 14. Nov, 2005 23:08

Diablo Gamer wrote:
Juanm wrote:requirement: 2.0.18
OPEN posting.php

FIND

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;



Image



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
Poster
 
Posts: 2
Joined: Sun 01. May, 2005 15:44

Postby Cyberkef on Tue 15. Nov, 2005 00:21

Juanm wrote:requirement: 2.0.18
OPEN posting.php

FIND

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
Poster
 
Posts: 2
Joined: Tue 23. Aug, 2005 14:47

Yes!

Postby SuperGirlCA on Wed 23. Nov, 2005 02:51

Awesome! I've been staring at these stupid files all day. How simple.

Thanks!!
SuperGirlCA
Poster
Poster
 
Posts: 1
Joined: Wed 23. Nov, 2005 02:49
Location: Canada!

Previous

Return to Global announcement [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron