The CorssArticle module is basically an extension of the efficionconsulting articles module 3.2beta (http://www.efficionconsulting.com/) . thanks for the great job of David O'Leary(the author of efficionconsulting articles module). And this version also includes some changes from
Shengfu Mao. I also had made some changes into it. :)
1. Enable rich text box in IE 7.
2. correct the sql install sripts.
The below is added by Shengfy Mao. Thx Again.
It adds several useful function including:
:combine category module and article module as one
:paging
:allow roll(up,down,left,right)
:display top image article besides the article list
:display category list so user can click to filter specific category
:use a alternate to support category classification(for example:you can set the category name such as "Company - Software Department","Company - Hardware Department",when you choose to display
category list ,you set the category filter word as "Company - ",so it will show category name as "Software Department" and "Hardware Department"
:correct some bug I found in the original source code .
:Implement search(I found the function in efficionconsulting articles module prior version,but it dispear in 3.2 beta
.....
I add these features because I need it,and in the efficionconsulting articles source code comments,I can see these features are marked
as the ToDo list.I guess the author are too busy to do these job,so I choose c# to rewrite it(I choose it only because I want to learn its syntax)
Click Here To Download the Source Code