Thread Starter
gec144
(@gec144)
Yeah, doesn’t have to be a power of two, either. (If a single-elimination tournament starts with a number that’s not a power of two, then the first round reduces the number to a power of two)
You can check out an old version of the plugin, see how it displays the elimination tree, etc. here:
http://www.mechamodelcomp.com/?page_id=106
The old version isn’t very user-friendly. I’m still working on the new version, it’s in CVS on my Sourceforge page (http://www.sf.net/projects/tetsujin) if you want to play with it. It’s still not quite ready for prime-time, though. There will be a proper release when it really is ready.
I’m not entirely sure. Looking at your HTML source it seems lightbox.js is referred to like this:
<script type=”text/javascript” src=”lightbox.js”></script>
Seems like that suggests that lightbox.js should be located in your illustration/ directory…
On my site the Lightbox plugin I use is Lightbox JS v2.03.2 Plugin by Peppe Argento. The lightbox.js script is stored in the plugin directory, and the script tag links into the directory to find it. It works pretty well. If that’s not the one you’re using maybe you should switch.