If you limit article display in the category view some articles are simply cut.
This might be annoying to some users so I added a [more] link to display the respective article.
Sample:

Code iss pretty simple (done in template
kbcatdisplay):
Find:
Code:
<a href="<{$baseurl}>_m=knowledgebase&_a=viewarticle&kbarticleid=<{$articleitem[kbarticleid]}>"><span class="articlepreview"> [more]</span></a>
After, insert:
Code:
<{if $settings[kb_climit] > 0}>
<tr><td colspan="3">
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="1" align="left"><img src="<{$themepath}>space.gif" width="16" height="16" border="0" /></td> <td align="left" valign="middle"> <span class="articlepreview"><{$articleitem[contents]}>
Of course you could define a new Language Phrase for it to let it be controlled via language phrases.
Mine is the small simple version since I'm lazy
I'm sorry if you folks don't want these kind of adjustments here.
Then just delete.