details view for multiple entries

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
Ted L. Nancy
Addicted to Bruji
Addicted to Bruji
Posts: 47
Joined: Tue Jan 13, 2009 10:19 pm

details view for multiple entries

Post by Ted L. Nancy »

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.
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: details view for multiple entries

Post by Conor »

Are we talking about the my rating star? It's not possible to hide those in either edit panel.
Ted L. Nancy
Addicted to Bruji
Addicted to Bruji
Posts: 47
Joined: Tue Jan 13, 2009 10:19 pm

Re: details view for multiple entries

Post by Ted L. Nancy »

Conor wrote:Are we talking about the my rating star? It's not possible to hide those in either edit panel.
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?
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: details view for multiple entries

Post by Conor »

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>
Post Reply