Moderator: Tech Team
sherkaner wrote:If you have small avatars on (in BoB site options), it will be collapsed by default.
And I just kept the option because it was there already, don't use it that much actually.
that would be goodnietzsche wrote:Actually, it would be great to be able to only hide the medals, leave everything else there...
and location and total medalsender516 wrote:So you would still see the number of posts, and the join date?
That would seem to make sense. I'm surprised that wasn't the way it was set up in the first place.greenoaks wrote:and location and total medalsender516 wrote:So you would still see the number of posts, and the join date?
Well, a quick inspection tells me that it is non-trivial to distinguish the elements displaying medals from the elements displaying the text: they are all of the class DD, while the username and rank insignia appear in a DT element. So the current collapse button just hides all the DD objects in that part of the page.agentcom wrote:That would seem to make sense. I'm surprised that wasn't the way it was set up in the first place.greenoaks wrote:and location and total medalsender516 wrote:So you would still see the number of posts, and the join date?
could someone translate this into englishender516 wrote:Well, a quick inspection tells me that it is non-trivial to distinguish the elements displaying medals from the elements displaying the text: they are all of the class DD, while the username and rank insignia appear in a DT element. So the current collapse button just hides all the DD objects in that part of the page.
As far as a script goes, the lines beneath your name over there on the right are hard to tell apart, so hiding the lines with pictures of medals without hiding, say, the location line is not so easy to do.greenoaks wrote:could someone translate this into englishender516 wrote:Well, a quick inspection tells me that it is non-trivial to distinguish the elements displaying medals from the elements displaying the text: they are all of the class DD, while the username and rank insignia appear in a DT element. So the current collapse button just hides all the DD objects in that part of the page.
Does that mean it's not gonna happen or do you see some way to do it?ender516 wrote:As far as a script goes, the lines beneath your name over there on the right are hard to tell apart, so hiding the lines with pictures of medals without hiding, say, the location line is not so easy to do.greenoaks wrote:could someone translate this into englishender516 wrote:Well, a quick inspection tells me that it is non-trivial to distinguish the elements displaying medals from the elements displaying the text: they are all of the class DD, while the username and rank insignia appear in a DT element. So the current collapse button just hides all the DD objects in that part of the page.
Well, I guess the question is how to change it without removing the existing functionality that some users may prefer. Do you have any suggestions as to how it might look? Two buttons, "Collapse Medals" and "Collapse All"? Perhaps a third, "Collapse Text"?nietzsche wrote:Does that mean it's not gonna happen or do you see some way to do it?ender516 wrote:As far as a script goes, the lines beneath your name over there on the right are hard to tell apart, so hiding the lines with pictures of medals without hiding, say, the location line is not so easy to do.greenoaks wrote:could someone translate this into englishender516 wrote:Well, a quick inspection tells me that it is non-trivial to distinguish the elements displaying medals from the elements displaying the text: they are all of the class DD, while the username and rank insignia appear in a DT element. So the current collapse button just hides all the DD objects in that part of the page.
The only thing I would like to collapse are the medals, those are the ones that take up space depending on the user, making posts to have a lot of blank space unnecessarily.ender516 wrote:Well, I guess the question is how to change it without removing the existing functionality that some users may prefer. Do you have any suggestions as to how it might look? Two buttons, "Collapse Medals" and "Collapse All"? Perhaps a third, "Collapse Text"?nietzsche wrote:Does that mean it's not gonna happen or do you see some way to do it?ender516 wrote:As far as a script goes, the lines beneath your name over there on the right are hard to tell apart, so hiding the lines with pictures of medals without hiding, say, the location line is not so easy to do.greenoaks wrote:could someone translate this into englishender516 wrote:Well, a quick inspection tells me that it is non-trivial to distinguish the elements displaying medals from the elements displaying the text: they are all of the class DD, while the username and rank insignia appear in a DT element. So the current collapse button just hides all the DD objects in that part of the page.