I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion. I would just like to have a text marching across a block informing about vacation closures and the like. Thanks -- *Anthony Stefan Maciejowski*
Basic HTML has something called "marquee" for scrolling text. For something this simple, you could easily toss HTML with marquee code into a block. Google has a few "marquee generators". Example: http://www.htmlmarquee.com <http://www.htmlmarquee.com/> On 06/28/2012 06:30 PM, Anthony wrote:
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like. Thanks --
*/Anthony Stefan Maciejowski/*
Thanks. I have tried marquee before but it is not universally well supported in the browser world. http://www.w3.org/wiki/HTML/Elements/marquee On Thu, Jun 28, 2012 at 4:43 PM, Matthew Lechleider <matthew@lechleider.com>wrote:
** Basic HTML has something called "marquee" for scrolling text. For something this simple, you could easily toss HTML with marquee code into a block. Google has a few "marquee generators".
Example: http://www.htmlmarquee.com
On 06/28/2012 06:30 PM, Anthony wrote:
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like. Thanks --
*Anthony Stefan Maciejowski*
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Anthony Stefan Maciejowski*
Something like the "Latest" ticker on http://www.bbc.co.uk/news/ can be realized with https://drupal.org/project/views_slideshow/. I prefer this over marquee because constantly moving things on websites can be quite annoying to some people. If you need new news to come in without reloading the page, have a look at https://drupal.org/project/block_refresh
I have used Views Ticker before with no problem. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
Nancy when creating a views ticker does one have to create a piece of content and then a view or just a field and then a view? On Fri, Jun 29, 2012 at 3:47 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net>wrote:
I have used Views Ticker before with no problem.
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Anthony Stefan Maciejowski*
Sorry never mind that last. Just wading thru it at the moment. On Fri, Jun 29, 2012 at 1:57 PM, Anthony <tony@tony-mac.com> wrote:
Nancy when creating a views ticker does one have to create a piece of content and then a view or just a field and then a view?
On Fri, Jun 29, 2012 at 3:47 AM, Ms. Nancy Wichmann < nan_wich@bellsouth.net> wrote:
I have used Views Ticker before with no problem.
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
-- [ Drupal support list | http://lists.drupal.org/ ]
--
*Anthony Stefan Maciejowski*
-- *Anthony Stefan Maciejowski*
It's really frustrating. There are absolutely no instructions on how to set it up. I'd be willing to write them if someone could tell me what I need to do to get this Views Ticker running. On Fri, Jun 29, 2012 at 2:04 PM, Anthony <tony@tony-mac.com> wrote:
Sorry never mind that last. Just wading thru it at the moment.
On Fri, Jun 29, 2012 at 1:57 PM, Anthony <tony@tony-mac.com> wrote:
Nancy when creating a views ticker does one have to create a piece of content and then a view or just a field and then a view?
On Fri, Jun 29, 2012 at 3:47 AM, Ms. Nancy Wichmann < nan_wich@bellsouth.net> wrote:
I have used Views Ticker before with no problem.
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
-- [ Drupal support list | http://lists.drupal.org/ ]
--
*Anthony Stefan Maciejowski*
--
*Anthony Stefan Maciejowski*
-- *Anthony Stefan Maciejowski*
Hi Anthony, I've never used views_ticker before, but at the top of the page it says this "This module provides new styles for Views module to display news tickers." I would imagine you create a new view containing the title field (set mode to fields, not teasers), set the filter to the type of nodes you want it to display, then set the format to the ticker style provided by the module. I hope it helps. Thanks, Patrick On Fri, Jun 29, 2012 at 5:32 PM, Anthony <tony@tony-mac.com> wrote:
It's really frustrating. There are absolutely no instructions on how to set it up. I'd be willing to write them if someone could tell me what I need to do to get this Views Ticker running.
On Fri, Jun 29, 2012 at 2:04 PM, Anthony <tony@tony-mac.com> wrote:
Sorry never mind that last. Just wading thru it at the moment.
On Fri, Jun 29, 2012 at 1:57 PM, Anthony <tony@tony-mac.com> wrote:
Nancy when creating a views ticker does one have to create a piece of content and then a view or just a field and then a view?
On Fri, Jun 29, 2012 at 3:47 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net> wrote:
I have used Views Ticker before with no problem.
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
-- [ Drupal support list | http://lists.drupal.org/ ]
--
Anthony Stefan Maciejowski
--
Anthony Stefan Maciejowski
--
Anthony Stefan Maciejowski
-- [ Drupal support list | http://lists.drupal.org/ ]
I just created some content, selected it with Views and used the Ticker as the style. It was very simple - trust me, I'm blonde. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Anthony
It's really frustrating. There are absolutely no instructions on how to set it up. I'd be willing to write them if someone could tell me what I need to do to get this Views Ticker running.
Go to http://drupal.org/node/260090 -- the instructions you need are in comment #15 (works for D7 also, at least it did for me a year ago.) Here are some other notes from that time that may or may not help Notes on Agg Test view Set up as block Format Views Ticker Settings: For All displays Scroller type: Fade Horiz Scroll opts: Very slow, direction Left, mouseover Vert Scroll opts: 5 items, pause 1 sec, speed normal, direction up Show Fields selected button Row style options for all displays check default field wrapper Uncheck Aggregator: Title Check hide empty fields Fields Aggregator: Title Uncheck create label Check display as link Add default CSS classes Others empty (unchecked) use pager display specified # items 25 items, offset 0 Exposed form basic Configuration/Web Services/Feed Overview Environmental News Network http://feeds.feedburner.com/EnvironmentalNewsNetwork?format=xml 15 min -- SET UP CRON -WK On Jun 29, 2012, at 2:32 PM, Anthony wrote:
It's really frustrating. There are absolutely no instructions on how to set it up. I'd be willing to write them if someone could tell me what I need to do to get this Views Ticker running.
On Fri, Jun 29, 2012 at 2:04 PM, Anthony <tony@tony-mac.com> wrote: Sorry never mind that last. Just wading thru it at the moment.
On Fri, Jun 29, 2012 at 1:57 PM, Anthony <tony@tony-mac.com> wrote: Nancy when creating a views ticker does one have to create a piece of content and then a view or just a field and then a view?
On Fri, Jun 29, 2012 at 3:47 AM, Ms. Nancy Wichmann <nan_wich@bellsouth.net> wrote: I have used Views Ticker before with no problem.
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Anthony Stefan Maciejowski
-- Anthony Stefan Maciejowski
-- Anthony Stefan Maciejowski
-- [ Drupal support list | http://lists.drupal.org/ ]
Thanks Warren and Nancy and Patrick. I think I have the views part down (sort of) I am just not sure about what sort of content I have to create. Because the field I want is not appearing in the view as a choice. So I don't understand that part. I just want a simple message saying "we are closed on July 4th" as a BBC ticker. Create a block or an article or a page...????? I did manage to see a view I created working but it was ticking the title of the views block. So the words delete, edit etc were ticking when I was logged on. Apparently the title of the views block. Thanks Tony On Fri, Jun 29, 2012 at 2:58 PM, Warren Keuffel <wkeuffel@gmail.com> wrote:
Go to http://drupal.org/node/260090 -- the instructions you need are in comment #15 (works for D7 also, at least it did for me a year ago.)
Here are some other notes from that time that may or may not help
*Notes on Agg Test view*
Set up as block
Format Views Ticker
Settings: For All displays Scroller type: Fade Horiz Scroll opts: Very slow, direction Left, mouseover Vert Scroll opts: 5 items, pause 1 sec, speed normal, direction up
Show Fields selected button Row style options for all displays check default field wrapper Uncheck Aggregator: Title Check hide empty fields
Fields Aggregator: Title Uncheck create label Check display as link Add default CSS classes Others empty (unchecked)
use pager display specified # items 25 items, offset 0
Exposed form basic
Configuration/Web Services/Feed Overview
Environmental News Network http://feeds.feedburner.com/EnvironmentalNewsNetwork?format=xml 15 min -- SET UP CRON
-WK
On Jun 29, 2012, at 2:32 PM, Anthony wrote:
It's really frustrating. There are absolutely no instructions on how to set it up. I'd be willing to write them if someone could tell me what I need to do to get this Views Ticker running.
On Fri, Jun 29, 2012 at 2:04 PM, Anthony <tony@tony-mac.com> wrote:
Sorry never mind that last. Just wading thru it at the moment.
On Fri, Jun 29, 2012 at 1:57 PM, Anthony <tony@tony-mac.com> wrote:
Nancy when creating a views ticker does one have to create a piece of content and then a view or just a field and then a view?
On Fri, Jun 29, 2012 at 3:47 AM, Ms. Nancy Wichmann < nan_wich@bellsouth.net> wrote:
I have used Views Ticker before with no problem.
*Nancy* Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Anthony
I have been looking for a newsticker a la http://pras.net.np/blogs/create-bbc-style-news-ticker-drupal but when one tries to download the code there are problems http://archive.plugins.jquery.com/index.php?q=project/BBCnewsTicker A quick search on drupal for newstickers brings up issues of confusion.
I would just like to have a text marching across a block informing about vacation closures and the like.
-- [ Drupal support list | http://lists.drupal.org/ ]
--
*Anthony Stefan Maciejowski*
--
*Anthony Stefan Maciejowski*
--
*Anthony Stefan Maciejowski*
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Anthony Stefan Maciejowski*
Good evening Anthony, A> It's really frustrating. There are absolutely no instructions on how to set A> it up. I'd be willing to write them if someone could tell me what I need to A> do to get this Views Ticker running. Never tried it myself but looking at the issues que, there are instructions on how to set it up: http://drupal.org/node/332878 http://drupal.org/node/311479 -- Best regards, Luc _________________________ http://www.dzinelabs.com
Thank you Luc. Learn something every day. Never thought to look in the issues queue. But there you go. Big duh! T. tony mac is building web sites. -----Original Message----- From: Luc <Luc@Dzinelabs.com> Sender: support-bounces@drupal.org Date: Fri, 29 Jun 2012 22:24:41 To: Drupal support list<support@drupal.org> Reply-To: support@drupal.org Subject: Re: [support] Drupal newsticker Good evening Anthony, A> It's really frustrating. There are absolutely no instructions on how to set A> it up. I'd be willing to write them if someone could tell me what I need to A> do to get this Views Ticker running. Never tried it myself but looking at the issues que, there are instructions on how to set it up: http://drupal.org/node/332878 http://drupal.org/node/311479 -- Best regards, Luc _________________________ http://www.dzinelabs.com -- [ Drupal support list | http://lists.drupal.org/ ]
2008 issues? On Fri, Jun 29, 2012 at 6:24 PM, Luc <Luc@dzinelabs.com> wrote:
Good evening Anthony,
A> It's really frustrating. There are absolutely no instructions on how to set A> it up. I'd be willing to write them if someone could tell me what I need to A> do to get this Views Ticker running.
Never tried it myself but looking at the issues que, there are instructions on how to set it up:
http://drupal.org/node/332878 http://drupal.org/node/311479
-- Best regards, Luc _________________________
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Anthony Stefan Maciejowski*
You were right Nancy. Blonde easy once I figured out only links and titles were going to scroll. On Fri, Jun 29, 2012 at 9:47 PM, Anthony <tony@tony-mac.com> wrote:
2008 issues?
On Fri, Jun 29, 2012 at 6:24 PM, Luc <Luc@dzinelabs.com> wrote:
Good evening Anthony,
A> It's really frustrating. There are absolutely no instructions on how to set A> it up. I'd be willing to write them if someone could tell me what I need to A> do to get this Views Ticker running.
Never tried it myself but looking at the issues que, there are instructions on how to set it up:
http://drupal.org/node/332878 http://drupal.org/node/311479
-- Best regards, Luc _________________________
-- [ Drupal support list | http://lists.drupal.org/ ]
--
*Anthony Stefan Maciejowski*
-- *Anthony Stefan Maciejowski*
participants (8)
-
Anthony -
Luc -
Matthew Lechleider -
Ms. Nancy Wichmann -
Patrick Avella -
steeph -
Tony MAC -
Warren Keuffel