Pagina 1 din 1

Probleme - PhpBb ExTra

Scris: 18-Feb-2007, 13:41:45
de octaviansan
1. La statistics cand vreau sa adaug un modul nu mere , zice ca nu se poate conecta la baza de date .
2. Nu pot crea un Anunt Global .

Scris: 18-Feb-2007, 13:47:22
de Aliniuz
Acestea 2 sunt buguri si vor fi rezolvate in versiunile urmatoare .

Scris: 18-Feb-2007, 14:48:43
de Aliniuz
Ok iata rezolvarea postarii anuntului global .

Cod: Selectaţi tot

#
#---[ OPEN ]--------------
#
posting.php
#
#---[ FIND ]------------------
#
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;
#
#---[ REPLACE WITH ]-----------------
#
$topic_type = ( in_array($topic_type, array(POST_NORMAL, POST_STICKY, POST_ANNOUNCE, POST_GLOBAL_ANNOUNCE)) ) ? $topic_type : POST_NORMAL;