View Single Post
Old 09-06-2013, 10:37 AM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,098
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by redscarlett View Post
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)
theducks is offline   Reply With Quote