编辑“WordPress:Using Smilies

跳转至: 导航、​ 搜索
警告:您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您登录创建一个账户,您的编辑将归属于您的用户名,且将享受其他好处。

该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。

最后版本 您的文本
第128行: 第128行:
''*在有的情况下,多种文本操作可以用来显示同一种smiley.''
''*在有的情况下,多种文本操作可以用来显示同一种smiley.''


[[WordPress:Category:Getting Started]]


[[WordPress:Category:Getting Started|分类:入门]]
[[WordPress:Category:Getting Started|分类:入门]]
== Troubleshooting Smileys ==
=== Why Doesn't it Work? ===
Smileys may have been disabled by your Wordpress admin. Another possibility is  the smiley image files have been deleted from <tt>/wp-includes/images/smilies</tt>.


== Smiley问题发现与解决 ==
== Smiley问题发现与解决 ==
第135行: 第143行:
=== 它为什么不好用呢? ===
=== 它为什么不好用呢? ===
Smiley可能在你的Wordpress管理中被禁用了。另外一种可能是Smiley图片已经从<tt>/wp-includes/images/smilies</tt>中删除了。
Smiley可能在你的Wordpress管理中被禁用了。另外一种可能是Smiley图片已经从<tt>/wp-includes/images/smilies</tt>中删除了。
=== Why Doesn't it Work for Me? ===
''If smileys work for others at your site but not for you:''
Type a space before and after your smiley text. That prevents the smiley being accidentally included in the text around it. [[WordPress:Image:icon_redface.gif|redface emoticon]]
Make sure not to use quotes or other punctuation marks before and after the smiley text. [[WordPress:Image:icon_rolleyes.gif|rolleyes]]


=== 为什么只有我不能正常使用呢?===
=== 为什么只有我不能正常使用呢?===
第142行: 第157行:


