[Template] overall_footer_copyright_after

Request hook events and what data needs to be sent for the new hook system.
Post Reply
User avatar
bonelifer
Community Team
Community Team
Posts: 119
Joined: Mon Jan 31, 2005 10:41 am

[Template] overall_footer_copyright_after

Post by bonelifer »

Allow an extension to add a text after the copyright section. This could be used by other extensions for their copyright notice or by a board owner for their personal copyright notice.


Location in prosilver (as of 3.1.2): Line 13

Code: Select all

			<!-- IF S_COPYRIGHT_HTML -->
				{CREDIT_LINE}
				<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
			<!-- ENDIF -->
would like to have this event:

Code: Select all

		<!-- EVENT overall_footer_copyright_after -->


Ticket: https://tracker.phpbb.com/browse/PHPBB3-13438
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .

User avatar
bonelifer
Community Team
Community Team
Posts: 119
Joined: Mon Jan 31, 2005 10:41 am

Re: [Template] overall_footer_copyright_after

Post by bonelifer »

Nevermind, there already is one, I was originaly looking at the one in the adm folder.

This already exist:
<!-- EVENT overall_footer_copyright_append -->
William Jacoby - Community Team
Knowledge Base | phpBB Board Rules | Search Customisation Database
Please don't contact me via PM or email for phpBB support .

Post Reply