Update: Signature Block Wizard
Category Technical
Bookmark :
The other day I described a "toolet" I had written called the Signature Block Wizard. It is a bit of code that you can mail out and allow your users to create nice, HTML/CSS-based signature block without any coding skills needed.
Doug Cohen of SUNY (State University of New York) has modified the toolet to use a directory that isn't tied to the user's My Documents directory; as Doug correctly pointed out, if you replicate your mail file between multiple machines the My Documents directory isn't a good one to use.
I have also added some code that allows the user to choose to either use the default (i.e. attached) graphic, or to choose one of their own.
Here are the resources (Sig_Script_Resources.zip) - the ZIP file contains three files:
- maillogo.jpg - this is a Lotus graphic that you can use as an example
- my_sig.htm - this is an example HTML file; you can modify it to suit your needs
- sig_wizard_v2.lss - the code for the button; simply import it into a button in your mail file, and attach the two other files
Anyone else who chooses to enhance this project please feel free to send it to me, and I will post the update (with credit, of course) for all the world to enjoy!
Rock
**Everyone has a right to be stupid. Some just abuse the privilege







Blog Roll









Comments
I have made a lot of changes to your code (cleaned it up, converted it to a class, read the user settings from the N&A (Domino Directory), read the HTML / Logo File from a central database etc). I would like to send you the updated code, unfortunatly I cannot find your email address anywhere on your site. Could you please send me it?
Thanking you in advance
Ursus Schneider
Posted by ursus At 03:27:38 AM On 09/15/2005 | - Website - |
thanks
Posted by Gil At 05:30:19 PM On 01/10/2007 | - Website - |
/airplay
Posted by airplay At 06:52:13 PM On 10/12/2005 | - Website - |
I'm a Lotus Domino admin for around 8 years now and I'm trying to teach myself some LotusScript. I came across your Script for the Signature and I am wondering how I can change where the Script calls the directory to get the Image files from. I am looking to pull it from a network drive that all users are mapped to. Currently you map it to the Users My Documents\My Pictures directory. This is the string that I'm talking about.
userdirdef = Environ("USERPROFILE")
newpicpath = ws.OpenFileDialog(False, "New Sig Graphic", "All files|*.*|Bitmap|*.bmp|JPEG|*.jpg|GIF|*.gif", _
userdirdef & "\My Documents\My Pictures", "*.*")
Thanks for writing some great scripts for people like me to look at and learn with.
Dan
Posted by Dan Koopman At 04:37:59 PM On 01/12/2007 | - Website - |
Otherwise it works great and would really like to offer it to our school system adminstrators. Thanks!!
Posted by Cathy Maynard At 02:14:08 PM On 10/19/2005 | - Website - |
Posted by Volker Weber At 03:32:44 PM On 08/12/2005 | - Website - |
Posted by Doug Cohen At 02:55:26 PM On 08/12/2005 | - Website - |
Thanks
Posted by JeffW At 05:39:28 PM On 06/10/2006 | - Website - |