I'm new to CMSms. However, I'm very pleased with it and managed to convert my template to CMSms very easily (I do know XHTML/CSS/PHP). I guess the most difficult thing so far has been to sign up for this forum (seriously, who came up with that Monty Python question

Anyway, what I haven't got working so far is this:
I want to use the {page_image thumbnail=true} template tag to display an image, if the page has one set. But how can I check if the page has a thumbnail assigned within my template? I tried $node->thumbnail but it didn't return anything (I read it may work only in the menu manager).
So, I'm trying to do sth. like this:
Code: Select all
{if !empty($whatever_the_name_of_the_page_thumbnail_variable_is)}
<img src="uploads/images/Hintergruende_und_Logos/{page_image thumbnail=true}">
{/if}
Thanks a lot,
Timo