It had parsed the code for /skin1/modules/stock_notify/notifyme.tpl to links on the pages back, this code works for notifyme.tpl:
Code:
{* notifyme.tpl funkydunk.net 2003 *}
{if $login ne ""}
<a href="notify.php?productid={$product.productid}">{include file="buttons/notifyme.tpl"}</a>
{else}
<a href="notify.php?productid={$product.productid}&guest=true">{include file="buttons/notifyme.tpl"}</a>
{/if}
I have also edited /skin1/buttons/notifyme.tpl to this:
Code:
<font class=FormButton><IMG src="{$ImagesDir}/notifyme.gif" border="0"> {$lng.lbl_stock_notify_button}</font>
It works fine otherwise

I am going to tweak it a little more and I will post all templates again working in 4.0.19, things I will be doing is adding a link so when the person has entered their email the next screen allows them to go back to the product they were viewing (or category?) and a few other little tweaks....
Keep in mind I havent applied the Varient mods posted on page 9 as yet...