Page 1 of 1

Stats at the very bottom of each post while viewing portal.

Posted: 18. March 2016 12:51
by HoodieWeather
Love to see some stats like this

428 Views ยท 14 Replies ( Last reply by Ccallawy34 )

Here's what it looks like

Image

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

Re: Stats at the very bottom of each post while viewing port

Posted: 18. March 2016 18:34
by Kirk
Hi
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} &nbsp;&bull;&nbsp; <a href="{news.news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {news.news_row.REPLIES}</a> &nbsp;&bull;&nbsp; <a href="{news.news_row.U_POST_COMMENT}">{L_PORTAL_POST_REPLY}</a></span>
Replace with:

Code: Select all

<span class="portal-title-span">{L_TOPIC_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS} &nbsp;&bull;&nbsp; <a href="{news.news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {news.news_row.REPLIES}</a> &nbsp;&bull;&nbsp; ({L_LAST_POST} {L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST})&nbsp;&bull;&nbsp;<a href="{news.news_row.U_POST_COMMENT}">{L_PORTAL_POST_REPLY}</a></span>
The setting at Compact news block style must be set to no.