Audio Pro - Like Count Not Retaining?

Dazed
Dazed
@dazed
8 years ago
1,022 posts
Running some tests on Audio Pro and on the Index Page (Featured Artist) when I click the like count the thumb turns green and the count goes up but when I refresh, the like counts are not displayed.

I did change one thing and that was from Individual Artists to specific quotas as shown below. This should not impact this though.

 <div class="col12">
                    {if strlen($_conf.MixAP_list_2_ids) > 0}
                        {jrCore_list module="jrProfile" search="profile_quota_id in `$_conf.MixAP_list_2_ids`" order_by="profile_quota_id random" limit="7" template="index_item_2.tpl"}
                    {else}
                        {jrCore_list module="jrProfile" order_by="profile_jrAudio_item_count numerical_desc" limit="7" template="index_item_2.tpl"}
                    {/if}

updated by @dazed: 03/16/17 04:38:24AM
brian
@brian
8 years ago
10,148 posts
Remember that site pages are CACHED. You will likely not see the number go up until the cache resets and the page is regenerated.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
8 years ago
1,022 posts
ok will keep an eye on it.