> I'd like to be able to show username's picture in the mainmenu.
> [...]
> there exists a tiddler with the same title as the user *and* this
> tiddler has an imageUrl specified as a field
> [...]
> how to make image@ refer to the fieldname image in the tiddler

By "field" I assume you mean slice?
Use the getTiddlerSlice method:
     store.getTiddlerSlice(config.options.txtUserName, "imageUrl")

HTH.


-- F.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to