01-12-2010, 08:50 PM
Go to for example C:\Temp\opendocman-1.2.5\templates\default
You will see 2 files header.tpl and footer.tpl. Open these file with Notepad or Wordpad.
Make the changes you want and you will be able to change the header and footer with HTML code.
I hope this helps.
As far as the mail notification look in the config.php file.
//Authorization control: On or Off (case sensitive)
//If set On, every document added or checked back must be reviewed by an admin
//before it can go public. To disable this review queue, set this variable to Off.
//When set to Off, all newly added or checked back in documents will immediately go public
'authorization' => 'On',
Set it to OFF
ddunbahe
You will see 2 files header.tpl and footer.tpl. Open these file with Notepad or Wordpad.
Make the changes you want and you will be able to change the header and footer with HTML code.
I hope this helps.
As far as the mail notification look in the config.php file.
//Authorization control: On or Off (case sensitive)
//If set On, every document added or checked back must be reviewed by an admin
//before it can go public. To disable this review queue, set this variable to Off.
//When set to Off, all newly added or checked back in documents will immediately go public
'authorization' => 'On',
Set it to OFF
ddunbahe