well trail, i know you love when i found something to change or fix ... lol

j/k
1. Testing the SEF feature, i found that urls generated by lastviews plugin don't use the sefRelToAbs() function.
So the line:
... <a href=\"index.php?option=com_comprofiler&task=userProfile&user=".$lastview->viewer_id."\"> ...
could be changed into:
... <a href=\"".sefRelToAbs("index.php?option=com_comprofiler&task=userProfile&user=".$lastview->viewer_id)."\"> ...
2. The list could use alternate row colors, like in all CB tabs and in whole joomla. It missed "sectiontableentry1", using just "sectiontableentry2" for odds and even rows.
Thank you trail!