Hi,
i'm experimenting with the pathauto module, and I wonder what would be needed to use the article citekey in the path e.g. /publication/[Citekey] for each biblio entry. There are already some fields available, such as [biblio_year], [biblio_authors], but the citekey is not available. Any hints?
Thanks,
Sebastien
Comments
Comment #1
rjerome commentedShouldn't be a problem, just modify the biblio_token_list() and biblio_token_values() functions in the biblio.module file, and add a line in each function similar to the biblio_year entry like this...
Comment #2
rjerome commentedShouldn't be a problem, just modify the biblio_token_list() and biblio_token_values() functions in the biblio.module file, and add a line in each function similar to the biblio_year entry like this...
Comment #3
sebos69 commentedWorks great! Thanks Ron!
do you need a patch against HEAD or can you add it?
Comment #4
rjerome commentedI'll add it, no need for a patch.
Comment #5
bekasu commentedmarking issued closed.
bekasu