Posted by smilysarat on December 2, 2011 at 10:02am
Hii there... I have a single node/page with some content. I want to roll up my content (like this http://www.kaminenihospitals.com/ Right side News and Events Block ). Is there any possible way/module to do like this. Please get me an idea about this.. I have tried for multiple nodes but i want this for only single node content to be roll up.
Thanks for your help
Comments
Will you be using views?
Will you be using views for loading news items? Or is it static content you want to role in the ticker?
Drupaling.
hii Thanks... for response
I want to roll static content and also dynamic content(I know about this how to do) but how do i roll my static content without using any marquee tags..
rotar effets in views is possible
use Rotor Banner module
or
try
http://drupal.org/project/views_accordion
Views nivo slider
This can be exactly done with views Nivo slider...
I have done the same in http://Maithriphpl.com for rotating banner, visit for reference.
I have done in D7:
Download views nivo slider module for D7 and install it also asks for j query update module... install that also.
1.create a image content type.
2.create view.
3.show content of type "select the content type which you have created" tagged with...........
3.go for block not page.
4.select display format as grid of content.----> continue and edit.
5.select format as views nivo slider. and go for settings if u want
6.select show also as views nivo slider... in image filed and title field select respective fields.
7.under fields... select the image field name which u have given at the time of content creation. and this will give you what you want...
You can do with Marquee tag
You can do with simple marquee tag. Just use <marquee onmouseout="this.start()" scrollamount="2" width="200" height="142" behavior="scroll" direction="up" onmousemove="this.stop()"> </marquee>. Place html in between marquee tag.
If your block is dynamic then theme the block and add marquee tag. if it is a static block, just place the block content in between marquee tag.
No Marquees pls.
Marquee tags are deprecated and its use is no more recommended. Its non-standard and wouldn't work as expected everywhere.
http://en.wikipedia.org/wiki/Marquee_element
Drupaling.
yes..
yes,, you r absolutely correct... it is recommended to use drupal modules only...which avoids coding at page tpls...
Views ticker module
Here are few modules which can help you to meet your requirement
http://drupal.org/project/views_ticker
http://drupal.org/project/newsticker
http://drupal.org/project/scrolltext.
refer my worked site
i used the same logic in my old project using views accordan and rotor ,
http://www.play2beatme.com
under the title
Exclusive Games
and random games
in views style you can find the configration
Thanks for quick response
I will try all these and let u know... Thanks again
views_ticker
Hii Views Ticker is working as per my requirement but when i am trying to do this for multiple blocks on the same page then it's not working. Works for only single block. What should i do to work on multiple blocks.
use panels => views_ticker
use panels to achieve this
Please elaborate this
i have tried using panels as u suggested but the same it occurs only single block...
regarding Scrolling text
How to Scroll a text in CK Editor in Drupal 7