Quote:
Originally Posted by omardealo
it worked good now . Thank you with all my heart
Now, The final question, if u allowed
I want to put a condition if {} in the case of content not available in the field threadphoto
|
You could try something like this in the template:
Code:
<if condition="empty($lastpostinfo[threadphoto])">
No threadphoto
<else />
Threadphoto is $lastpostinfo[threadphoto]
</if>
As long as threadphoto can't be 0 (because that would make empty() true).