Would anyone be interested in writing a patch to enable the addition of classes or ids to individual newsticker entries, for CSS styling?
In my case, there is almost always going to be one newsticker item in any given group that needs to stand out visually from the other items (e.g. bolded red font).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | newsticker-uniqueids-836070.patch | 1.29 KB | callison |
Comments
Comment #1
callison commented@silurius: Here you go. Let me know if it works for you. What I did is just added a unique id for each item based on its database id. So, the first item you enter will have an id of newsticker-item-1, the second, newsticker-item-2 and so forth.