artikel ‘Social Bookmarking’ op E-Learning site
De juni-editie van de SURF E-Learning Nieuwsbrief staat sinds gisteravond online, met daarin een bijdrage van mij over ‘Social Bookmarking’; wat is het, welke tools zijn er, en hoe zou je het kunnen toepassen in onderwijssituaties? Afijn, lees zelf maar; hierzo.
Voor wie geen laptop heeft, en het stukje toch graag in de trein wil lezen is er uiteraard ook een printversie.

Please can you contact me RE: the comments RSS post you did in the EE wiki. The code you gave works for me. However, in the instance where there are no comments I do not want it to display the “Comments” and then and underline. I would rather have it display nothing. Could you suggest to me a way of adding some sort of if statement that would make the comments text disappear (i.e. the <div>Comments</div> line) in the case where there are no comments
Really simple, Richard, change this line:
{if comment_total == 0}0 Comments{/if}
into this:
{if comment_total == 0} {/if}
Oh, and you better use the EE Wiki or EE forum to ask questions about EE, you’ll get you answer way faster.