1 頁 (共 1 頁)

[討論]有誰改過這部份的?(小問題privmsg.php)

發表於 : 2004-11-04 13:31
這次程式重改重寫...變得比較龜毛...

因為我privmsg_body.tpl有更動過...SHOW BAR的TABLE大小被我變更為160

(上面聽不懂我在講什麼沒關係)

重點在於privmsg.php裡的這一段\r
$inbox_limit_img_length = ( $board_config['max_' . $folder . '_privmsgs'] > 0 ) ? round(( $pm_all_total / $board_config['max_' . $folder . '_privmsgs'] ) * $board_config['privmsg_graphic_length']) : $board_config['privmsg_graphic_length'];

我搞不懂$board_config['privmsg_graphic_length']的值是從哪來的?

資料庫找不到...也沒看到有用JS來傳遞...蠻詭異的...大家幫忙看看吧~ ;-)

發表於 : 2004-11-04 14:47
依夢兒
這個值是寫在 subSilver.cfg 裡面。

發表於 : 2004-11-04 15:32
謝摟!

不過還真怪勒~怎會寫在那裡面...