|
发表于 2005-1-11 11:53:38
|
显示全部楼层
Re:
[quote:09447e8386="黑企鹅"]网站已经升级到最新的 phpNuke-7.6.
网站升级后会有非常多的遗留问题, 请大家一起来发现, 然后集中汇报到这里, 以便网站维护人员修正. 谢谢大家的合作. 也希望有经验的朋友们能帮忙指点一下如何修正这些问题. 谢谢.
旧网站系统地址: http://www.linuxfans.org/nuke_old/index.php , 发现问题的时候可以参照旧网站做对比. 以便更加精确的报告问题.
为了更方便的整理问题, 请大家在自己的帖子里添加后来发现的问题, 以便于集中处理. 也请注意浏览已经报告过的问题, 不要重复发贴. 有重重的我就直接删除了. 谢谢.
问题列表:
如果已经解决, 我将会及时更新状态. 谢谢.
a. 论坛相关:
1. 论坛里无法用右下角的列表来跳转. 已解决
我看了一下, 新的页面中列表跳转部门的 form 中 mothed='get', 而原来的网页中 method='post', 不知道这个差别会有什么影响.
注: 使用了原来 bb 的 subSilver 的模板就好了. 实际就是把 get 发言成 post 了.
2. 论坛附件功能不可用. 已解决
论坛附件功能已经完全恢复.
站内信件也增加了附件功能!
[code:1]
$> svn log -r 47 -v
------------------------------------------------------------------------
r47 | root | 2004-12-19 01:22:25 +0800 (Sun, 19 Dec 2004) | 2 lines
Changed paths:
M /branches/Forums-attach-mod/includes/auth.php
M /branches/Forums-attach-mod/includes/functions.php
M /branches/Forums-attach-mod/includes/functions_admin.php
M /branches/Forums-attach-mod/includes/prune.php
M /branches/Forums-attach-mod/includes/topic_review.php
M /branches/Forums-attach-mod/includes/usercp_viewprofile.php
M /branches/Forums-attach-mod/modules/Forums/admin/admin_forumauth.php
M /branches/Forums-attach-mod/modules/Forums/admin/admin_forums.php
M /branches/Forums-attach-mod/modules/Forums/admin/admin_groups.php
M /branches/Forums-attach-mod/modules/Forums/admin/admin_ug_auth.php
M /branches/Forums-attach-mod/modules/Forums/admin/admin_users.php
M /branches/Forums-attach-mod/modules/Forums/common.php
M /branches/Forums-attach-mod/modules/Forums/faq.php
M /branches/Forums-attach-mod/modules/Forums/modcp.php
M /branches/Forums-attach-mod/modules/Forums/posting.php
M /branches/Forums-attach-mod/modules/Forums/templates/subSilver/admin/group_edit_body.tpl
M /branches/Forums-attach-mod/modules/Forums/templates/subSilver/admin/user_edit_body.tpl
M /branches/Forums-attach-mod/modules/Forums/templates/subSilver/privmsgs_body.tpl
M /branches/Forums-attach-mod/modules/Forums/templates/subSilver/profile_view_body.tpl
M /branches/Forums-attach-mod/modules/Forums/templates/subSilver/viewtopic_body.tpl
M /branches/Forums-attach-mod/modules/Forums/viewforum.php
M /branches/Forums-attach-mod/modules/Forums/viewtopic.php
M /branches/Forums-attach-mod/modules/Private_Messages/index.php
Added attachment function for: Forums, Private_Messages modules.
------------------------------------------------------------------------
[/code:1]
3. 中文用户名在页面左上角显示为乱码, 在'个人选项' 页里无法获取到用户信息, 在论坛中一切正常.已解决·
主要是设置 cookie 时对用户名做了不正确的转换. --by Axin
页面左上角显示的用户名和'个人选项' 页里都用 $cookie[1] 来引用的用户名. 由此带来问题.
4. 论坛主题和原来的不一样. 解决
注: 使用了原来 bb 的 subSilver 的模板就好了.
5. 论坛首页顶部多了一个框,"中国linux公社: forums" << 这个. 应试去掉. 已解决
小东西就是难找. 费了很多劲. 其实也是因为对代码不熟悉.
代码在 nuke/includes/page_header.php, page_tail.php 中.
fixed rev: 36
linuxfans_nuke/branches/Forums-attach-mod
6. 论坛首页主体中多了一个外框, 就是一个深灰色的表格, 应该去掉.已解决
同 上.
7. 论坛首页版块分类标题上无法点击折叠. 已解决
rollout 模块. 一个 template/rollout.js, 然后是 index.php 及相应的模板
8. 精华功能尚不完善.已解决
可以点'本版精华' 查看精华, 可在论坛列表列出精华.
去掉了 select 中得 order by topic_type 解决普通浏览模式时列不出精华得问题.
9. '友善打印格式' 也不可用. 已解决
修改: 使用了 nuke/includes/bbcode.php, 原来是引用 Forums/includes/bbcode.php, 新的 bbtonuke 没有此目录了.
OpenTable, CloseTable 函数直接放到了 printview.php 中. 因为此时不会使用网站的主题(theme/../theme.php).
10. 论坛中的模板 cache 功能. 已解决
修改: 把旧的 nuke 中的 Forums 中的模板 cache 功能.
[code:1]
$> svn log -r 37 -v
------------------------------------------------------------------------
r37 | root | 2004-12-17 20:29:30 +0800 (Fri, 17 Dec 2004) | 1 line
Changed paths:
M /branches/Forums-attach-mod/includes/template.php
Added template cache function (ported from old Forum)
------------------------------------------------------------------------
[/code:1]
11. 快速回复中的 '引用选中的文本' 不支持 mozilla/firefox/netscape 已解决
现在支持 IE 5.*/6.*, Mozilla, Netscape, iCab
[code:1]
$> svn log -r 61
------------------------------------------------------------------------
r61 | root | 2004-12-19 13:18:09 +0800 (Sun, 19 Dec 2004) | 2 lines
Fixed click to quota selected text in Quick Reply form, now support IE 5.*/6.*, Mozilla, Netscape, iCab
[/code:1]
参考: http://www.quirksmode.org/js/selected.html
b. 注册相关:
==========
1. 注册时, 在'个人选项' 页中, 无法使用中文名注册.
2. 在'个人选项' 页中,页面中的翻译不全.
3. 用户注册后需要邮件通知后方可登录.
注: 现在暂时使用了论坛里得注册页. 无需激活即可使用. 也可用中文名[/quote] |
|