Page 1 of 1

Wondering about something on the Global Announcements box

Posted: 3. November 2008 20:32
by scottybt
Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge


Description and Message
Is is possible to remove any of this that I've marked up in the picture?

Image

Thanks.

Re: Wondering about something on the Global Announcements box

Posted: 3. November 2008 20:36
by Ice
If you edit the announcemants_compact.html in you style/<stylename>/template/portal/blocks folder. I'm not home right now so I cannot help further, sorry!

Re: Wondering about something on the Global Announcements box

Posted: 5. November 2008 20:02
by scottybt
Ok thanks! Anyone knowing what to change in that file?

Re: Wondering about something on the Global Announcements box

Posted: 5. November 2008 20:13
by Christian_N
Hello,
Find and remove:

Code: Select all

					<!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->
					<dd class="posts" style="width: 11%">{L_REPLIES}</dd>
					<dd class="views" style="width: 11%">{L_VIEWS}</dd>
					<!-- ENDIF -->
Find and remove:

Code: Select all

					<br />{L_POSTED} {L_POST_BY_AUTHOR} {announcements_row.POSTER_FULL} {L_POSTED_ON_DATE} {announcements_row.TIME}
					<!-- IF announcements_row.FORUM_NAME -->
						<br />{L_FORUM}: <a href="{announcements_row.U_VIEWFORUM}" style="font-weight: bold;">{announcements_row.FORUM_NAME}</a>
					<!-- ELSE -->
						<br />{L_GLOBAL_ANNOUNCEMENT}
					<!-- ENDIF -->
					<!-- IF not S_DISPLAY_ANNOUNCEMENTS_RVS --><!-- IF announcements_row.FORUM_NAME -->&bull; <!-- ENDIF -->{L_REPLIES}: <strong>{announcements_row.REPLIES}</strong>  &bull; {L_VIEWS}: <strong>{announcements_row.TOPIC_VIEWS}</strong><!-- ENDIF -->
Find and remove:

Code: Select all

				<!-- IF S_DISPLAY_ANNOUNCEMENTS_RVS -->
				<dd class="posts" style="width: 11%">{announcements_row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
				<dd class="views" style="width: 11%">{announcements_row.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd>
				<!-- ENDIF -->
That should have been everything.
Greeting Chris