Форуми / Cotonti / Skins / Quote Button

Trustmaster
#29274 02.04.2011 08:50

Sorry, I misunderstood you. If you want to hide the button from guests, use a conditional:

 

<p>FORUMS_POSTS_ROW_TEXT}</p>
{FORUMS_POSTS_ROW_UPDATEDBY}
<!-- IF {PHP.usr.id} > 0 -->
<div class="quote_button">
  {FORUMS_POSTS_ROW_QUOTE}
</div>
<!-- ENDIF -->

 

May the Source be with you!