Quote:
Originally Posted by Tanjamuse
I don't suppose I can use the advance rule in combination with my user categories?
Thanks for all the help
|
I am not sure what you are asking.
An advanced rule can use the "user_categories()" template function to get a list of user categories that a book is in. For example, the advanced rule
Code:
program:
user_categories()
returns the user categories for a book. You can use that list in various ways. What are you trying to do?