1 頁 (共 1 頁)

[問題]快速回覆鍵 + 不要讓訪客看到TOP5的標題 + 限制版面文章主題的 mail 通知

發表於 : 2007-01-24 11:57
kokolo_ben
各位大大們抱歉,
一次問了三個問題,
雖然有努力的在爬文,
但是依舊找不到答案,
希望有經驗或知道的各位大大們,
能夠告訴我喔~先謝謝。


一、快速回覆鍵可建立可使用,卻出現錯誤訊息?
  
  照OOHOO大大所提供的快速回覆的MOD,如以下網址:
  http://phpbb-tw.net/phpbb/viewtopic.php ... 86&start=0
  也安裝了4 次,可以正常的使用「快速回覆鍵」,
  但是於網頁的最上方卻出現了錯誤訊息,
  請參考以下照片:
  圖檔
  圖檔

  爬文看到有人在討論,如以下網址,但卻找不到原因。
  http://phpbb-tw.net/phpbb/viewtopic.php ... 6&start=75

     
二、不要讓訪客看到TOP5的標題,卻也出現錯誤訊息?

  有參考了以下的網址,且照著做,
  http://phpbb-tw.net/phpbb/viewtopic.php ... H_SECRUITY
  可是依舊出現錯誤訊息,
  按照了BlueEagle大大所寫的做,
  登入時出現如下圖片:
  圖檔

  登出時出現如下圖片:
  圖檔

  按照了Apache大大所寫的做,
  登入時出現如下圖片:
  圖檔

  登出時出現如下圖片:
  圖檔


三、因為自己的論壇有設立多種版面的討論,
  能否限制某版面有新文章時,
  再自動用mail通知所有會員呢?
  有爬過文,
  但似乎只有:產生新主題通知使用者(群組),
  而此類的,有解決之道嗎? :-o


以上問題,請各位大大協助,拜託了。 :oops:
若有發言不當或格式不對,
也請告訴我,我會改進的,謝謝。 :oops:
  

發表於 : 2007-01-24 18:27
心靈捕手
基本上, 您所提的問題都和安裝 '外掛' 有關.

前兩個問題, 主要是存檔 (lang_main.php, adv_top5.php) 時, 您可能包含了 'BOM'.

參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?p=230924#230924

ps.
移動到 '非官方外掛討論' 版面.

發表於 : 2007-01-25 10:10
kokolo_ben
先謝謝心靈捕手大大的回覆。


可是我試過你說的取消BOM
結果還是一樣,
怎麼會這樣子呢?


給你看一下我重試後仍出現的錯誤訊息:
一、快速回覆鍵可建立可使用,卻出現錯誤訊息?

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/language/lang_chinese_traditional_taiwan/lang_main.php:1) in /usr/local/src/phpBB2/includes/page_header.php on line 479

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/language/lang_chinese_traditional_taiwan/lang_main.php:1) in /usr/local/src/phpBB2/includes/page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/language/lang_chinese_traditional_taiwan/lang_main.php:1) in /usr/local/src/phpBB2/includes/page_header.php on line 486 
二、不要讓訪客看到TOP5的標題,卻也出現錯誤訊息?

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/adv_top5.php:1) in /usr/local/src/phpBB2/adv_top5.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/adv_top5.php:1) in /usr/local/src/phpBB2/adv_top5.php on line 80

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/adv_top5.php:1) in /usr/local/src/phpBB2/adv_top5.php on line 81

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/adv_top5.php:1) in /usr/local/src/phpBB2/adv_top5.php on line 82

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/src/phpBB2/adv_top5.php:1) in /usr/local/src/phpBB2/adv_top5.php on line 83
:-( 請問還有別的解決辦法嗎?
  我好苦惱
  
  麻煩心靈捕手大大了  :oops:  拜託!!

  先謝謝了 :!:

發表於 : 2007-01-25 11:10
心靈捕手
kokolo_ben 寫:先謝謝心靈捕手大大的回覆。


可是我試過你說的取消BOM
結果還是一樣,
怎麼會這樣子呢?

建議您:
將底下檔案壓縮後, 貼出下載連結.
language/lang_chinese_traditional_taiwan/lang_main.php
adv_top5.php

發表於 : 2007-01-25 11:14
flylinux
我會直接建議您更改php.ini的設定看看
output_buffering = 409 或 output_buffering = on

發表於 : 2007-01-25 16:44
kokolo_ben
TO 心靈捕手大大,
   謝謝您的回覆。
   我已使用了flylinux大大的方法,
   有成功哦,
   只是一些小地方仍要再請教。 :oops:


TO flylinux大大,
   謝謝您提供的方法,
   我已經更改了,
   但是仍有個疑問,
   就是為什麼改完後,
   在TOP5的上方
   有一排灰色的長條出現呢?
  
   請看以下的圖片:
   圖檔

   若您知道原因,
   希望能告訴我,
   或者各位大大有人知道的,
   也請點醒我一下,
   拜託各位了,謝謝。
     

發表於 : 2007-01-29 09:50
flylinux
嗯,我沒有安裝這些外掛,出現灰條可能是html排版的問題
您可以檢視html原始碼,找出與html相關的那一段程式碼去修改測試

發表於 : 2007-03-09 09:50
madou
請問大大
為何小弟裝了快速回覆會出現

Warning: Cannot modify header information - headers already sent by (output started at /home/madoucit/public_html/upla/viewtopic.php:1) in /home/madoucit/public_html/upla/viewtopic.php on line 563

Warning: Cannot modify header information - headers already sent by (output started at /home/madoucit/public_html/upla/viewtopic.php:1) in /home/madoucit/public_html/upla/includes/page_header.php on line 483

Warning: Cannot modify header information - headers already sent by (output started at /home/madoucit/public_html/upla/viewtopic.php:1) in /home/madoucit/public_html/upla/includes/page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /home/madoucit/public_html/upla/viewtopic.php:1) in /home/madoucit/public_html/upla/includes/page_header.php on line 486

發表於 : 2007-03-09 13:46
flylinux
你要不要看上面我的建議