View Single Post
Old 02-02-2013, 08:07 PM   #4
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,733
Karma: 6690881
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by filmgal View Post
chaley, thanks for the response.
Unfortunately, it doesn't work for user categories.
I've confirmed that it works for custom subgroups, as I removed all my subgroups except for genre:

Code:
content_server_will_display = ['#genre']
content_server_wont_display = []
I tried all of the following:

Code:
content_server_will_display = ['*']
content_server_wont_display = ['@Author Country','@Author Awards','@Period and Place']
Code:
content_server_will_display = ['*']
content_server_wont_display = ['@Author Country:true','@Author Awards:true','@Period and Place:true']
Code:
content_server_will_display = ['*']
content_server_wont_display = ['@Author Country:.true','@Author Awards:.true','@Period and Place:.true']
and none of them removed the user categories.
I looked at the code and you are right. The user categories can not be removed. When I get a moment I will look at fixing it.
chaley is offline   Reply With Quote