One other question...
When editing multiple entries in the details view, I noticed that the stars for the rating always appear, even though I have that hidden/disabled for the details view. Is there a reason for this?
Thanks.
details view for multiple entries
-
- Addicted to Bruji
- Posts: 47
- Joined: Tue Jan 13, 2009 10:19 pm
Re: details view for multiple entries
Are we talking about the my rating star? It's not possible to hide those in either edit panel.
-
- Addicted to Bruji
- Posts: 47
- Joined: Tue Jan 13, 2009 10:19 pm
Re: details view for multiple entries
Yes, the my rating star. Now that you pointed it out, I just noticed the stars under the artwork in edit panel for the single entry. Out of curiosity, why is it not possible to hide this? Why does it get special treatment?Conor wrote:Are we talking about the my rating star? It's not possible to hide those in either edit panel.
Re: details view for multiple entries
Because it's different than the other fields (being an image) it more complicated to hide like the other preferences. You can create a custom details view by duplicating your preferred details template and you could remove the my rating from the details, with some HTML knowledge. It would be the section with [key:myRating]; in the default view it would be removing this section:
Code: Select all
<div class="myrating">
<img src="Images/whitestar[key:myRating].png" alt="Rating" height="15" width="88" usemap="#starRatingMap" />
</div>