1
I wasn't quite sure where to put this so my apologies if in the wrong place.
In the recette (recipe) module I want to take the following php code and turn it in to a
php if statement.
echo 'From the kitchen of '.$story->uname().'
';
I want it to have an output of
From the kitchen of MyOnlineMagazine.net if the user who contributed the recipe was not a registered user.
-or-
From the kitchen of The User's Name Here as the code is currently written.
Could some one please help me with this code as I am afraid I cannot make it work. For an example see
Almost Homemade Strawberry Short Cake. Any other suggestions/comments are always welcome as well.
Thanks up front,
Lana