網誌更新紀錄

By | June 27, 2005

2005.06.26
網誌正式上線
還有一些小更動要做,一些function要加進去


2005.06.27
剛剛修正了文章點閱次數的bug
原來的plugin是只要reload就算點閱一次
我改用session的方式,讓這次已經點閱過文章,再點閱也不會增加次數
在index.php加入

require_once("aceonfuncation.php");

也修改了一下呼叫增加點閱次數的函數的方式

if($id > 0 && !session_is_registered($id . "_viewed")) {
	add_count($id);
	session_register($id . "_viewed");
}

目前工作正常中

更新了伸縮目錄
http://www.howtocreate.co.uk/tutorials/jsexamples/listCollapseExample.html

No related posts.


2 Comments

Aceon on June 28, 2005 at 5:45 pm.

增加了要輸入圖片中的文字才能留言的功能
http://dev.wp-plugins.org/wiki/AuthImage

Aceon on June 28, 2005 at 7:18 pm.

新增WYSIWYG Editor功能
http://mudbomb.com/archives/2005/02/02/wysiwyg-plugin-for-wordpress/

Leave Your Comment

Your email will not be published or shared. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>