Modules: CBB 1.13 Final Release

Posted by: phpppOn 2005/5/22 7:53:40 13350 reads
CBB: XOOPS Community Bulletin Board

download:
Full package

Patch:
NewBB 2.02 -> CBB 1.13
CBB 1.12 -> CBB 1.13


CBB Team is now calling for members (Details will be available very soon; Dev is temporarily locked to wait for XOOPS 2.2)

Changelog 1.13
==============
1 bugfix for IP recording (Reported by alitan @ xoops.org)
2 changing time display for "Today/yesterday ..." (Reported by alitan @ xoops.org)
3 adding post link (Preliminary solution by ackbarr && Suggested by Peekay @ xoops.org)
4 further cleaning "Compact mode" (Suggested by Rou4 @ XOOPS CHINA)
5 adding new block "recent post text"
6 bugfix for function newbb_admin_mkdir
7 bugfix for permission table of locked topic
8 adding indication for locked topic in view topic (Requested by SuperVoley @ xoops.org)
9 bugfix for category management (Reported by chia @ xoops.tnc.edu.tw)
10 bugfix for subject sanitizing problem (Reported by CeBepuH @ xoops.org)
11 rolling back signature to pure xcode format (comprehensive improvement is expected after XOOPS 2.2)
12 bugfix for empty message check in quick reply
13 template validation on XHTML 1.0 (not complete yet)
14 compatible with news 1.30+ for posttonews (reported by cosmodrum @ xoops.org)

Known issues (help is welcome):
1 fpdf for Persian, Arabic language. "ufpdf" is under investigation
2 archive functionality
3 MS document format with attachment (To be confirmed)
4 Big5 char problem with title/subject (To be confirmed)

CBB
SITE:HTTP://XOOPS.ORG.CN
DEMO:HTTP://XOOPS.ORG.CN
SUPP:https://xoops.org.cn/modules/newbb/viewforum.php?forum=17



Appendix
1 Dropdown menu color configuration: adding dropdown menu color to theme/style.css as following:
/* color -- dropdown menu for Forum */
div.dropdown adiv.dropdown .menubar a{
    
color:#FFF;
}

div.dropdown .menudiv.dropdown .menubardiv.dropdown .itemdiv.dropdown .separator{
    
background-color#2F5376; /* color set in your theme/style.ss .th{} is recommended */
    
color:#FFF;
}

div.dropdown .separator{
    
border1px inset #e0e0e0;
}

div.dropdown .menu a:hoverdiv.dropdown .userbar a:hover{
    
color#333;
}
/* color - end */


2 Fix for "right-to-left" themes (Arabic, Persian and more): adding to theme/style.css as following:

/* direction -- for rtl */
div.dropdown uldiv.dropdown .userbar{
    
directionltr;
}

div.dropdown li ul {
    
left: -150px !important/* for IE, tune the value if necessary */
}
div.dropdown li>ul 
    
left: -1px !important/* for non-IE, tune the value if necessary */
}

div.dropdown .userbar{
    
floatright !important;  /* need a more formal solution, any help would be appreciated */
}
/* direction fix end */