This is very impressive. However, there is no link to each node. In the real world, people always want to click the node name to get the article in the content page
This is very impressive. However, there is no link to each node. In the real world, people always want to click the node name to get the article in the content page
Comments
Comment #1
mathieu commentedIt is possible, but it need a little work...
Here's the recipe :
$block .= "<div class=\"scrollerContentItem\"><p>$node->flexinode_2</p></div>";We coded this module for that specific need and we got it to work... but we were in a hurry, which explains (although it doesn't excuse) why we hardcoded the flexinode_2 field.
I hope I'm not forgetting anything, that was last autumn... I also hope that flexinode hasn't changed too much in 4.7.
I would be very grateful to anyone providing some clean code for all of this.
Comment #2
mathieu commentedOops, I just re-read your post ... and I just understood the problem. You're right, I'll look into that...
Comment #3
mathieu commentedFixed by http://drupal.org/cvs?commit=34175 ... fixed in cvs and 4.7.
Comment #4
oweowe commentedThank you and it works!
Three more thing, hopefully not too picky:
1. The block size is not adjusted according to the item no. set in the admin->setup section.
2. The block name is not adjusted, always shows "Ticker".
2. Is it possible we can build more than one Ticker block based on the taxonomy selected?
Thanks again.
Comment #5
(not verified) commented