Hi Eric, thank you very much for your reply, It's a big help. There's a lot of info on that page you pointed me to... I feel like I'm a bit out of depth, but it's really sink-or-swim time I guess!
I haven't installed a plugin before, but I found this page: http://tiddlywikiguides.org/index.php?title=How_do_I_install_a_plugin%3F and followed the instructions there. I paid special attention to making sure it had the correct tag, and saved-and-reloaded, but it doesn't seem to be working. After creating a new tiddler after installing that plugin, I viewed the source of the file and I see there is no new field generated. Here is the source of one of the old tiddlers I had created before installing the plugin: <div title="Wayne 0431 217 122" modifier="MerlinZener" created="200901260809" tags="JM" changecount="1"> <pre>10/1 - PP2006 x 1, AR3114 x 1</pre> </div> and here is a new one I created after installing the plugin: </div> <div title="test creation" modifier="MerlinZener" created="200901261018" changecount="1"> <pre>who created this...</pre> </div> here is the source of the plugin tiddler I copied'n'pasted from the coretweaks site: <div title="creatorSaveTiddler" modifier="MerlinZener" created="200901260908" modified="200901260930" tags="systemConfig" changecount="2"> <pre>// hijack saveTiddler() TiddlyWiki.prototype.CoreTweaks_creatorSaveTiddler=TiddlyWiki.prototype.saveTiddler; TiddlyWiki.prototype.saveTiddler=function (title,newTitle,newBody,modifier,modified,tags,fields) { var existing=store.tiddlerExists(title); var tiddler=this.CoreTweaks_creatorSaveTiddler.apply(this,arguments); if (!existing) store.setValue (title,'creator',config.options.txtUserName); return tiddler; } </pre> </div> Can you think of something I may have missed? thanks in advance for your help:) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

