In Line-1, instate of this CODE:
[code:1]defined('_VALID_MOS') or die( 'Direct Access to this location is not allowed.' );[/code:1]
Use this CODE:
[code:1]defined('_VALID_MOS') or defined('_JEXEC') or defined('_VALID_CB') or die('Direct Access to this location is not allowed.');[/code:1]
Thank you again suman. I will change this with the next update.
Installed fine, when an entry is made and saved it works as expected,, BUT when I try and edit an entry or remove an entry it wont save those edits, it defaults back to the original saved entry,