Installation advice
jbc - July 14, 2008 - 19:46
| Project: | Views Ticker |
| Version: | 5.x-0.1-beta1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Am I missing something?
I've installed the module and added the relevant block, but all I can see are very standard looking node links...nothing javascript-ish at all...tested in FF3 and IE7...
Does this require the latest version of jsquery.js or something like that?

#1
Clarification: I tried this with jquery.js which ships with Drupal 5.8 AND the latest version of JQuery, 1.1.2. Still no evidence of scrolling / ticking / anything that would be expected from description etc.
Thanks for any assistance...
#2
You need to set up a query to give it some data in Views, and you need to enable a block for it to show in, either header for horizontal scrolling or a sidebar block for vertical.
You might also want to check for something like
<script type="text/javascript" src="/sites/all/modules/views_ticker/views.ticker.scroller.js"></script>in the source of the output.
HTH