When using input type content, with the container div.cycle-content with a story node like this:
<div class="content">
<div class="cycle-content">
<spacer vertical="60"
</spacer>
one one one one one one
</div>
<div class="cycle-content">
<spacer vertical="60"
</spacer>
two two two two two two
</div>
<div class="cycle-content">
<spacer vertical="60"
</spacer>
thr thr thr thr thr thr
</div>
<div class="cycle-content">
<spacer vertical="60"
</spacer>
fou fou fou fou fou fou
</div>
<div class="cycle-content">
<spacer vertical="60"
</spacer>
fiv fiv fiv fiv fiv fiv
</div>
<div class="cycle-content">
<spacer vertical="60"
</spacer>
six six six six six six
</div>
</div>
displayed as a block, the last cycle content "six six ..." does not appear anymore, just an empty block is displayed until it restarts with "one one ..."
If more text is added to the fields, the number of contents cycled through goes down and the last one is always empty.
Is there an array that limits the number of characters?
Comments
Comment #1
ppblaauw commentedThe dynamic display block module gets the teaser of a node.
The teaser length is limited for a node.
You can make the teaserlink longer than the standard length by putting
at the end of your node text
Hope this workaround works for you for now.
Please let me know by replying on this issue.
Thanks for reporting,
Philip
Comment #2
roro40 commentedThank you, this work around works
Comment #3
ppblaauw commentedChanged status to fixed.
Next version of the module will have a choice (show teaser or body of a node)
Comment #5
asak commentedWas this ever implemented...?
I'm trying to display a full node view as the main content of a ddblock and can't figure this out...
Comment #6
ppblaauw commented@ asak
Yes this has been implemented in the next versions of the ddblock module.
But I think you want to accomplish to cycle full nodes and not use one node for multiple content like in the original issue.
If you want to cycle full nodes. It can at the moment only be done using views and/or nodequeue and the advanced slideshow options.