Feature #32297
closedEnable HMENU objects to identify if a page uses content_from_pid
0%
Description
It would be fine to have an own doctype for all pages that have an entry > 0 in the field content_from_pid.
So you have the possibility to use excludeDoktypes in HMENUs e.g. if you do not want to have such pages in a sitemap.
Updated by Michael Stucki almost 13 years ago
- Status changed from New to Needs Feedback
I'd say this would be technically wrong because the pages don't change their behaviour when the content is read from another page. However, what you try to achieve can probably be done with a different approach, who knows.
I recommend that you post your problem on the typo3-english mailing list and see if someone finds a better approach that fits your needs.
Hope this helps!
Updated by Michael Stucki almost 13 years ago
- Subject changed from additional "doctype" in table "pages" to Enable HMENU objects to identify if a page uses content_from_pid
Updated by Steffen Gebert almost 13 years ago
- Status changed from Needs Feedback to Rejected
I also don't see this as a good solution by changing a doctype. Instead the sitemap should just filter out pages based on certain values.
Closing this one. If others see a need for this, feel free to reopen / comment.