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?

Comments

jbc’s picture

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...

hutch’s picture

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

jbc’s picture

Status: Active » Closed (fixed)

resolved by version update