How to use(help please)

zauliant - May 25, 2009 - 04:46
Project:Newsticker
Version:6.x-1.0
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hi, I'm a newbie (please help). I just tried this module, and it's just not work.
I added items and put Newsticker block in certain block in my web and it doesn't work.
Can somebody help me?thx

#1

e-roula - June 1, 2009 - 02:02

me too it does not work for me, i'm not really a newbie that much but i don't know if other things are required to use this module like should i install the serialscroll plugin? but that's not mentioned in the README.txt it only says "Download the Newsticker release for your version. Untar it in the modules directory. Activate the module through drupals administrative interface." and that's what i did, and when i add news they appear under each other and they don't move or do anything, just normal titles like this:
title 1 of the first news
title 2 of the second news
title 3 of the 3rd news
any ideas? this module seems cool and i would like it to work.
thanks.

#2

kukina - June 4, 2009 - 20:19
Category:support request» bug report

I have the same problem too. This might be a bug report rather than a support request...
Either some documentation needs fixing or the module isn't working, not sure...
Shame! Looked really handy!

#3

profjk - June 4, 2009 - 20:29

The documentation says
"Note: as of version 6.x, the module uses the serialscroll plugin (http://plugins.jquery.com/project/SerialScroll) rather than JCycle. This change was made for better accessibility and performance."

Good luck

#4

woogers - June 9, 2009 - 17:27

@kukina This module was really handy, in 5.x at least. After transitioning to 6.x, this problem occurs, so I second this as a bug report. It must be something to do with the serialscroll jQuery plugin, because it worked fine before it.

@e-roula and profjk SerialScroll comes with the module. (jquery.serialScroll.js in the module folder)

#5

LouBabe - June 10, 2009 - 14:31

Hi all - Sorry for the trouble with the new release. The latest dev release has some default CSS to structure a basic ticker. I only tested it using Garland, in left or right side bars, in Firefox and Safari. A more robust release is still needed, which I will work on in short order. Patches or suggestions also welcome.

#6

woogers - June 17, 2009 - 20:38

When can we expect the new release around? The newsticker occupies a prominent place on one of my sites.

#7

shihan - July 11, 2009 - 09:14

try as i might, i cant get this one to work... spent about half a day on it and its just broken in some hard-to-figure-out way.

Also, the readme.txt is out of date...

what i've tried to get this to work:

  • updated jquery from 1.2.2 to 1.3.2
  • switched multiple themes (including garland)
  • updated serialScroll and ScrollTo (in the module itself)
  • hacked the module and removed the "dynamic" bit that produces the $('#newsticker').serialScroll({ bit and replaced it with a static js

    So has anyone actually got this module working? any suggestions what im missing here?

  • #8

    thiokol - July 30, 2009 - 22:09

    Doesnt work at all, just lists static text links.

    dev version doesnt work either.

    #9

    coryms - August 20, 2009 - 14:23

    I'm having the same issues. Static text displays. If you say that it needs specific CSS to work, why not include an example? Do I need a specific tag or something?

    #10

    Nathaniel - August 30, 2009 - 22:17
    Status:active» fixed

    Awesomeness! In the 6.x dev release there is a file called newsticker.css.css remove the extra .css and it works fine.

    /* newsticker.css */

    #newsticker{
      overflow:hidden;
    }
    #newsticker ul{
      margin:0;
      padding:0;
    }
    li.newsticker-item{
      float:left;
      list-style:none;
      margin:0;
      padding:0;
      background:none;
    }

    #11

    LouBabe - August 31, 2009 - 05:42

    Nathaniel, thanks for catching that, aren't I embarrassed ;) Fix is now committed in the dev branch.

    #12

    System Message - September 14, 2009 - 05:50
    Status:fixed» closed

    Automatically closed -- issue fixed for 2 weeks with no activity.

     
     

    Drupal is a registered trademark of Dries Buytaert.