Seite 2 von 2

Verfasst: 10.01.2006 23:50
von Markus67
Hi ...

suche in der posting.php

Code: Alles auswählen

$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
ersetze mit:

Code: Alles auswählen

$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
Markus

Verfasst: 11.01.2006 17:23
von Murmeltier
boah danke dir... funktioniert einwandfrei jetzt