Linux 软件免费装

SimpleSmileyReplace

开发者 brokenlibrarian
更新时间 2014年9月28日 23:24
捐献地址: 去捐款
PHP版本: 3.3.1 及以上
WordPress版本: 4.0
版权: Apache v2

标签

comments smilies

下载

1.0 0.3 0.4 0.5 0.5.1

详情介绍:

SimpleSmileyReplace is a plugin that checks for the existence of a images/smilies/ folder in a theme. If that folder exists, WordPress uses the smiley files in that folder instead. The plugin assumes that the smilies have the usual filenames (icon_rolleyes.gif, etc). It has no extra requirements and has been tested with modified versions of the twentyten through twentyfourteen themes. Development on this plugin has halted. Other developers should feel free to use the Apache-licensed code for their own projects. http://brokenlibrarian.org/tinyplugins/\ brokenlibrarian@gmail.com\ 09/28/14

安装:

  1. Create a folder named /wp-content/themes/[ThemeName]/images/smilies/ and put a complete set of custom smilies in it, with the standard WordPress filenames.
  2. Upload the SimpleSmileyReplace folder to your /wp-content/plugins/ folder and activate it.
  3. No further configuration is required. The smiley codes and filenames are unaltered, only the location of the files is changed.

升级注意事项:

1.0
  • Final version with WordPress v4.0 testing
0.5.1
  • update for WordPress 3.8 compatibility testing
0.5
  • update for WordPress 3.5 compatibility testing
0.4
  • optional update, code cleanup, no changes
0.3
  • initial release

常见问题:

What are the standard WordPress filenames?

An up-to-date list of smilies and filenames can be found in /wp-includes/functions.php by searching for the $wpsmiliestrans variable. As of WordPress version 3.5, this is the list (cut-and-pasted): ':mrgreen:' => 'icon_mrgreen.gif', ':neutral:' => 'icon_neutral.gif', ':twisted:' => 'icon_twisted.gif', ':arrow:' => 'icon_arrow.gif', ':shock:' => 'icon_eek.gif', ':smile:' => 'icon_smile.gif', ':???:' => 'icon_confused.gif', ':cool:' => 'icon_cool.gif', ':evil:' => 'icon_evil.gif', ':grin:' => 'icon_biggrin.gif', ':idea:' => 'icon_idea.gif', ':oops:' => 'icon_redface.gif', ':razz:' => 'icon_razz.gif', ':roll:' => 'icon_rolleyes.gif', ':wink:' => 'icon_wink.gif', ':cry:' => 'icon_cry.gif', ':eek:' => 'icon_surprised.gif', ':lol:' => 'icon_lol.gif', ':mad:' => 'icon_mad.gif', ':sad:' => 'icon_sad.gif', '8-)' => 'icon_cool.gif', '8-O' => 'icon_eek.gif', ':-(' => 'icon_sad.gif', ':-)' => 'icon_smile.gif', ':-?' => 'icon_confused.gif', ':-D' => 'icon_biggrin.gif', ':-P' => 'icon_razz.gif', ':-o' => 'icon_surprised.gif', ':-x' => 'icon_mad.gif', ':-|' => 'icon_neutral.gif', ';-)' => 'icon_wink.gif', '8O' => 'icon_eek.gif', ':(' => 'icon_sad.gif', ':)' => 'icon_smile.gif', ':?' => 'icon_confused.gif', ':D' => 'icon_biggrin.gif', ':P' => 'icon_razz.gif', ':o' => 'icon_surprised.gif', ':x' => 'icon_mad.gif', ':|' => 'icon_neutral.gif', ';)' => 'icon_wink.gif', ':!:' => 'icon_exclaim.gif', ':?:' => 'icon_question.gif',

更新日志:

1.0 0.5.1 0.5 0.4 0.3