The Favorite Smilie mod seems to work fine in 3.7 Beta 3. :up: Fantastic mod, Darwinist. Thank you.
Quote:
Originally Posted by Freesteyelz
Bug?
I did notice that upon loading the Favorite Smilies editing page, if a user did not select a favorite smilie the count will default to show as "1". If you press clear or reset then the counter shows up correctly as "0"...Until you reload the page again.
It's not a big issue but just thought I'd let you know.
*The attachment below shows a correct counter (if a user chose favorite smilies) and an incorrect/no counter (when a user does not choose favorite smilies):
|
Update: I resolved this issue with a conditional:
Code:
<if condition="$show['favsmilies']">
<phrase 1="$vboptions[smtotal]" 2="$totalsmilies">$vbphrase[showing_x_smilies_of_y_total]</phrase>
<else />
Showing 36 smilies of $totalsmilies total smilies.
</if>
Screenshots below (focus on the wording)...