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 !

Mod broken @ 2.0.18

Postby Cyberkef on Mon 31. Oct, 2005 12:59

Hello,

It seems that this mod got broken on the new phpbb 2.0.18...

And that I'm not the only one with the problem:

http://www.phpbb.com/phpBB/viewtopic.ph ... 37#1833137
http://www.phpbb.com/phpBB/viewtopic.ph ... 44#1833244

I really hope there will be a fix soon!

Thx in advance :)
Cyberkef
Poster
Poster
 
Posts: 2
Joined: Tue 23. Aug, 2005 14:47

Postby Mehrpack on Tue 01. Nov, 2005 20:29

hi,
yeah i hope it will fix soon, too.

Mehrpack
Warning: If you read my English, runaway, its dangerous *g*
Mehrpack
Poster
Poster
 
Posts: 34
Joined: Wed 25. Feb, 2004 06:37
Location: germany

Postby th3zone on Tue 01. Nov, 2005 20:41

same here too, i thought i'm the only one...look like i'm not alone...hope neil dont abandon this mod.

thanks
th3zone
Poster
Poster
 
Posts: 8
Joined: Fri 04. Feb, 2005 10:03

Postby kekforce on Wed 02. Nov, 2005 23:14

Until the mod gets properly done

you can take out the following line in posting.php


I just removed the WHOLE


Code: Select all
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;


'll take the less security (until a proper solution)
And it Works!!
kekforce
Poster
Poster
 
Posts: 3
Joined: Mon 04. Jul, 2005 20:19

Postby Juanm on Thu 03. Nov, 2005 00:57

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;
Juanm AKA -jm-
Juanm
Poster
Poster
 
Posts: 2
Joined: Thu 27. Jan, 2005 10:26

Postby Juanm on Thu 03. Nov, 2005 01:02

(fix above successfully tested by Carlo @ phpbb.it)

if you check some line down in posting.php , you'll notice that global announcement adds a topic type to the three of a vanilla phpbb :) .
Juanm AKA -jm-
Juanm
Poster
Poster
 
Posts: 2
Joined: Thu 27. Jan, 2005 10:26

Postby kekforce on Thu 03. Nov, 2005 01:12

I have also installed the meeting MOD from OXPUS.de (Meeting Mod (1.2.1))

So the fix from Juanm doesn't work for me.
Removed the whole line did it for me!
kekforce
Poster
Poster
 
Posts: 3
Joined: Mon 04. Jul, 2005 20:19

Postby Diablo Gamer on Mon 07. Nov, 2005 05:44

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
Diablo Gamer
Poster
Poster
 
Posts: 13
Joined: Sun 16. Jan, 2005 00:45
Location: Dalen/Drenthe/Holland

Next

Return to Global announcement [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron