ceejay Wrote: 
> Hi
> 
> So I then had a look in the code for "advanced_search.html" - which I
> can't pretend I fully understand, but the line:
> 
> [% NEXT IF NOT genre.name OR genre.id == 1 %]
> 
> may be relevant! My guess is that some logic isn't quite right here...
> 

I believe the line:

[% NEXT IF NOT genre.name OR genre.id == 1 %]

should be

[% NEXT IF NOT genre.name %]

in EN\advanced_search.html (and/or the skin-specific
advanced_search.html files).  I've verified it works for me.

You can just edit the file, change the line, and reload the page.


-- 
MrC
------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=22534

_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to