display covers instead of cover not working correctly
-
On my website I display the albums as follows
%%wppa%% %%cover=3%% %%size=auto%%
%%wppa%% %%cover=5%% %%size=auto%%
%%wppa%% %%cover=6%% %%size=auto%%
%%wppa%% %%cover=12%% %%size=auto%%
%%wppa%% %%cover=17%% %%size=auto%%
%%wppa%% %%cover=22%% %%size=auto%%
%%wppa%% %%cover=26%% %%size=auto%%This nicely displays each of these sub-albums (all being a direct child of parent –none–).
Now, I would like to display by default the subalbums of album 17 and album 26 and therefore I entered the following code
%%wppa%% %%cover=3%% %%size=auto%%
%%wppa%% %%cover=5%% %%size=auto%%
%%wppa%% %%cover=6%% %%size=auto%%
%%wppa%% %%cover=12%% %%size=auto%%
%%wppa%% %%covers=17%% %%size=auto%%
%%wppa%% %%cover=22%% %%size=auto%%
%%wppa%% %%covers=26%% %%size=auto%%For album 26 I have the expected behaviour but for album 17 I see in this location all albums that are a direct child of the ones with parent –none– but not the ones with parent 17.
If I change the attribute for album 17 back to cover, then the same problems happens to album 26.
With the few tests I did it looks like the first album that I would like to display as covers, displays all first level children. The next albums that I change to covers are displayed correctly.Could this be a bug somewhere? Or am I doing something wrong?
Kind regards,
Dirk Claesen
- The topic ‘display covers instead of cover not working correctly’ is closed to new replies.