Posted by artatac on May 19, 2009 at 7:08pm
Jump to:
| Project: | String Overrides |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
can this module alter the Sticky | Not sticky labels
Comments
#1
Sorted - for those who may hit a similar problem, - I has it working well on my local host but when I uploaded the site to the net I overwrote settings.php with a standard one configured for my webhost (thus losing the fasttoggle settings)
#2
What did you stick in the override?
#3
Hi Rob
just
$conf['fasttoggle_labels'] = array('node_sticky' => array(0 => ' | no surplus yet... | ', 1 => ' | SURPLUS NOW!! | '),
);
see http://174.36.153.137/~sheltho3/fruit/plums/victoria-plums
regards
joe
#4
You'd need to stick them in a t() function!
<?php$conf['fasttoggle_labels'] = array(
'node_sticky' => array(0 => t(' | no surplus yet... | '), 1 => t(' | SURPLUS NOW!! | ')),
);
?>
#5
Automatically closed -- issue fixed for 2 weeks with no activity.