簡易子版面1.3...版面選擇問題...選擇空了...
發表於 : 2006-03-19 05:50
問題外掛:簡易子版面1.3
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=36645
使用版本:phpBB 2.0.18
網站位置:http://2306zone.com
狀況描述:
空白了...
http://2306zone.com/a.GIF
http://2306zone.com/b.GIF
我check過\includes\functions_admin...\includes\functions...連\includes\functions_search都check...
都沒法解決...
找了好多文章...其中...
http://phpbb-tw.net/phpbb/viewtopic.php?p=202544#202544
心靈捕手大大:
admin/admin_forums.php
templates/YOUR_THEME/admin/forum_edit_body.tpl
templates/YOUR_THEME/admin/forum_edit_body.tpl 我check過...沒錯...因為改得很少= =...
admin/admin_forums.php 也重改了多次><
最古怪的是
#
#-----[ IN LINE FIND 繼續在這一行尋找 ]------------------------
#
intval($HTTP_POST_VARS['forumstatus']) . ", "
#
#-----[ IN LINE AFTER, ADD 在指定之後, 加上 ]----------------
#
.$forum_sub.",".$sort_sub.",".$main_sub.","
我只有...
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . $c . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", '"
留意'...可能是之前的外掛...我也不太肯定...因為論壇有4年歷史了= =......
我把它改做...
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . $c . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", '" .$forum_sub.",".$sort_sub.",".$main_sub.",". str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "', " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";
才不會出error...
但就沒有了版面選擇...
希望大大幫手...
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=36645
使用版本:phpBB 2.0.18
網站位置:http://2306zone.com
狀況描述:
空白了...
http://2306zone.com/a.GIF
http://2306zone.com/b.GIF
我check過\includes\functions_admin...\includes\functions...連\includes\functions_search都check...
都沒法解決...
找了好多文章...其中...
http://phpbb-tw.net/phpbb/viewtopic.php?p=202544#202544
心靈捕手大大:
admin/admin_forums.php
templates/YOUR_THEME/admin/forum_edit_body.tpl
templates/YOUR_THEME/admin/forum_edit_body.tpl 我check過...沒錯...因為改得很少= =...
admin/admin_forums.php 也重改了多次><
最古怪的是
#
#-----[ IN LINE FIND 繼續在這一行尋找 ]------------------------
#
intval($HTTP_POST_VARS['forumstatus']) . ", "
#
#-----[ IN LINE AFTER, ADD 在指定之後, 加上 ]----------------
#
.$forum_sub.",".$sort_sub.",".$main_sub.","
我只有...
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . $c . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", '"
留意'...可能是之前的外掛...我也不太肯定...因為論壇有4年歷史了= =......
我把它改做...
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . $c . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", '" .$forum_sub.",".$sort_sub.",".$main_sub.",". str_replace("\'", "''", $HTTP_POST_VARS['forumicon']) . "', " . intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";
才不會出error...
但就沒有了版面選擇...
希望大大幫手...

