this is only possible through editing the plugins php-file.
change this line 898:
Code: Select all
$table .= " <td><a href=\"./index.php?serendipity[subpage]=".$this->get_config('pageurl')."&thiscat=".$id."&file=".$file['id']."\"><span style=\"font-size:12px\">".$file['realfilename']."</span></a></td>\n";Code: Select all
$table .= " <td><a href=\"./index.php?serendipity[subpage]=".$this->get_config('pageurl')."&thiscat=".$id."&file=".$file['id']."\"><span style=\"font-size:12px\">".$file['description']."</span></a></td>\n";