Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:$Configuration['HIDDEN_TEXT_MARKER'] = '(Hidden)';
$Configuration['HIDDEN_TEXT_SETUP'] = '1'; // Old school way of adding Stylesheet and JavaScript to Head Control
#$Head->AddStyleSheet("extensions/HiddenText/style.css");
#$Head->AddScript('extensions/HiddenText/moo-hide.js');
#$Head->AddScript('extensions/HiddenText/hide.js');
// New school way to add stuff (for mootools)
if(!function_exists('MT_AddComponent')) {
$Head->AddScript('extensions/HiddenText/moo-hide.js');
} else {
MT_AddComponent('Fx.Slide', 'Window.DomReady', 'Element.Selectors');
}
$Head->AddStyleSheet("extensions/HiddenText/style.css");
$Head->AddScript('extensions/HiddenText/hide.js');
Notice: Undefined index: HIDDEN_TEXT_MARKER_SHOW in /hsphere/local/home/xxx/zestdesign.net/_msc/php/extensions/HiddenText/default.php on line 168
Notice: Undefined index: HIDDEN_TEXT_MARKER_HIDE in /hsphere/local/home/xxx/zestdesign.net/_msc/php/extensions/HiddenText/default.php on line 168
<hide>" from my previous post, uh oh :D<hide>, that would be great! many thanks in advance :)
\<hide\>" or something. it would need to catch both ways now, as it's been in use (using the square brackets) for some time already.