Posted by rkodrupal on June 2, 2010 at 6:49pm
1 follower
Jump to:
| Project: | ticketyboo News Ticker |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I provide users a new monthly front page which includes a news ticker block. I give users access to prior month front pages. Would be nice to be able to keep the prior month new tickers ticking for at least a year (12 tickers).
thx
Comments
#1
actually it was a very simple hack of the ticketyboo.module
look for the following code:
function ticketyboo_block($op = 'list', $delta = 0, $edit = array()){
if ($op == 'list') {
return array(
1 => array('info' => t('Ticker 1'), ),
... add in additional arrays.
chao