Needs review
Project:
Newsticker
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Jun 2010 at 20:29 UTC
Updated:
27 Mar 2011 at 11:18 UTC
Jump to comment: Most recent file
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.