WordPress 下的文章
Super Switch 1.3 发布。详细介绍参见http://goto8848.net/projects/super-switch/
这个插件其实是为 WordPress 的一些功能加了个开关,可以算做是一种优化。
使用这个插件,你可以控制以下功能的是否启用:
版本修订
自动保存
主题预览
不在页面显示WordPress版本
是否在 IE 下显示 Browse Happy
插件升级检查
核心升级检查
显示最新启用的插件
Changelog
- Version 1.3:
+ Added: I18n support.
+ Added: The switch for themes update checking.
+ Added: The switch for recently active plugins.
+ Fixed: Interface.
+ Fixed: The switch for core update checking.
+ Fixed: The switch for plugins update checking.
在 1.3 里,加入了 I18n 的支持,大家可以更方便地翻译;新增对最新启用插件显示和主题更新的控制;修正了对核心和插件更新检查的控制;优化了设置界面。
下载地址:http://downloads.wordpress.org/plugin/super-switch.1.3.zip
Popularity: 20% [?]
2009年05月25日
Download: get it here.
下载:点击这里
- Version 2.7:
+ Fixed: The functions of smilies button when you are using non WYSIWYG editor.
+ Added: Compatible with TinyMCEComments.

Popularity: 37% [?]
2009年03月29日
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% [?]
2009年01月12日
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% [?]
2008年12月15日
WordPress 主题的开发应该用得着这个(感觉新版的这个比以前老版的简洁),拿来自己备忘一下。
图中各项的说明可以参考这里。
Popularity: 35% [?]
2008年11月19日
[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% [?]
2008年11月06日
版权声明:原创文章,转载请注明出处,Crazy Loong(http://goto8848.net)
先来个截图

图示(点击看大图)
注意其中的红色方框部分。看见了?这就是我说的快捷方式(其实我也不知道叫什么,就这么叫了
)。这样的话,用户激活插件后,就不用再到管理界面里去找设置了,直接点击这里就可以到相应的地方了。
接下来,重点就是怎么添加它了。这里,要使用到一个叫“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% [?]
2008年10月19日
升级了一下 Super Switch 到 1.2。更多关于 Super Swtich 的信息,可以到这里寻找。
———- Changelog 更新 ———-
Fix the interface.
修正了后台设置界面。
Fix the function for disabling plugins update.
修正了不检查插件升级的功能。
Popularity: 38% [?]
2008年08月29日
今天又完成个小插件——Super Switch。这个插件其实只是为 WordPress 的一些功能加了个开关。
使用这个插件,你可以禁用一下功能:
版本修订
自动保存
主题预览
不在页面显示WordPress版本
Browse Happy
插件升级检查
WP核心升级检查
具体的,大家可以看看 http://goto8848.net/projects/super-switch/ 。
PS:貌似这是我字得最少的一次,哈哈哈。
Popularity: 36% [?]
2008年08月26日
版权声明:原创文章,转载请注明出处,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日
上一页
Is it possible to show only the selected smilies above the comment text box? Because right now if I activate the plugin I get a huge list of smilies, while I want only the ones selected - and the rest under the 'more' button, like happens underneath the text. This means I have to deactivate the plugin unless there is a solution for this?
谢谢博主了。 。 www.qnuan.com
终于找到了。
2012 新春快乐!
RESOLVED! my fault. I found the problem into the folder path ... firefox don't undestand the "\" slash but only "/" ... thanks anyway ... ^O^ ^O^ ^O^ Another question. Is it possible to add the plugin into the admin post panel?