troll 发表于 2005-1-9 15:52:23

又有新发现,Opera就可以,Firefox和Konqi都不行。

妖狐藏马 发表于 2005-1-10 08:59:01

能吗?我试试

妖狐藏马 发表于 2005-1-10 09:04:50

图片有锯齿
一张是公社贴出来的图
一张是原图
原图没有锯齿
但放在公社,就被拉大了分辨率,出现锯齿了

妖狐藏马 发表于 2005-1-10 09:08:14

能不能小于某个分辨率的就不拉大了?

妖狐藏马 发表于 2005-1-11 05:33:58

听说用opera可以同时打开多个ID?这不是为马甲的滋生提供温床吗?!

雯姐姐的办法没有试过,但如果是用双浏览器,因为不同的cache存不同的个人信息,可能可以用多个id 8)

Anomymous 发表于 2005-1-11 11:53:38

Re:

网站已经升级到最新的 phpNuke-7.6.

网站升级后会有非常多的遗留问题, 请大家一起来发现, 然后集中汇报到这里, 以便网站维护人员修正. 谢谢大家的合作.:) 也希望有经验的朋友们能帮忙指点一下如何修正这些问题. 谢谢.

旧网站系统地址:http://www.linuxfans.org/nuke_old/index.php , 发现问题的时候可以参照旧网站做对比. 以便更加精确的报告问题.

为了更方便的整理问题, 请大家在自己的帖子里添加后来发现的问题, 以便于集中处理. 也请注意浏览已经报告过的问题, 不要重复发贴. 有重重的我就直接删除了.:) 谢谢.

问题列表:
如果已经解决, 我将会及时更新状态. 谢谢.

a. 论坛相关:

1. 论坛里无法用右下角的列表来跳转. 已解决

    我看了一下, 新的页面中列表跳转部门的 form 中 mothed='get', 而原来的网页中 method='post', 不知道这个差别会有什么影响.

    注: 使用了原来 bb 的 subSilver 的模板就好了. 实际就是把 get 发言成 post 了.

2. 论坛附件功能不可用. 已解决

   论坛附件功能已经完全恢复.
   站内信件也增加了附件功能!

$> 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.

------------------------------------------------------------------------



3. 中文用户名在页面左上角显示为乱码, 在'个人选项' 页里无法获取到用户信息, 在论坛中一切正常.已解决·
主要是设置 cookie 时对用户名做了不正确的转换. --by Axin

   页面左上角显示的用户名和'个人选项' 页里都用 $cookie 来引用的用户名. 由此带来问题.

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 功能.

$> 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)
------------------------------------------------------------------------



11. 快速回复中的 '引用选中的文本' 不支持 mozilla/firefox/netscape 已解决

现在支持IE 5.*/6.*, Mozilla, Netscape, iCab


$> 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

参考: http://www.quirksmode.org/js/selected.html


b. 注册相关:
==========

1. 注册时, 在'个人选项' 页中, 无法使用中文名注册.

2. 在'个人选项' 页中,页面中的翻译不全.

3. 用户注册后需要邮件通知后方可登录.

注: 现在暂时使用了论坛里得注册页. 无需激活即可使用. 也可用中文名

妖狐藏马 发表于 2005-1-11 22:32:03

楼上的朋友,你干什么呢? :shock::-D
为什么有时上传的图片会显示不出来呢?要重新载入才行?
连x都没有,就空空的一片 :?

蓝宁 发表于 2005-1-14 14:29:09

水园发贴不计数,但是删贴计数。

troll 发表于 2005-1-17 20:33:47

接着附件下载的问题,Debian下的Opera可以下载,Gentoo下的又不行了 :shock::lol:

Anomymous 发表于 2005-1-18 13:37:58

:roll: 居然还笑得出来

stdio 发表于 2005-2-19 19:21:07

精华没有

stdio 发表于 2005-2-25 16:41:22

404 not found

lovewilliam 发表于 2005-6-19 21:33:11

更改头像的时候出现错误

http://www.linuxfans.org/nuke/modules.php?name=Your_Account&op=edituser

里面选择Select Avatar from gallery: UPLOADS

然后点show gallery 随便选择一个头像,就会发现修改后的头像链接根本不对

比如我选择 了一个头像位置是http://www.linuxfans.org/nuke/modules/Forums/images/avatars/uploads/d3a2dc3c403efdf91bb47.gif

但是实际上在论坛中显示的URL是http://www.linuxfans.org/nuke/modules/Forums/images/avatars/gallery/uploads/d3a2dc3c403efdf91bb47.gif

沛霈 发表于 2005-7-6 11:47:53

Warning: head(themes/DeepBlue/theme.php): failed to open stream: No such file or directory in /sfroot/home/groups/linuxfans/htdocs/nuke_old/header.php on line 31

Warning: head(): Failed opening 'themes/DeepBlue/theme.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /sfroot/home/groups/linuxfans/htdocs/nuke_old/header.php on line 31

Fatal error: Call to undefined function: themeheader() in /sfroot/home/groups/linuxfans/htdocs/nuke_old/header.php on line 47

Axin 发表于 2005-7-6 11:59:39

你选了DeepBlue的主题,如何选的?

你怎么连到nuke_old上去了?
页: 1 2 3 4 [5] 6
查看完整版本: 网站升级后问题集中汇报贴