Code:
<vte:params>
<vte:param name="search_limit" value="200" />
<vte:param name="search_sort_by" value="ip" />
<vte:param name="search_sort_by" value="created" />
<vte:param name="search_order" value="descending" />
<vte:param name="cache" value="1" />
</vte:params>
OK now I have this working to my goal, but If I remove the search_sort_by" value="created" it groups them, by IP (in bold above) but I also want to group them by when the comment was created...
I know there has to be a trick... any words of wisdom..?
Also once this is solved would it be just a tad of CSS coding to separate out the groups by color...
Thanks in advance... were almost there...