今天打开blog一看数据库又坏掉了:
引用
Bo-Blog Database System Tips: MySQL Query Error

Time: 2006-10-6 3:14am
Script:

SQL: SELECT * FROM `***blogs` WHERE `property`<>'3' ORDER BY `sticky`DESC, `pubtime` DESC LIMIT 0, 7
Error: Can't open file: '***blogs.MYD'. (errno: 145)
Errno.: 1016

到论坛问了一下,原来是一个数据表坏掉了,然而phpmyadmin又进不了,我想用sql语句试试吧.baidu了一下,找到了:
REPAIR TABLE boblog_blogs

点确认,哈哈成功了.Blog恢复正常!
Category: 网络 , 10/06/2006 , 15:52 , 0 Comments , 3252 Read
首先,在国庆假期即将过去,中秋来临之际,祝大家双节快乐!shy
其次,说一下我的小站.这两天空间极不稳定,这是以前从来没有出现过的.如果大家有什么问题可以通过cn21sta#gmail.com联系我.
最后,为便于大家找模板,我把一些bo-blog2.X模板作者的blog罗列如下(排名不分先后,以下只是我凭记忆和在论坛里看到的一些作品比较多的bo-blog模板作者的blog,关于这个我会不断更新^_^):
ittot's Blog
http://ittot.com/blog
upwave
http://www.upwave.net
大龙部落-设计blog
http://blog.macrolong.com/
kavadream
http://www.kavadream.com
源子博客
http://www.shadowsky.cn/bl...
Category: 日志 , 10/05/2006 , 21:20 , 0 Comments , 3372 Read
点击在新窗口中浏览此图片
1.只有少许细节还没有修正,给个图先看看
2.20061010:今天又修改了一下,IE下显示正常,但在FireFox下很难看,今天提供的下载只适应IE,只供解馋.FireFox是趋势,稍后推出.
下载http://www.bmforum.com/bmb...
Category: 模板 , 10/04/2006 , 01:21 , 3 Comments , 6883 Read
新的Bmforum发布了,一个功能能强大的论坛。
演示:http://www.21sta.com/bbs
引用
在中秋佳节即将到达的时刻,蓝景开发组为广大用户带来了极具创新的 BMForum 2007 5.5 正式版本,囊括了帐号绑定、搜索引擎优化、蜘蛛识别、更强大的自定义系统、加强的AJAX处理系统。
Category: 日志 , 10/01/2006 , 03:42 , 0 Comments , 2785 Read
移植自www.conjee.com
点击在新窗口中浏览此图片
演示: http://www.21sta.com/blog/...
下载: http://www.bmforum.com/bmb...
IE下通过,其他没测试!
有问题请提出!
Category: 模板 , 08/30/2006 , 04:41 , 5 Comments , 6756 Read
Tags: , ,
引用
What is a gravatar?
A gravatar, or globally recognized avatar, is quite simply an 80×80 pixel avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites. Avatars help identify your posts on web forums, so why not on weblogs?

简单的说Gravatar就是你个人的全球认证标识,它可以用于你在论坛/Forum/Bbs上的头像,在Blog上的头像(Bo-Blog就有).
这里申请
Bo-Blog上Gravatar的设置:
后台参数设置里-头像系统
允许使用内置头像 允许
显示会员的Gravatar 允许
显示游客的Gravatar 允许
头像显示位置 左侧 右侧
随你便
头像宽度80像素
头像高度80像素
默认与官方的一致但有时会显示不出来,这于Gravatar用户上传的头像大小有关!建议用户上传80*80的头像


Category: 网络 , 08/30/2006 , 00:10 , 0 Comments , 3830 Read
Tags: , , , ,
大约在styles.css的395行找到
.article-top,
替换为
.article-top{
  margin-bottom:3px;
  border: 1px solid #C5D0D4;
  background-color: #FFFFFF;
  padding-bottom: 15px;
}

在大约463行找到
.textbox{
   margin-bottom: 5px;
   background: #ffffff;
   border: 1px solid #0290B9;
}

替换为
.textbox{
   margin-bottom: 5px;
   background: #ffffff;
   border: 1px solid #0290B9;
   position: relative;
}

至此完毕.
PS:使用稀饭的模板,作此修改即可
Category: 模板 , 08/19/2006 , 19:31 , 0 Comments , 4430 Read
Tags: ,
1.首先下载你需要修改的模板的CSS文件styles.css
2.用Frontpage或Dreamweaver或其他编辑器打开styles.css
3.复制下列代码
.panel-content li.indent{
 padding: 0px;
 background-image: url("images/list.gif");
 background-repeat: no-repeat;
 text-indent: 15px;
}/*2级分类缩进*/
.panel-content ul ul li{
 padding: 0px;
 background-image: url("images/list.gif");
 background-repeat: no-repeat;
 text-indent: 15px;
}/*链接分类缩进*/
到styles.css的最后
4.任务完成.
Category: 模板 , 08/19/2006 , 19:06 , 0 Comments , 4114 Read
Tags: , ,
分页: 3/4 第一页 上页 1 2 3 4 下页 最后页 [ 显示模式: 摘要 | 列表 ]