Quote:
Originally Posted by redscarlett
Sorry for the late reply - I'm helping my Dad set up his new caravan! :S
Okay, the four I would like please are:
1.
Code:
{#genre}/{#category}/{series}/{title}{series_index:0>4.1f}{authors}
but i would like it to be that, if there is no series, then there is no 'series' sub-folder (if you understand me?)
2.
Code:
{#genre}/{#sub_genre}/{title}{author}
3.
Code:
{#genre}/{#sub_genre}/{series}/{title}{series_index:0>4.1f}{authors}
Once more, using 'series' only if one exists.
...and I think that's it actually, so 3 instead of 4!
Thank you!
|
Should be doable, there are really only 2 conditions (#sub_genre and #category). (note: I only code the simple, conditional ones. Help will be along now they can see what you need)
The other is a conditional on series (see the Template language
series examples)