plugin

Installing PHPEclipse–php IDE eclipse plugin

星期一, 二月 9th, 2009 | JAVA-and-J2EE, php | 没有评论

       今天给论坛升级,要发现自己忘记了Ucenter的密码了;又要md5加密密码了,赶紧找php的编辑文件好处理,发现电脑重装后,只把myeclipse升级到6.5,对应的插件都没有了,继续安装吧;明天还要继续安装php的环境,真是烦啊,倒谈不上难了,废话不多说了,开始安装这个插件吧;

The simplest way to install PHPEclipse is to use the PHPEclipse update site.
If you are using Eclipse 3.2 you will want to use the following URL for your update site:
http://update.phpeclipse.com/update/stable/1.1.x
For Eclipse 3.3 and 3.4 use
http://update.phpeclipse.com/update/stable/1.2.x

俺的是3.3的就用这个了

Then select Search for new features to install -> Next
You will create a new remote site Name: PHPEclipse 1.2.x
The url is http://update.phpeclipse.com/update/stable/1.2.x then click Ok

Make sure PHPEclipse 1.2.x is check then click Finish
After it is installed you will need to activate the Perspective
To do that got to Window-> Open Perspective ->Other -> Select PHP -> Ok

官方有个对应的图文可以参考:Installing PHPEclipse

 

Tags: , ,

启用作者信息插件WordPress Plugin – Author Exposed的使用

星期一, 十二月 29th, 2008 | wordpress | 2 Comments

介绍就不想说了,直接复制了下

用于显示作者的具体信息。点击作者的链接时,会弹出显示框,包含作者的姓名、Email、简介等。作者的姓名、Email、简介都来调用于WordPress后台的设置,

注:头像图片来自于Gravatar—这个很另我恼火,还要跑去注册很烦闷中,就直接修改了源文件调取自己本地的头像图片,做个80X80的图片就OK了,至于各人显示各人的图片,我就直接判断email了,作者也都是自己的朋友,以后人多了,在考虑自己也弄个上传吧

官方地址:(不知道是不是官方) http://colorlightstudio.com/2008/03/14/wordpress-plugin-author-exposed/
Installation(安装说明)

下载此插件:Plugin: AuthorExposed (4kb). Download

1.上传文件Upload “author_exposed” folder to the”/wp-conten/plugins/” directory.
2.后台激活Activate the plugin and place this code (inside the loop)
where you want your author link to appear:

3.在需要的地方加此代码code:

1
<?php if (function_exists('author_exposed')){author_exposed();} ?>

Tags: , ,

Search

文章分类

Links

Meta