This module package is hacked version of GIJOE's d3forum-0.85.

Hacked items are:

2011-05-11 naao
see http://www.naaon.com/modules/plactice/index.php/home/hobby/xoops/d3com_auth.htm (JAPANESE)

***************

revision notes

2011-07-15
- Added page navigation on postlist page and d3comment integration flat display mode.
-- Note: for comment integration, please add blow to the (root_path)/xoops.css

/*  Page Navigation */

div.boxNavi .itemBody {
	margin: 1px 2px 5px 2px;
	text-align:center;
	list-style-type: none;
}
div.boxNavi .itemBody li{
	display: inline;
	margin: 1px 2px 1px 2px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-align:center;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

div.boxNavi .itemBody li.txt span,
div.boxNavi .itemBody li a {
	margin: 0;
	padding: 5px 7px 5px 10px;
	text-decoration: none;
}

2011-05-29
- Deleted d3comment_tree plugin and added some hack to avoid upgrade failure on JPEx core.

2011-05-15 naao
- Fixed d3comment object failed in case of not included D3comment class modules. (thx domifara)
