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

Post Reply

Topic author
HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

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

Post 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
User avatar

Kirk
Dev
Posts: 1941
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

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

Post 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.
Gruß Udo
Post Reply

Return to “Modification Requests”