This is great. It was on my list for awhile to do this. It would be great if we can have an easy to install plugin version of some sort. I'm sure there is some way we can get BoltWire to do it. I'll take a look at your code when you release it and see if I can't suggest anything installation wise...
As for getting the two lines inserted into your header, you should be able to put these lines in your BOLTFlytebox function. One plus is it only gets added to the script when you need it: global $BOLTpluginHeader; $BOLTpluginHeader['lytebox'] = '<script type="text/javascript" language="javascript" src="lytebox/lytebox.js"></script> <link rel="stylesheet" href="lytebox/lytebox.css" type="text/css" media="screen" />'; Cheers, Dan On Fri, Jan 1, 2010 at 11:50 AM, Kevin <[email protected]> wrote: > I just got lytebox working... was pretty easy after thinking about it for a > while. Worked basically the first time I tried it. Packaging it up might > be interesting though as I used the same config that I used on my other ... > I had to add two lines to the top of the skin to include the CSS and JS that > lytebox uses because I couldn't figure out how to optionally add it > properly. > > <script type="text/javascript" language="javascript" > src="lytebox/lytebox.js"></script> > <link rel="stylesheet" href="lytebox/lytebox.css" type="text/css" > media="screen" /> > > Located in the HEAD section... -- 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.
