Support jOOmla! Autoit!
 
com_jd-wp 组件中文化的方法 输出PDF 打印 E-mail
Author Author: Autoit | Date Date:2006-07-01 | View Count View: 13328 | Digg Count Digg: 56

下载 zh_CN.mo语言文件[本站有提供],上传到

components/com_jd-wp/wp-includes/languages下面,当然languages文件夹需先建立。

更改components/com_jd-wp/wp-config.php中的

define ('WPLANG', '');

define ('WPLANG', 'zh_CN');

保存上传覆盖即可.

 jd-wp组件修改过wordpress文档,所以有些英文字串是直接写在html档案里的.可以视情况修改下面文件:

  1. jd-wp.html.php
    位址:components/com_jd-wp
  2. comment.php
    位址:components/com_jd-wp/wp-content/themes/default
  3. footer.php
    位址:joomla/components/com_jd-wp/wp-content/themes/default
  4. mod_jd-wp_sidebar.php
    位址:modules
    这个是 JD-WP 在 Joomla 下的 sidebar 模块
  5. mod_jd-wp_rcomment.php
    位址:modules
    注解:这个是 JD-WP 在 Joomla 下的 rcomment 模块

如果有这个组件而在站点迁移的时候,需要注意 "jos_wp_options"表里的第一项siteurl的值!

 

如果后台在组件中打开他时比较慢的话, 可以修改:

administrator/components/com_jd-wp/admin.jd-wp.php

里的:

$url= $mosConfig_live_site.'/components/com_jd-wp/wp-admin/';

为:

$url= $mosConfig_live_site.'/components/com_jd-wp/wp-admin/options-general.php';
就可以了.

Permanent URL: http://www.autoit.cn/index.php/content/view/49/25.html

Shares: Google书签 Yahoo书签 雅虎收藏夹 365Key网摘 新浪ViVi 百度收藏 天极网摘 diglog 和讯网摘 POCO网摘 YouNote网摘 博拉网 天下图摘 spurl blogmarks BlinkList reddit digg Del.icio.us   |  Tags: wp  中文化  

 
另类的模块标题右侧加"更多"链接   在你的文章里的右侧加上广告的方法