May i add a few suggestions for the next release?
the js files should go in clientscript/somefolder. maybe /clientscript/ybmf? i put mind in /clientscript/js for now.
i also made a plugin with a template hook so no edit needs to be made to the headinclude template. the less template edits the better. the code is below. i haven't looked at the code for the newalbum_picture template but i'm sure there's a template_parse you can do there too.
plugin:
Code:
$template_hook['headinclude_css'] .= "\n" . '
<script type="text/javascript" src="clientscript/js/cvi_text_lib.js"></script>
<script type="text/javascript" src="clientscript/js/instant.js"></script>'. "\n";