網誌更新紀錄

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

Share and Enjoy:
  • Digg
  • Technorati
  • del.icio.us
  • Hemidemi
  • Furl
  • YahooMyWeb
  • MyShare

No related posts.

This entry was posted on Monday, June 27th, 2005 at 4:04 pm and is filed under 資訊焦慮症. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “網誌更新紀錄”

  1. Aceon says:

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

Leave a Reply