phseven Posted March 15, 2021 Posted March 15, 2021 How to display total videos under user thumb instead of jain date in community page ? I tried different approaches but always end up with smarty error. Quote
Tech Support Posted March 15, 2021 Posted March 15, 2021 The code to display members list is located in Website UI -> Page components -> include_list_members_block_common.tpl: <div class="added"><em>{{$added_date|date_format:$lang.global.date_format}}</em></div> In order to display change it to total uploaded videos please change to this: <div class="added"><em>{{$item.total_videos_count}}</em></div> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.