Page 1 of 1

Modification of the "Lastest posts bloc"

Posted: 7. September 2011 22:05
by maxmar
Hi all,

as a new and beginner user of Board portal on my forum (www.laryngo.com), i'd like to simplify the affichage of the lasts posts of my forum.

I think i've to makje some changes in block/news.php

What may i change to stop the affichage of the name of the forum and the numbers of views and posts ?

Thanks for your help, and sorry for my english (i'm french)

Maxime

Re: Modification of the "Lastest posts bloc"

Posted: 7. September 2011 22:29
by archivar
I hope I have understood you.
search and remove in root / styles / prosilver / template / portal / modules / news_compact_center.html:

Code: Select all

				<!-- IF news_row.FORUM_NAME -->
					<br />{L_FORUM}: <a href="{news_row.U_VIEWFORUM}" style="font-weight: bold;">{news_row.FORUM_NAME}</a>
				<!-- ENDIF -->
				<!-- IF not S_DISPLAY_NEWS_RVS --><!-- IF news_row.FORUM_NAME -->&bull; <!-- ENDIF -->{L_REPLIES}: <strong>{news_row.REPLIES}</strong>  &bull; {L_VIEWS}: <strong>{news_row.TOPIC_VIEWS}</strong><!-- ENDIF -->