i tried this activity code in forumhome template after $navbar, but its not working
i tried this also in forumhome template
Code:
<if condition="$foundactivity==0">
<td class="alt1" width="100%">
$vbphrase[xperience_no_activities]
</td>
<else />
<td>
$activity
</td>
</if>
</tr>
again that is not working too, is there something i can do to make this work?
i have attached screenshot below, it keeps on showing as no activities yet, but in xperience it shows all the activities.
please let me know the code to put in forumhome template to make that activities work properly.