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
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
Comment #1
rkodrupal commentedactually 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