kurduğum modun tanıtımı burda var.
http://phpbb3.smika.net/
http://phpbb3.smika.net/mod/sfnc
RSS otomatik konu açan bot modunu eklemiştim...
Kod: Tümünü seç
[phpBB Debug] PHP Notice: in file [ROOT]/includes/mods/smixmods_feed_news_center.class.php on line 661: Undefined index: description
[phpBB Debug] PHP Notice: in file [ROOT]/includes/mods/smixmods_feed_news_center.class.php on line 661: Undefined index: description
[phpBB Debug] PHP Notice: in file [ROOT]/includes/mods/smixmods_feed_news_center.class.php on line 661: Undefined index: description
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 2623: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3886)
Kod: Tümünü seç
659---// templates RSS / ATOM has different indexes for messages
660-- $temp = ( ($this->feed_type == 'rss') || ($this->feed_type == 'rdf') )? 'description' : 'content';
661---$message = $this->feed_name."\n\n".$this->items[$i][$temp];