Weird issue: I have a view of stories and I use ddblock to cycle the storie's titles. when I am logged in as admin, there are 7 stories cycling, with two of them being empty. When I log out there are (correctly) 5 stories cycling. Any idea?
Weird issue: I have a view of stories and I use ddblock to cycle the storie's titles. when I am logged in as admin, there are 7 stories cycling, with two of them being empty. When I log out there are (correctly) 5 stories cycling. Any idea?
Comments
Comment #1
ppblaauw commentedChanged the issue title.
I think the content container you choose is li.
Maybe your theme supports edit links for blocks.
When you are logged in as admin it will also cycle the edit link and another link.
Hope this explains what is happening. I can only guess. Please let me know.
Comment #2
otinanism commentedI think I understand, I did not even know that edit link in blocks was a theme feature, every theme I have seen so far supports this feature. So there is not much I can do right? Thank you for your time by the way.
Comment #3
ppblaauw commentedDepends what different CSS classes are used for the li in the actual list and the li for edit and the other link. If the actual link have a class you can use this in the content container setting of the dynamic display block like li.[class-name]
You can also add classes to the actual links yourself via the view-template file used. You use that class then in the content container like li.[class-name].
I hope you can follow my explanation. Actually making the changes is easier then explaining it.
Hope this helps you further, please let me know
Comment #4
ppblaauw commentedIn the issue http://drupal.org/node/409058 Post #10 you can find how to add a views-row class for each row in the view to use as your content container.
Hope this helps you further, please let me know.
Comment #5
ppblaauw commentedClose this issue, 10 weeks without activity. Assume answer solved the issue for the poster.