> I've noticed that all my edits are by
> "YourName". Does anyone know of a way to stop this?

http://www.tiddlytools.com/#SetUserNamePlugin

The <<setUserName>> macro simply checks to see if the current
config.options.txtUserName == "YourName".  If it is, then the macro
prompts you to enter a different one.

You can put: <<setUserName>> into [[MainMenu]] (or any other 'startup'
tiddler) to prompt you to set the username as soon as the document is
opened.

Alternatively, you can put the macro directly into the EditTemplate by
using:
   <span macro='setUserName'></span>
Using this approach, you won't be prompted for a username until you
actually try to edit a tiddler.

In either case, once the browser has a value other than "YourName" set
for txtUserName, then the prompt-for-username behavior will not
occur.  If the browser forgets this cookie-based value, then the
prompting will re-occur until another non-default username is entered.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to