• Blog A
  • Blog B
  • Linkblog
  • photoblog
  • 李湘蓉
  • 陶佑钦
  • 米仁顺
  • 宋祖荣
  • 周赞梅
  • 曾放
  • 何臻
  • 刘忠德
  • 邹海龙
  • 秦自云
  • 董仲文
  • 刘求清
  • 刘林生
  • 范贤通
  • 邹邵林
  • 满仁勇
  • 李伟
  • 曹汉庆
  • 严伯霓
  • 曾石军
  • 冯权书
  • 刘建效
  • 曹礼坚
  • 黄超文
  • 张正中
  • 刘平贵
  • 王志海
  • 吴生海
  • 黄河清
  • 王梦雄
  • 李之宣
  • 晏旻霞
  • 夏志刚
  • 梁 慧
  • 朱晓林
  • 石学东
  • 段晓宏
  • 左梦飞
  • 杨予平
  • 杨平展
  • 宋泱
  • 李敬中
  • 郭呈祥
  • 邹良
  • 聂志翔
  • 肖六芹
  • 李小卫
  • 辛继湘
  • 冯辉梅
  • 黄又三
  • 谢先国
  • 李新霞
  • 姜平
  • 吴羽
  • 薛剑刚
  • 廖晨星
  • 张思明
  • 胡惠明
  • 彭兴顺
  • 杨高全
  • 杨锋
  • 吴阳光
  • 黄佑生
  • 周华
  • 贾腊生
  • 申建春
  • 贺才田
  • 何新军
  • 李再湘
  • 赵雄辉
  • 张宇
  • 龚日辉
  • 夏春娥
  • 卢梓忠
  • 郑卫
  • 陈勇
  • 陈春华
  • 谭硕
  • 胡晓凤
  • 李宇
  • 杜娟
  • 博客
  • 博客
  • 博客
  • test
  • 张爱平
  • 张芳
  • 博客

Blog B 标题

Blog B 的标签行
  • 主页
  • 关于博客B
  • 关于本系统
  • 联系
  • 登录
  • 七月 2010
    周一 周二 周三 周四 周五 周六 周日
     << <   > >>
          1 2 3 4
    5 6 7 8 9 10 11
    12 13 14 15 16 17 18
    19 20 21 22 23 24 25
    26 27 28 29 30 31  
  • Blog B 标题

  • 博客'Blog B'. 的完整描述

    • 最近的
    • 存档
    • 分类
    • 最新评论
  • 搜索

  • 分类

    • 所有
    • Announcements
    • b2evolution Tips
  • Blogroll

    • b2evolution
      • Blog news
      • Manual
      • Support
      • Web hosting
    • contributors
      • Daniel
      • Danny
      • Francois
      • Yabba
  • 提供XML

    • RSS 2.0: 帖子, 评论
    • Atom: 帖子, 评论
    What is RSS?

关于皮肤

作者 admin 于十一月 6, 2008 | 在b2evolution Tips | 评论 »

这是一个关于皮肤应用的演示帖子——
By default, b2evolution blogs are displayed using a skin.

You can change the skin used by any blog by editing the blog settings in the admin interface.

You can download additional skins from the skin site. To install them, unzip them in the /blogs/skins directory, then go to General Settings > Skins in the admin interface and click on "Install new".

You can also create your own skins by duplicating, renaming and customizing any existing skin folder from the /blogs/skins directory.

To start customizing a skin, open its "index.main.php" file in an editor and read the comments in there. Note: you can also edit skins in the "Files" tab of the admin interface.

And, of course, read the manual on skins!

关于模件...

作者 admin 于十一月 6, 2008 | 在b2evolution Tips | 一条评论 »

这是一个关于插件应用的演示帖子——
b2evolution blogs are installed with a default selection of Widgets. For example, the sidebar of this blog includes widgets like a calendar, a search field, a list of categories, a list of XML feeds, etc.

You can add, remove and reorder widgets from the Blog Settings tab in the admin interface.

Note: to be displayed widgets are placed in containers. Each container appears in a specific place on a skin. If you change the skin of your blog, the new skin may not use the same containers as the previous one. Make sure you place your widgets in containers that exist in the specific skin you are using.

皮肤、导引文件、格式文件以及网站整合...

作者 admin 于十一月 6, 2008 | 在b2evolution Tips | 评论 »

这里是一个关于皮肤应用的演示帖子——
By default, blogs are displayed using a skin. (More on skins in another post.)

This means, blogs are accessed through 'index.php', which loads default parameters from the database and then passes on the display job to a skin.

Alternatively, if you don't want to use the default DB parameters and want to, say, force a skin, a category or a specific linkblog, you can create a stub file like the provided 'a_stub.php' and call your blog through this stub instead of index.php .

Finally, if you need to do some very specific customizations to your blog, you may use plain templates instead of skins. In this case, call your blog through a full template, like the provided 'a_noskin.php'.

If you want to integrate a b2evolution blog into a complex website, you'll probably want to do it by copy/pasting code from a_noskin.php into a page of your website.

You will find more information in the stub/template files themselves. Open them in a text editor and read the comments in there.

Either way, make sure you go to the blogs admin and set the correct access method/URL for your blog. Otherwise, the permalinks will not function properly.

Apache 优化...

作者 admin 于十一月 6, 2008 | 在b2evolution Tips | 评论 »

在 /blogs 目录下,有一个[sample.htaccess]文件。您可以把这个文件名改为[.htaccess]就可以进入启动状态,实现Apache的运行优化。

因为在某些服务器下可能有问题,所以这个文件在初始状态下没有被启动。如果在启动中遇到问题,请把文件名改回原名就可以了。

清除固定链接。

作者 admin 于十一月 6, 2008 | 在b2evolution Tips | 评论 »

在缺省情况下,b2evolution采用传统的固定连接。这样可以在最大程度上和不同的服务器兼容。

如果您对b2evolution有足够的信心,建议您通过管理界面的总体设置 > 连接方式下,启动简洁连接。

  • 内容

    • 关于皮肤
    • 关于模件...
    • 皮肤、导引文件、格式文件以及网站整合...
    • Apache 优化...
    • 清除固定链接。
  • 最近评论

    • admin 于 关于模件...
  • Sidebar 2

    This is the "Sidebar 2" container. You can place any widget you like in here. In the evo toolbar at the top of this page, select "Customize", then "Blog Widgets".
b2

©2010 by admin | 联系 | evoCamp skin | Credits: Blog Design | blog software | web hosting | monetize