godIsInTheRadio wrote: > following structure: browse menu for Artists based on Custom Browse > artists menu, click on artist. This should be the Custom Browse artist > page with the list of albums as defined in the artists template: works. > > But - what is the header item for albums on the artist page (Album: > ...)? I tried artistheader/album and the SQL is perfectly executing when > using SQL Query plugin, but the data showing up is not the data > expected, it's default data as if the enabled header item is a different > one. > How can I figure out which templates are actually used, Source Code is > not really obvious imho... > > Thanks
If you goto "SBS/LMS Settings/Advanced/Custom Browse/Manage header/footer items" you will see the total list of header items. The ones starting with "artistheader/" are the ones shown on the artist page. The one named "artistheader/Albums" is the default one that shows the album information, the information after "artistheader/", for example "Albums", is just a part to know what each item represent, it can be called anything this string is not shown in the header in the user interface. The "Filename" paramter specified when saving a header configuration item is the thing that needs to be unique, for example "artistheaderalbums.cb.context.values.xml", where "artistheaderalbums" is the part that uniquely identifies this header. Take a look in the "SBS/LMS Settings/Advanced/Custom Browse/Manage header/footer items" menu and see what items you have that starts with "artistheader/", then look in the browse menu and browse so you can see a header, are all items shown in the setting page there or are some missing ? For example the one you have added ? If the SQL query in the item configuration doesn't return any rows, the result will be that the item isn't shown at all. Have you been able to add any header item at all, or does other works but not the one you have customized yourself ? If you can't figure it out based on the above information, please post a screenshot of the "Manage header/footer items" page or write down the contents, so I can take a look at it and see if I can figure out what's going on. ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=95549 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
