Love to see some stats like this
428 Views · 14 Replies ( Last reply by Ccallawy34 )
Here's what it looks like
Now, there running there site off of IPB https://invisionpower.com/
Would love to see this come into effect in a new update or something.
If this isn't the right thread, I'm sorry. Please move it to the correct one.
Thanks
Stats at the very bottom of each post while viewing portal.
-
Topic author - Valued Contributor
- Posts: 66
- Joined: 10. December 2015 03:03
Re: Stats at the very bottom of each post while viewing port
Hi
If you are the Latest news module mean
Open: root/ext/board3/portal/styles/prosilver/template/portal/modules/news_center.html
Find:
Replace with:
The setting at Compact news block style must be set to no.
If you are the Latest news module mean
Open: root/ext/board3/portal/styles/prosilver/template/portal/modules/news_center.html
Find:
Code: Select all
<span class="portal-title-span">{L_TOPIC_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS} • <a href="{news.news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {news.news_row.REPLIES}</a> • <a href="{news.news_row.U_POST_COMMENT}">{L_PORTAL_POST_REPLY}</a></span>
Code: Select all
<span class="portal-title-span">{L_TOPIC_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS} • <a href="{news.news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {news.news_row.REPLIES}</a> • ({L_LAST_POST} {L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST}) • <a href="{news.news_row.U_POST_COMMENT}">{L_PORTAL_POST_REPLY}</a></span>
Gruß Udo