[RSS Feed/News] Replace thread count with views

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
We are trying to code so that our main forums page displays posts and views for each node. We figured this is controlled in the

node_list_forum​

template. However, we can't figure out what code needs to be used to display the views for a specific node. This is the code area we need to change:

Code:

Code:
<xf:if is="!{$extras.privateInfo}">
                <div class="node-stats">
                    <dl class="pairs pairs--rows">
                        <dt>{{ phrase('posts') }}</dt>...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom