Sorry, I had '\n' in the code rather than "\n". Careless mistake...
Thought it was working... Here's the change. I'll re-upload the last
release. With Linly's fix to the count parameter...
$BOLTreplaceTable['HTML']['in'][] = '--></style>';
$BOLTreplaceTable['HTML']['out'][] = implode($BOLTpluginStyles, "\n")
. "\n--></style>";
$BOLTreplaceTable['HTML']['in'][] = '</head>';
$BOLTreplaceTable['HTML']['out'][] = implode($BOLTpluginHeader, "\n")
. "\n</head>";
$BOLTreplaceTable['HTML']['in'][] = '</body>';
$BOLTreplaceTable['HTML']['out'][] = implode($BOLTpluginBody, "\n") .
"\n</body>";
$BOLTreplaceTable['HTML']['in'][] = '[messages]';
$BOLTreplaceTable['HTML']['out'][] = $BOLTmsgOut;
$BOLTreplaceTable['HTML']['in'][] = '[results]';
Cheers
Dan
On Fri, Feb 27, 2009 at 5:53 PM, Hans <[email protected]> wrote:
>
> 2009/2/27 Hans <[email protected]>:
>> Now styles and scripts using $BOLTpluginHeader don't make it anymore
>> into HTML output, with catastrophic consequences for those plugins. I
>> think something gone wrong with the switch to $BOLTreplaceTable in
>> function BOLTmakepage().
>
> actually values fromboth BOLTpluginHeader and BOLTpluginBody don't get
> to the output.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---