分类分类
大小:72 KB更新:2010/09/08
类别:phpcms插件系统:Linux/2003/PHP
一、按字母检索插件简介:
让现有的phpcms2007的下载模块拥有按字母检索软件的功能,支持软件字母导航文件链接。
二、运行环境:
1、首先保证phpcms2007sp4(gbk)版本能够正常运行
2、linux/unix主机还需要设置相关路径的访问权限
三、安装说明:
1、首先备份你的phpcms中的以下文件,标注[新增]除外:
/down/letter.php [新增]
/module/down/contribute.inc.php (1)
/module/down/letter.inc.php [新增]
/module/down/myitem.inc.php (2)
/module/down/search.inc.php (3)
/module/down/admin/down_add.inc.php (4)
/module/down/admin/down_edit.inc.php (5)
/module/down/admin/tag.inc.php (6)
/module/down/admin/templates/down_add.tpl.php (7)
/module/down/admin/templates/down_edit.tpl.php (8)
/module/down/admin/templates/tag_down_list_add.tpl.php (9)
/module/down/admin/templates/tag_down_list_copy.tpl.php (10)
/module/down/admin/templates/tag_down_list_edit.tpl.php (11)
/module/down/copy/letter.php [新增]
/module/down/include/tag.func.php (12)
/module/down/include/mysql/phpcms_down.sql (13)
/module/down/install/extension.php (14)
/templates/default/tags.php (15)
/templates/default/down/category.html (21)
/templates/default/down/category_list.html (21)
/templates/default/down/content.html (21)
/templates/default/down/contribute.html (21)
/templates/default/down/header.html [新增]
/templates/default/down/index.html (16)(21)
/templates/default/down/letter.html [新增]
/templates/default/down/letter_list.html [新增]
/templates/default/down/myitem.html (17)(21)
/templates/default/down/search.html (18)(21)
/templates/default/down/special_index.html (21)
/templates/default/down/special_list.html (21)
/templates/default/down/special_show.html (21)
/templates/default/down/tags_config.php (19)
/templates/default/down/templatenames.php (20)
/templates/default/down/type.html (21)
/templates/default/down/type_list.html (21)
2、将解压缩后的文件覆盖系统中原来的相应文件。即将该目录下的除了本文件之外的所有文件和目录上传到你的phpcms安装路径。共有以下几个文件:
/down/letter.php [新增]
/module/down/contribute.inc.php (1)
/module/down/letter.inc.php [新增]
/module/down/myitem.inc.php (2)
/module/down/search.inc.php (3)
/module/down/admin/down_add.inc.php (4)
/module/down/admin/down_edit.inc.php (5)
/module/down/admin/tag.inc.php (6)
/module/down/admin/templates/down_add.tpl.php (7)
/module/down/admin/templates/down_edit.tpl.php (8)
/module/down/admin/templates/tag_down_list_add.tpl.php (9)
/module/down/admin/templates/tag_down_list_copy.tpl.php (10)
/module/down/admin/templates/tag_down_list_edit.tpl.php (11)
/module/down/copy/letter.php [新增]
/module/down/include/tag.func.php (12)
/module/down/include/mysql/phpcms_down.sql (13)
/module/down/install/extension.php (14)
/templates/default/tags.php (15)
/templates/default/down/category.html (21)
/templates/default/down/category_list.html (21)
/templates/default/down/content.html (21)
/templates/default/down/contribute.html (21)
/templates/default/down/header.html [新增]
/templates/default/down/index.html (16)(21)
/templates/default/down/letter.html [新增]
/templates/default/down/letter_list.html [新增]
/templates/default/down/myitem.html (17)(21)
/templates/default/down/search.html (18)(21)
/templates/default/down/special_index.html (21)
/templates/default/down/special_list.html (21)
/templates/default/down/special_show.html (21)
/templates/default/down/tags_config.php (19)
/templates/default/down/templatenames.php (20)
/templates/default/down/type.html (21)
/templates/default/down/type_list.html (21)
/data/templatescache/down_header.tpl.php [新增]
/data/templatescache/down_index.tpl.php
/data/templatescache/down_letter.tpl.php [新增]
/data/templatescache/down_letter_list.tpl.php [新增]
/data/templatescache/down_myitem.tpl.php
在此特别提醒你,如果你曾经修改过模板,一定不要轻易覆盖这些模板文件!在后面的第五部分中有专门写明,怎样修改模板。因此,如果想添加到你自己已经修改过的模板中,请参考本程序包中给出的模板文件和下面的说明,自行修改。
3、执行SQL语句:
例如:
假设你的表前缀是默认的phpcms的话,而且你的下载频道为3,运行
将在该数据表的“typeid”字段后新增一个字段“letter”,用来表示该标题的首字母。
注意上面的表前缀改成你实际的数据表的前缀。默认应该是"phpcms_"。如果不清楚,请查看config.inc.php中的
可以使用phpcms的数据维护中的SQL执行,或者使用phpmyadmin执行这段SQL语句。
到此,此插件就安装好了。现在的任务就是更新所有已经生成的静态页面,从而让下载频道支持字母检索功能。
四、使用说明:
1、现在,进入下载频道的里面管理下载,编辑另一下载,就会发现多了一个“程序会自动添加标题的第一个字符”选项,
2、点击“确定”后,再点击“编辑”就可看到该则下载已自动添加了首字母进入选项了。
3、返回下载频道的浏览界面,选择“按字母浏览”,即可看到所有按字母检索的软件列表,相应单击一个字母,即可进入以该字母为首的软件列表。