Quote:
|
Originally Posted by southernlady Thank you...I was reading thru it to see where the part is about it not showing if there weren't any. That was a bit confusing too.
I'll be the first to admit, I'm NOT a coder. I have a good friend who helps me there. But he's gone for the weekend. Just when I decide to *monkey* with it, LOL. Besides, I feel like I impose on him and here, I can learn how to do it myself. Liz |
not real hard i think - the way to read it to help might be :
spaced to prevent troubles
< if condition="$show['birthdays']"> vB knows if there are birthdays, the "="
and if there are it will do whats after this : "$ birthdays" or what ever else you happen to put there .
in the default it had the code to show the entire display and ended in "</if >" : which told it that was all .
but it knows <else / > too, so adding : <else / >None , it did this instead , and the </if > tells it thats all .
"if there are birthdays, display them, if not say none ."
lots of other things it knows -- just need to find them all myself -- still learning
if you need help on anything else ask -- enjoy doing this and its' how youll' learn -- dont' mind explaning things .