Hi
I've just downloaded and installed the templater and am getting two errors which I can't work out why they're happening:
1) When viewing the plugins configuration in the administrator panel the configuration window shows like the image at the following link: [imgs=www.hellfins.net/screen-capture.png]Screenshot[/imgs]
2) Something also seems to be wrong with the following bit of the front end pages since I can't seem to get the template to change even when selecting different templates (they do work in the administrator section though).
<div class="button2-left">
<div class="contenttemplater">
<a title="" rel="">
<select class="contenttemplater" onchange="if( this.value == -1) {if( confirm('Open in new window?') ) {window.open('index.php?option=com_contenttemplater&controller=item&task=edit');} else {if( confirm('Are you sure new?') ) {window.location.href='index.php?option=com_contenttemplater&controller=item&task=edit';};};} else {CT_f.getXML( this.value, 'text' );}this.options[0].selected=true;return false;">
<option value="" selected="selected">- Templates -</option>
<option value="15">Bite Back</option>
<option value="14">Greg Award</option>
<option value="13">Monkey Diver</option>
<option value="12">Diver Dude!</option>
<option value="11">Trophy</option>
<option value="10">Thank You! (girl)</option>
<option value="9">Thank You! (girl)</option>
<option value="8">Transparent</option>
<option value="7">List</option>
<option value="6">Romantic</option>
<option value="5">Bubbles</option>
<option value="4">Party</option>
<option value="3">Standard</option>
</select>
</a>
<a style="display:none;"></a>
</div>
</div>
Thanks for the help
Mike