注意不要在smiley文本之前或之后使用引号或者别的符号。[[WordPress:Image:icon_rolleyes.gif|翻白眼]]
注意不要在smiley文本之前或之后使用引号或者别的符号。[[WordPress:Image:icon_rolleyes.gif|翻白眼]]
=== Where Are My Smiley Images Kept? ===
The smiley or emoticon image graphics are found in the <tt>/wp-includes/images/smilies</tt> directory.
Note that smileys is spelled 'eys' in this documentation and the directory name for the smiley images is '''smilies'', spelled 'ies'. [[WordPress:Image:icon_eek.gif|eek emoticon]]


=== 我的Smiley图片保存在什么地方?===
=== 我的Smiley图片保存在什么地方?===
第147行: 第167行:


注意文件中的smileys的拼写是'eys',目录名字是'''smilies'', 拼写为 'ies'. [[WordPress:Image:icon_eek.gif|惊讶]]
注意文件中的smileys的拼写是'eys',目录名字是'''smilies'', 拼写为 'ies'. [[WordPress:Image:icon_eek.gif|惊讶]]
=== How Can I Have Different Smiley Images Appear? ===
''Simplest way:''
# Find your smiley image files in the <tt>/wp-includes/images/smilies</tt> directory and back them up to another directory
# Note the names of each smiley file. Your files must match these names and should be in the same 'gif' image format.
# For predictable behavior, the image sizes should be similar.
# Upload your new files to the <tt>/wp-includes/images/smilies</tt> directory with an [[WordPress:FTP_Clients|FTP program]].


=== 我如何才可以让不同的Smiley图片显示出来? ===
=== 我如何才可以让不同的Smiley图片显示出来? ===
第155行: 第183行:
# 显而易见的, 图片的尺寸应该比较小才可以。
# 显而易见的, 图片的尺寸应该比较小才可以。
# 使用[[WordPress:FTP_Clients|FTP 程序]]把新文件上传到<tt>/wp-includes/images/smilies</tt>目录.
# 使用[[WordPress:FTP_Clients|FTP 程序]]把新文件上传到<tt>/wp-includes/images/smilies</tt>目录.
''If you're up to hacking the code:''
If you really must change the file names of the images, edit the file that refers to these images, ''''vars.php'''' (in WordPress 2.2, they're located in ''''functions.php''''), situated in the <tt>/wp-includes/</tt> directory. Follow all precautions when "hacking code".
You can read a tutorial explaining all this in more detail, as well as how to avoid hacking WP code, at [http://aranea.zuavra.net/index.php/20/ Ars Aranea].
There are also WordPress Plugins which allow you to customize your smilies in WordPress.


''如果你懂得代码的话:''
''如果你懂得代码的话:''
第163行: 第199行:


还有一些WordPress插件允许你用来在WordPress中自定义smilies。
还有一些WordPress插件允许你用来在WordPress中自定义smilies。
=== Why are my Smiley Images Blank? ===
If you recently uploaded the images, it could be that the images have been uploaded in '''''ASCII''''' format by your FTP program. Re-upload the smileys ensuring that they are transferred in '''''BINARY''''' format.
Some FTP programs have an '''auto-detect''' setting which will upload files in the correct format without user intervention. If you have such a setting, turn it on.


=== 我的Smiley图片为什么是空白? ===
=== 我的Smiley图片为什么是空白? ===
第168行: 第209行:


一些FTP软件有个'''auto-detect'''设置,可以在用户不介入的情况下选择正确的格式上传文件,如果你有这个设置,打开它。
一些FTP软件有个'''auto-detect'''设置,可以在用户不介入的情况下选择正确的格式上传文件,如果你有这个设置,打开它。
== Smiley CSS ==
The smiley images in WordPress are automatically given a [[WordPress:Glossary#CSS|CSS]] class of '''wp-smiley''' when they are displayed in a post. You can use this class to style your smileys differently from other post images.


== Smiley CSS ==
== Smiley CSS ==
当它们在文章中显示的时候,WordPress 中的Smiley图片会被自动赋予一个[[WordPress:Glossary#CSS|CSS]]的'''wp-smiley'''类。你可以使用这个类来设计你的Smiley,让它不同于别的文章里的图片。
当它们在文章中显示的时候,WordPress 中的Smiley图片会被自动赋予一个[[WordPress:Glossary#CSS|CSS]]的'''wp-smiley'''类。你可以使用这个类来设计你的Smiley,让它不同于别的文章里的图片。
For example, it's not uncommon to set up images in a post to appear on the left-hand side of the content with text flowing around the image. The CSS for that might look like this:
<pre>
.post img {
    float: left;
}
</pre>


例如,在文章中建立图片,让它出现在内容的左手边,并且文字在图片周围漂浮,这可能很少见到。这个效果使用的CSS如下:
例如,在文章中建立图片,让它出现在内容的左手边,并且文字在图片周围漂浮,这可能很少见到。这个效果使用的CSS如下:
第180行: 第232行:
</pre>  
</pre>  


This would typically affect all images in a post, '''including''' your smiley images. To ''override'' this so that smileys stay inline, you could add this to your CSS:
<pre>
img.wp-smiley {
    float: none;
}
</pre>
For more on CSS in WordPress, you might want to [[WordPress:CSS|start here]].


这可能会特别影响到所有的文章里的图片,'''包括'''你的smiley图片,要想''不理会''这个效果的话,让smiley仍然在文本中,可以使用下面的CSS:
这可能会特别影响到所有的文章里的图片,'''包括'''你的smiley图片,要想''不理会''这个效果的话,让smiley仍然在文本中,可以使用下面的CSS:
第188行: 第249行:
}
}
</pre>  
</pre>  
== More Information on Smileys ==
* [http://en.wikipedia.org/wiki/Emoticon Wikipedia - Emoticon]
* [http://www.smileygarden.de/ Smileygarden - Free Smileys, Smilies and Gifs]
* [http://www.World-of-Smilies.com World-of-Smilies - Smileys and Smileygenerator]
* [http://www.greensmilies.com Green Smilies presented with and for WordPress]


== 有关Smiley的更多信息 ==
== 有关Smiley的更多信息 ==
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅Wordpress-mediawiki:版权的细节)。 未经许可,请勿提交受版权保护的作品!
取消 编辑帮助(在新窗口中打开)