好冷啊

北京这天,正是又冷又干,出去一圈回来,把我冻得手都不听使唤了。看来,“风吹在脸上,像刀割一般”这句话是很对的。 :hehe:

Popularity: 26% [?]

15条评论 2009年01月23日 3,686 views

表情插件 Custom Smilies 2.6

Download: get it here.

下载:点击这里

忙着睡觉,先把changelog摆出来,等下再来修改文章。

- Version 2.6:
+ Fixed: Modify management link.(only for 2.7)
+ Added: Switch to use the action named comment_form.
+ Added: Italian. Translated by [Gianni Diurno](http://gidibao.net “gidibao.net”).
+ Added: Custom the size of The popup window which contains the smilies list.
+ Added: Custom the id of the comment textarea.
+ Added: Cursor on the smilies.
+ Added: Smilies for QuickPress in Dashboard.
+ Added: Smilies for Reply to Comment in the background.
+ Added: Smilies for Edit Comment in the background.

Popularity: 33% [?]

75条评论 2009年01月12日 5,902 views

表情插件 Custom Smilies 2.5

Custom Smilies (previously named Custom Smileys) is a plugin for WordPress 2.0+. This plugin gives you a chance to personalize your posts and comments using smilies of your choice instead of default ones.

Custom Smilies 是一个 WordPress 插件。它可以让你自由地在你的文章和评论中使用表情来代替默认的表情。

The latest is 2.5. You can get it here.

最新版本是 2.5。你可以在这里得到它

You can find more infomation about Custom Smilies here.

你可以在这里(点击查看)得到更多 Custom Smilies 的使用方法和说明。

Note: You can get Italian package from here.

———-Changelog———-

Fix a JS error in IE.

修正了一个在IE下的JS错误。

Popularity: 33% [?]

29条评论 2008年12月15日 4,165 views

DotA 迷

话说我一朋友(暂时咱就叫他F君吧),近日沉迷于魔兽DotA(什么是DotA),昨日又奋战到了半夜才睡觉。

今天中午,我叫他起来吃饭,他来了句:“等我升到六级”。我迟疑了一下,what?而后恍然大明白,哦~~~~连做梦都在打DotA啊。果然是DotA迷。

Popularity: 33% [?]

10条评论 2008年11月20日 4,049 views

Template Hierarchy

WordPress 主题的开发应该用得着这个(感觉新版的这个比以前老版的简洁),拿来自己备忘一下。

图中各项的说明可以参考这里

Popularity: 35% [?]

2条评论 2008年11月19日 3,904 views

表情插件 Custom Smilies 2.2

[Update @ 2008.11.6]There is a serious logical bug in 2.2. So please upgrade to 2.3.

[Update @ 2008.11.6]2.2 存在一个严重的逻辑错误。请尽快升级到2.3。

Custom Smilies (previously named Custom Smileys) is a plugin for WordPress 2.0+. This plugin gives you a chance to personalize your posts and comments using smilies of your choice instead of default ones.

Custom Smilies 是一个 WordPress 插件。它可以让你自由地在你的文章和评论中使用表情来代替默认的表情。

The latest is 2.2. You can get it here.

最新版本是 2.2。你可以在这里得到它

You can find more infomation about Custom Smilies here.

你可以在这里(点击查看)得到更多 Custom Smilies 的使用方法和说明。

(阅读全文……)

Popularity: 37% [?]

48条评论 2008年11月06日 4,460 views

WordPress 插件开发小技巧之为插件添加快捷键

版权声明:原创文章,转载请注明出处,Crazy Loong(http://goto8848.net)

先来个截图

为插件添加快捷键

图示(点击看大图)

注意其中的红色方框部分。看见了?这就是我说的快捷方式(其实我也不知道叫什么,就这么叫了 ^O^ )。这样的话,用户激活插件后,就不用再到管理界面里去找设置了,直接点击这里就可以到相应的地方了。

接下来,重点就是怎么添加它了。这里,要使用到一个叫“plugin_action_links”的hook,位于wp-admin/plugins.php的274行。$action_links = apply_filters('plugin_action_links', $action_links, $plugin_file, $plugin_data, $context);

下面是我添加的一个例子 (阅读全文……)

Popularity: 34% [?]

10条评论 2008年10月19日 4,203 views

Super Switch 1.2 发布

升级了一下 Super Switch 到 1.2。更多关于 Super Swtich 的信息,可以到这里寻找

———- Changelog 更新 ———-

Fix the interface.

修正了后台设置界面。

Fix the function for disabling plugins update.

修正了不检查插件升级的功能。

Popularity: 38% [?]

7条评论 2008年08月29日 3,966 views

Super Switch 插件

今天又完成个小插件——Super Switch。这个插件其实只是为 WordPress 的一些功能加了个开关。

使用这个插件,你可以禁用一下功能:

版本修订
自动保存
主题预览
不在页面显示WordPress版本
Browse Happy
插件升级检查
WP核心升级检查

具体的,大家可以看看 http://goto8848.net/projects/super-switch/

PS:貌似这是我字得最少的一次,哈哈哈。

Popularity: 36% [?]

15条评论 2008年08月26日 4,362 views

mo 文件无法上传导致语言包无法使用的解决方法

版权声明:原创文章,转载请注明出处,Crazy Loong(http://goto8848.net)

有的空间由于限制了上传类型,不允许上传mo后缀的文件,导致语言包无法使用。这个时候,我们可以用一下的方法解决。

1、下载本文附件,覆盖wp-includes下的同名文件

2、将wp-content/languages下的zh_CN.mo更名为zh_CN.txt

我们可爱的中文就又可以出现了。

这样做了以后,所有的mo文件你都需要改后缀为txt,才可以被调用。

附件下载:

l10n

Popularity: 37% [?]

发表评论 2008年08月24日 4,115 views

上一页 下一页