Yep - removing the if:else seems to do the trick - thanks
{exp:channel:entries channel="blog" username="{segment_3}" limit="5" orderby="date" dynamic="no"}
{if no_results}
no results
{/if}
blog entries by {firstname}
<a href="http://{title_permalink=blog/entry}">{title}</a>
{/exp:channel:entries}
I don’t think I need solspace users as it is really through the CP I need authors to do everything - entries, email etc.,
I don’t have any other signed up members apart from a core of about 60. It would help If I could remove fields I don’t need like ICQ, birthdays etc., but I’ll just have to live with it.
the profile fields work ok in channel:entries I was told in a previous post? certainly seems to be fine.
Tried this code but it produces nothing. Tried puttin in 1, 2 in member_id or other and that didn’t work either.
{exp:member:custom_profile_data member_id="{segment_3}"}
{firstname} {surname}
{if bio}{bio}
{/if}
{if address}{address}
{/if}
{if mobile}{mobile}
{/if}
{/exp:member:custom_profile_data}