Bug #18342
closedIcon for "Hide In Menu" and "Hide" are the same
0%
Description
It would be good that those icons be different, as in terms of icon appeance "Hide In Menu" and {"Hide in Menu", "Hide"} happen to have the same page icon, which could be confusing when you copy a Hide in Menu page since the newly created page is automatically hidden in the copy process.
(issue imported from #M7717)
Files
Updated by Steffen Kamper over 16 years ago
sry, i see different icons, hide has the red circle with white bar.
Updated by emds-itsupport over 16 years ago
Bizarre, as I got this behaviour since version 3.x when I started using it. Maybe my message was not clear:
What I see is:
- only red circle when "Hide page" is selected
- only the big question mark when "Hide in menu" is selected
- only the big question mark when both "Hide page" and "Hide in menu" are selected for the same page
What would be more useful is:
- only red circle when "Hide page" is selected
- only the big question mark when "Hide in menu" is selected
- both the red circle and the big question mark when both "Hide page" and "Hide in menu" are selected for the same page
Updated by Steffen Kamper over 16 years ago
can you attach a screenshot? I even don't understand it, which view and where ...
Updated by emds-itsupport over 16 years ago
Cf files attached. The problem is when
- only "Hide in Menu" is checked
- and when both "Hide in Menu" AND "Hide Page" are checked
No visual difference. In fact I am saying that because two weeks ago I copied/pasted this page sub-tree, but the elements below this page would not appear. And I looked about an hour what was the problem, going into the typoscript, templates, etc. until I checked the properties of the page, and realized that the page was hidden.
Updated by Steffen Kamper over 16 years ago
if you look to your screenshot you see what happen:
INVALID VALUE ('2')
because that TYPO3 is unable to produce the right icon and use the questionmark as "unknown" pagetype.
The reason is:
Page Type "Advanced" is dropped in 4.2 and you updated a site which had "compat Version" to 4.2 but isn't updated. So go to install tool -> Update Wizard and make the needed update of page types, then you will see the right icons.
Quick test: change page type to "normal"
Updated by emds-itsupport over 16 years ago
Actually I forgot to mention one very important thing; I did not remember I was combining so many options.
{Icon for Hide Page + Access:ShowAtAnyLogin + Access:IncludeSubpages} = {Icon for Hide Page + Hide in Menu + Access:ShowAtAnyLogin + Access:IncludeSubpages}
sorry about the lack of details
Updated by Steffen Kamper over 16 years ago
but the error i mentioned was obvious. Did you fixed it and does it change it?
Updated by emds-itsupport over 16 years ago
I changed it, but it remains the same. I have had this issue since version 3.8. I also went to the install tool as you mention to change all doktypes automatically.
What gives the unknown page icon is the Access:ShowAtAnyLogin + Access:IncludeSubpages. And then whatever other option one may select like Hide or HidePage, it gives the Unknown page type.
Updated by Rob Vonk over 16 years ago
As you can see in icon_change.png the icon changes at my site. Typo3 4.2 beta 3. I don't think this is an issue. Do the upgrade wizard as mentioned by steffen (note: 0019987).
Updated by emds-itsupport over 16 years ago
As I mentioned in my note 0019991, the real issue is when I set Access:ShowAtAnyLogin + Access:IncludeSubpages. Then whatever else setting I set, I have the Unknown page icon.
Updated by Michael Stucki over 16 years ago
I think this should be fixed with todays SVN snapshot. The problem is that the icons which would contain the hidden flag for example were not available with the new skin.
Now they are, so the problem should be gone.
Can you please verify and give feedback here?
Updated by Helmut Hummel over 16 years ago
No, it's the same with current snapshot, as I only provided icons for tt_content, not for pages. But I can do, if requested...
Updated by Michael Stucki over 16 years ago
Well it seems to make sense, doesn't it?
Updated by Helmut Hummel over 16 years ago
OK, here we go:
http://t3.jhpc.de/index.php?id=17
But it will not solve the issue completely, when putting the icons in t3skin because there are still bugs in t3lib_iconworks.
See #18637 for details.
At least normal page (not notinmenu) looks good now (see screenshot)
Updated by Chris topher over 14 years ago
Resolved, fixed.
The icon for "Hide" is a normal page with a red circle in front.
The one for "Hide" + "Hide in Menu" is a page with slashed border and a red circle in front.
So they are no longer the same.
Also the situation mentioned in note 19988 does not produce the same icons any more.