- Issue created by @marc.bau
- ๐ณ๐ฟNew Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to our policies.
The way to investigate changes is as follows:
- Check out a Git working copy of Drupal.
- Search the commit contents for the removal:
git log -S'zebra striping'
- The most recent commit mentioning those words is:
commit 9f723a46933159b41771f396b71c11156192c3c0 Author: webchick <webchick@24967.no-reply.drupal.org> Date: Mon Apr 15 08:21:21 2013 -0700 Issue #1968322 by effulgentsia: Remove unused $id and $zebra variables from templates.
- Read over #1968322: Remove unused $id and $zebra variables from templates โ to understand the reasons and note the affiliated change record, Zebra striping variables removed from templates โ .
So this is an intentional change with suggestions of a modern replacement.
manibharathi ezhimalai ravi โ made their first commit to this issueโs fork.
- Merge request !9462Issue #3472941: Zebra counting of nodes not available โ (Open) created by manibharathi ezhimalai ravi
- Status changed to Needs review
3 months ago 11:00am 10 September 2024 Hi,
Created the Merge request !9462 for the Zebra
counting of nodes.As per mentioned in the comment #3 ๐ฌ Zebra counting of nodes not available Active ticket is in support request. We can use this merge request for adding the Zebra variable for the node page.
- Status changed to Needs work
3 months ago 12:52pm 10 September 2024 The issue summary needs updating to explain why putting this back into Drupal is needed.
- ๐ฉ๐ชGermany marc.bau
In my specific example it is not about a CSS class only. I have a content type that need to change the HTML code.
Lets say
- HTML Layout A for item number 1,3,5,7
- HTML Layout B for item number 2,3,6,8
There is no theme suggestion, no class, no zebra and I have no idea how to solve this now...
The changes are somehow massive, so I cannot use CSS only to implement the layout changes.