sarahw
Customer
Hi there!
Is it possible (through code modification?) to collect the sum of thanks/like for the postbit stats area? I am presently only able to show Thanks OR Likes Received in this area because I have to hard-code in the "Likes (Received)" text due to a language tables issue. I would love to hard-code in "Thanks/Likes (Received)" and then have the stats output be the sum, if that makes sense.
Alternatively, is there a way that I can hard-code in the text for both "Thanks (Received)" and "Likes (Received)"? It looks like the stats template pulls twice, so if I change
<dt>[vb:raw title]</dt>
<dd>{vb:raw stat}</dd>
to
<dt>Likes Received</dt>
<dd>{vb:raw stat}</dd>
then
"Likes Received" appears on both lines.
Thanks for any help or ideas you may have!
Is it possible (through code modification?) to collect the sum of thanks/like for the postbit stats area? I am presently only able to show Thanks OR Likes Received in this area because I have to hard-code in the "Likes (Received)" text due to a language tables issue. I would love to hard-code in "Thanks/Likes (Received)" and then have the stats output be the sum, if that makes sense.
Alternatively, is there a way that I can hard-code in the text for both "Thanks (Received)" and "Likes (Received)"? It looks like the stats template pulls twice, so if I change
<dt>[vb:raw title]</dt>
<dd>{vb:raw stat}</dd>
to
<dt>Likes Received</dt>
<dd>{vb:raw stat}</dd>
then
"Likes Received" appears on both lines.
Thanks for any help or ideas you may have!
