Hi,
I don't understand how the value (%d) in that phrase is replaced.
In navigation_visitor_tab:
...
<a href="{xen:link conversations}" rel="Menu" class="navLink NoPopupGadget">{xenhrase inbox}
<strong class="itemCount {xen:if {$visitor.conversations_unread}, '', 'Zero'}"
id="ConversationsMenu_Counter" data-text="{xenhrase you_have_x_new_unread_conversations}">
<span class="Total">{xen:number $visitor.conversations_unread}</span>
<span class="arrow"></span>
</strong>
</a>
...
The phrase contains: "You have %d new unread conversation(s)."
I know that the %d is the total of unread conversation. But how to sepcify the value?
I don't understand how the value (%d) in that phrase is replaced.
In navigation_visitor_tab:
...
<a href="{xen:link conversations}" rel="Menu" class="navLink NoPopupGadget">{xenhrase inbox}
<strong class="itemCount {xen:if {$visitor.conversations_unread}, '', 'Zero'}"
id="ConversationsMenu_Counter" data-text="{xenhrase you_have_x_new_unread_conversations}">
<span class="Total">{xen:number $visitor.conversations_unread}</span>
<span class="arrow"></span>
</strong>
</a>
...
The phrase contains: "You have %d new unread conversation(s)."
I know that the %d is the total of unread conversation. But how to sepcify the value?