首页     ITJOY 博客社区     登录

Posts Tagged ‘插件’

Popular Posts 插件中文语言包

12月 17th, 2009 by brian | No Comments | Filed in WordPress mu

装了Popular Posts 这个插件,可我们本土菜鸟们看不懂外国鸟语,做了这个中文语言包

另外这个插件还需要Post-Plugin Library 才能正常工作。

注意:这两个插件的中文语言文件,必须放在 /wp-content/plugins/ 目录下才行,而不是放在插件目录!!

下载:

popular_posts_plugin-zh_CN

post_plugin_library-zh_CN

Tags: , , ,

本站使用的插件

02月 13th, 2009 by brian | 4 Comments | Filed in WordPress
There are 18 plugins used: 8 active plugins and 10 inactive plugins.
启用的插件

Google Analyticator 2.12  Google Analyticator 2.12
» Ronald Heft, Jr.汉化修改 brian (url)
Google’s Analytics 是google免费提供的网站流量分析工具,本插件可以在你的博客页面中增加 Google’s Analytics需要的跟踪代码. 启用该插件后,请进入 设置 然后填入你的 Google Analytics UID 然后启用.

WP-PluginsUsed 1.40  WP-PluginsUsed 1.40
» Lester 'GaMerZ' Chan (url)
在日志中显示WordPress的插件(启用/未启用的插件分别显示).

wp slug translate 1.5  wp slug translate 1.5
» 偶爱偶家 (url)
wp slug translate将你日志的主题用google translate 翻译成英语或者拼音加入到你日志的永久链接中.

幻灯片 1.22  幻灯片 1.22
» NextGEN DEV-Team (url)
在边栏以幻灯片显示相册

相关文章 1.0  相关文章 1.0
» Denis (url)
可在文章末尾加入相关文章 设置

相册 0.98  相册 0.98
» NextGEN DEV-Team (url)
给你的博客增加相册功能,并可在侧边栏随机显示你的照片

请讲中文! 0.2  请讲中文! 0.2
» Bingu (url)
垃圾评论屏蔽插件,屏蔽不含中文字的评论.

飞舞的蝴蝶 0.0.1  飞舞的蝴蝶 0.0.1
» brian (url)
在你博客上显示一对蓝色的蝴蝶


未启用的插件

Akismet 2.2.3  Akismet 2.2.3
» Matt Mullenweg (url)
Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need a WordPress.com API key to use it. You can review the spam it catches under “Comments.” To show off your Akismet stats just put <?php akismet_counter(); ?> in your template. See also: WP Stats plugin.

Comment Hacks   Comment Hacks
» Mulberry (url)
This plugin is able to show Recent Comments, Most Commented Posts, Recent Posts, Commenting Leader

Defensio Anti-Spam 2.0  Defensio Anti-Spam 2.0
» Karabunga, Inc (url)
Defensio is an advanced spam filtering web service that learns and adapts to your behaviors as well to those of your readers and commenters. To use this plugin, you need to obtain a free API Key. Tell the world how many spam Defensio caught! Just put <?php defensio_counter(); ?> in your template.

Google XML Sitemaps 3.1.0.1  Google XML Sitemaps 3.1.0.1
» Arne Brachhold (url)
This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO. Configuration Page

Javascript代码 0.1  Javascript代码 0.1
» Robert Mao (url)
Provides a widget interface for any HTML code, so you can insert any HTML code including Javascript code snips into the Wordpress MU’s siderbar.

kPicasa Gallery 0.1.5  kPicasa Gallery 0.1.5
» Guillaume Hébert (url)
Display your Picasa Web Galleries in a post or in a page.

Manageable 1.1  Manageable 1.1
» Aaron Harp (url)
Inline editing of the date, title, author, categories, tags, status and more on both posts and pages without leaving the “Manage” admin sections. No need to load each post or page individually. Simply double-click anywhere in the post or page row and when you’re done, press enter. Requires WordPress 2.5 or above.

podPress 8.8  podPress 8.8
» Dan Kuykendall (Seek3r) (url)
The podPress pluggin gives you everything you need in one easy plugin to use WordPress for Podcasting. Set it up in ‘podPress’->Feed/iTunes Settings. If you this plugin works for you, send us a comment.

Shashin 2.2.1  Shashin 2.2.1
» Michael Toppa (url)
A plugin for integrating Picasa photos in WordPress.

显示社区信息 0.0.1  显示社区信息 0.0.1
» brian (url)

Tags: , ,

WordPress Related Posts 插件改进

12月 11th, 2008 by brian | 4 Comments | Filed in WordPress mu

将 WordPress Related Posts 1.0 插件改善为更适合mu用户使用。

主要修改内容为增加插件默认参数,只需用Plugin Commander 将此插件开启,用户博客的文章结尾即能显示相关文章。

修改内容:

1.在开头增加:

/*  插件默认值 by itjoy.net 2008/10/11 */

$wp_rp_default['wp_rp_title']=”相关文章”;

$wp_rp_default['wp_no_rp']=”commented”; 

$wp_rp_default['wp_no_rp_text']=”热门文章”;

$wp_rp_default['wp_rp_limit']=”10″;

$wp_rp_default['wp_rp_exclude']=”";

$wp_rp_default['wp_rp_auto']=”yes”;

$wp_rp_default['wp_rp_rss']=”";

$wp_rp_default['wp_rp_comments']=”";

$wp_rp_default['wp_rp_date']=”";

/*  end 插件默认值 */

2.在有$wp_rp = get_option(”wp_rp”); 的位置修改为:

global $wp_rp_default; 

$wp_rp = get_option(”wp_rp”);

if(count($wp_rp)<=1)$wp_rp=$wp_rp_default;

效果:

 

下载:

或在这里下载修改好的 相关文章插件 1.0 ,已含简体中文语言包。

Tags: , ,

theme-preview插件功能改进

09月 14th, 2008 by brian | 7 Comments | Filed in WordPress, WordPress mu

 

theme-preview是一个允许未登录用户预览主题首页的插件,

现改进了一下,使其也能显示除首页之外的其他页面。

另外加入一个函数,可以调用以显示指定数量个主题资料。

插件效果请看我的 ITjoy 博客社区 的首页,具体调用方法可看插件中介绍。

下载:

theme-preview

Tags: , , , ,