Well I figured out myself to change in the user.php file. Line 281 I added DESC.
‘ORDER BY {$wpdb->usermeta}.user_id DESC”‘
OK, that works, but not in the right way.
The authorspage in the Hybrid theme puts authorinformation + gravatar, or as I did the authorimage from the authorimage plugin. So I would like to use the above code but with an output in descending order, to have this nice overview of authors in the blog.
Hope You can help me?