Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
well trail, i know you love when i found something to change or fix ... lol :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!
Please Log in or Create an account to join the conversation.
thank you for the fast reply to my pvt msg! look this way to do alternate row colours:i'll consider the alternating rows.. om not good at odd and even stuff.. have to see how thats done elsewhere..
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.