My Search HackUpdated: August 14th, 2020
Created: 14/08/20Though this is largely a javascript mod I have altered the _body_header.php in the elf_zen skin to dynamically select the blog name so it will work on alternate collections.
[codespan]<?php echo $Blog->name ?>[/codespan]
I then had to amend the [search.js] in the skin to check for "calstock' rather that equate to a specif URL
[codeblock]
//if (engine =="https://calstock.org.uk/elf.php?s=")
if (engine.includes("calstock"))[/codeblock]