Replace thread count with views

  • Thread starter Thread starter talkingevs
  • Start date Start date

talkingevs

Guest
Member
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
 
Top