Remove date from quotes

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
DV1
Registered User
Posts: 399
Joined: Sun Jul 11, 2010 8:49 pm
Location: Nevada

Remove date from quotes

Post by DV1 »

I looked around with search but couldn't find a topic on it.

I'd like to to remove the date from quotes. It seems unnecessary since the topic is already dated at the beginning.
User avatar
Mannix_
Registered User
Posts: 2028
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Remove date from quotes

Post by Mannix_ »

in bbcode.html find and remove

Code: Select all

				<xsl:if test="@date">
					<div class="responsive-hide"><xsl:value-of select="@date"/></div>
				</xsl:if>
Remember to purge the cache
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
DV1
Registered User
Posts: 399
Joined: Sun Jul 11, 2010 8:49 pm
Location: Nevada

Re: Remove date from quotes

Post by DV1 »

Mannix

I realized that it would be good if only a few posts but if there are a lot of them it might make for a scroll-a-thon. I think I'll just make the date a smaller size.

Nonetheless, thank you. :)

Daniel

Return to “[3.2.x] Styles Support & Discussion”