FV.Zone Project Code

Reborn Theme +PSD for WordPress

续上次发布Fade皮肤到现在只有12天,这次发布的也可以叫Fade的升级版,但似乎不太合适,因为这次是三栏的。
Reborn是使用Fade样式重制的,所以她仍然有很多地方和Fade一样,像是两兄弟,这次最大的变动是将边栏改为三栏,修正一个较大的Bug,就是菜单在不同浏览器表现不一样的问题,本来打算在我将他克隆到ExpressionEngine平台上再发布的,但是看来我是没有时间了,所以先拿出来。


本皮肤由WordPress Default 1.6 改造。
部份Icons来自的silk icons。
标准与优化:Reborn的样式表通过W3C CSS 2.1验证,结构采用XHML 1.1设计并通过验证,特别有针对SEO优化设计。
浏览器兼容:IE 6、IE7、Firefox 2.0.x、Opera 9.x,采用负边距定位设计减少垮浏览器的bug,左内容栏为自适应宽度,采用的png图片比较多,所以在IE6中表现的差一点。
分辨率:支持800×600或更高的自适应兼容特性。
插件支持需要:中文 WordPress 中文工具箱、Gravatar、Gravatar 图标排列(自己开发)、Popularity Contest(不是必须)等。

应Jaypee的要求提供一份英文说明,特别感谢Ryan翻译。

English documentation

Reborn is the wordpress theme, base on wordpress default 1.6 and part of icons is from silk`s icon.
key features:
1. passed by W3C Cascading Style Sheets (CSS) (version 2.1)
2. the structure used XHML 1.1 design and through test
3. particularly against SEO optimization design
Browser Compatibility:
IE 6、IE7、Firefox 2.0.x、Opera 9.x
It use negative to locate the border position for reduce the bug of across browser , Adaptive content for the left column width, Photo used more png. Therefore, in the performance of almost IE6。
Resolution:
Supports 800 x 600 or higher is compatible with adaptive characteristics.
Plug-in support needed:
1.wordpress chiness kit(To solve the official WordPress not take into account issues related to the Chinese. URL:http://p.g.yupoo.com/nph-proxy.cgi/000110A/http/yanfeng.org/blog/wordpress/kit)
2.Gravatar
3.Gravatar icon arrangement( customed URL:http://www.fvzone.com/blog/gr_all_icons.fv )
4.Popularity Contest (not necessary) and etc.

授权:本皮肤采用与我Blog同样授权方式,如果没有特别申明将按这种方式!
如果您在使用当中遇到问题,请通过E-mail或是我的Blog告诉我!

最近很忙,主要是我们群的一位资深程序设计师赞助了我们一台Ubuntu服务器,因为他是做C++开发的,所以他想赞助一个Rails项目,主要用于PHP和Ruby no rails平台开发,因为他本人也不懂服务器,所以要我们自己安装Web Service,所以这段时间一直在部署服务器,特别是rails应用,比较难搞,基本服务器已经差不多了,你可以在这里rails.fvzone.com看到我架设的一个Blog,这个Blog核心叫mephisto由rails项目构建,他是来自Rails官方人员所开发,所以前景很好,我也开始大量的学习Rails应用部署,呵呵。

2007.10.19 更新:
现在将完全支持widget了,请大家测试。
有情链接无法显示的问题,是我没有写出来,很抱歉,现在补上。
可能这皮设计的当初就是为了自己使用,如果你想恢复正常,那么请找到皮中的sidebar.php文件并找到这样的代码

<li><h3><?php _e('<span class="links">友情链接</span>'); ?></h3>
<ul>
<?php get_links('13', '<li>', '</li>', '', TRUE, 'id', FALSE, FALSE, -1, FALSE); ?>
</ul>
</li>
<li><h3><?php _e('<span class="bookmark">书签盒子</span>'); ?></h3>
<ul>
<?php get_links('59', '<li>', '</li>', '', TRUE, 'id', FALSE, FALSE, -1, FALSE); ?>
</ul>
</li>

这个就是定义了调用链接的地方了,请将

get_links('59', '<li>', '</li>', '', TRUE, 'id', FALSE, FALSE, -1, FALSE);

中最前面的数字去掉就可以了,这样就可以默认全部显示了,目前他调用的是指定的分类ID中的链接,这里面的13和59就是指定分类ID,如果留空就会全部显示了。

演示地址:http://fvzone.com/blog/

下载地址:http://fvcity.googlecode.com/

71 Responses to “Reborn Theme +PSD for WordPress”

  1. Fvart

    @Jaypee
    Yes, he is based on the production of 2.3, does not support the following version 2.3

  2. Jaypee

    Thanks! Btw, is this theme compatible with WP 2.3?

  3. Fvart

    @Cysky
    关于友情链接的问题,我在日志中更新了说明,请看说明。
    DOWNLOADS是一个静态文件,所以要更新里面的内容就要通过改文件来实现!

  4. Cysky

    请问下~用了Fvart作了这个模版~友情链接方面怎么显示不了呢?
    安装方式也都是按上面所说的安装!但是在默认模版下却可以显示~
    还有就是一个问题,那就是如果我添加了你风格文件里的DOWNLOADS这个页面
    文件,那么这个新页面的内容要怎么更新<后台有更新的地方吗?>还是说更新一
    次就要改下DOWNLOADS文件呢?
    由于是从BO-BLOG转过来了,所以对WP不是很了解~
    希望有空能帮帮回答下!谢了~ :smile:

  5. Fvart

    Hi Welcome to you @Jaypee :smile:

    Reborn is the wordpress theme, base on wordpress default 1.6 and part of icons is from silk`s icon.
    key features:
    1. passed by W3C Cascading Style Sheets (CSS) (version 2.1)
    2. the structure used XHML 1.1 design and through test
    3. particularly against SEO optimization design
    Browser Compatibility:
    IE 6、IE7、Firefox 2.0.x、Opera 9.x
    It use negative to locate the border position for reduce the bug of across browser , Adaptive content for the left column width, Photo used more png. Therefore, in the performance of almost IE6。
    Resolution:
    Supports 800 x 600 or higher is compatible with adaptive characteristics.
    Plug-in support needed:
    1.wordpress chiness kit(To solve the official WordPress not take into account issues related to the Chinese. URL:http://p.g.yupoo.com/nph-proxy.cgi/000110A/http/yanfeng.org/blog/wordpress/kit)
    2.Gravatar
    3.Gravatar icon arrangement( customed URL:http://www.fvzone.com/blog/gr_all_icons.fv )
    4.Popularity Contest (not necessary) and etc.

  6. Jaypee

    Hi there! I really like this theme and would want to do a review about it but I can’t understand most of the details of this post since it’s not in English. Would you be kind enough to provide me with the theme details in English? Thanks and more power! :)

  7. Fallout

    果然,把Gmail拼错了……我下好了,谢谢~

  8. Fvart

    @Fallout
    在我发送邮件的时候gmail把信退了回来,是不是你的E-MAIL地址没有对,在这里下载吧
    http://fvzone.com/ws_tooltips.rar
    下载了告诉我,我删除!

  9. Fallout

    @Fvart
    谢谢!能否发一份WS ToolTip到我的邮箱里呢?官方链接貌似挂掉了……

  10. Fvart

    @Fallout
    不好意思,写的时候没有注意这个问题,现在也比较忙,我有空修正这个问题,可能两天左右!

Pages: « 8 7 6 [5] 4 3 2 1 » Show All

Leave a Reply