Quote:
Originally Posted by Accel
Anybody know how to do this?
I'd like to see {#author_title_sort} like "Andersen, H.C. - Fairy Tales"
With initials, not full name.
|
There are examples in the first post. I constructed the below from those examples. I haven't tried it.
{author_sort:re(\, (.).*?( &|$),\, \1\2)} - {title}
Good Luck