Hi Again

....solved my own problem..........by installing
EditFieldsPlugin......I can use the format
<<edit ava...@here "" mickey.png>>......this puts mickey.png as the
default for the field avatar....so if someone does not enter their own
foto at that point...they get themselves a foto of mickeymouse !!!!!!

Thanks (as they say.......if the solution isn´t simple....you missed
something!!)

Skye

On 9 Set, 10:13, skye riquelme <riquelme.s...@gmail.com> wrote:
> Hi All
>
> Still working on this issue.....have tried using Erics
> EditFieldPlugin......but that creates interactive boxes...I need
> something more automatic.
>
> In trying to get the syntax right for wikify....I can't get  <<wikify
> "fieldn...@tiddler">> to work. And I note that even in TiddlyTools, in
> WikifyPluginInfo...the example of this useage ( eg <<wikify [[The
> tiddler has been changed %0 times]] changeco...@here>>)) does not show
> the desired output.......what is the correct syntax for using wikify
> to output field values?
>
> Thanks
>
> Skye
>
> On 9 Set, 01:09, skye riquelme <riquelme.s...@gmail.com> wrote:
>
> > Hi All
>
> > I am starting to play with fields.......so I have a taggedEditTempalte
> > that has something like -
> > <table class="editRecord">
> > <tr><td>Participante Id:<br><i>formato "fabioJunior</i></td><td><span
> > macro="edit title"></span></td></tr>
> > <tr><td>Nome:</td><td> <span macro='edit student_name'> </span> </td></
> > tr>
> > <tr><td>Email:</td><td><span macro='edit email'></span></td></tr>
> > <tr><td>Skype:</td><td><span macro='edit skype'></span></td></tr>
> > <tr><td>Blog/Webpage:</td><td><span macro='edit blog'></span></td></
> > tr>
> > <tr><td>Twitter:</td><td><span macro='edit twitter'></span></td></tr>
> > <tr><td>Outra WWW:</td><td><span macro='edit www'></span></td></tr>
> > <tr><td>Phones:<br><i>separate with commas</i></td><td><span
> > macro='edit phones'></span></td></tr>
> > <tr><td>Endereço:</td><td><span macro='edit address 5'></span></td></
> > tr>
> > <tr><td>Imagem/Avatar:</td><td><span macro='edit avatar'></span></td></
> > tr>
> > </table>
>
> > ..my difficulty is that "avatar" should contain a url to a
> > foto......and if it doesn´t (person leaves it blanck) that upsets my
> > ViewTemplate and some other stuff..........SO,  how do I test if
> > avatar is blank and if so stuff something in there ????
>
> > I tried adding
> > <span macro='tiddler Mickey'></span>   in the ditTemplate, after the </
> > table>
>
> > .....and then in "Mickey" tried....
> > <script>if(store.getValue(tiddler.title,"avatar")=="")
> > {store.getValue(tiddler.title)="mickey.png";};</script>
> > (this should put a local  image of mickeymouse in avatar)
>
> > but that does not work.......maybe my coding/syntax on the fields
> > stuff is wrong.....
>
> > any help apreciated
>
> > Thanks
> > Skye

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@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