Jump to content

Recommended Posts

Posted

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.

 

 

Posted

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>

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...