Page 1 of 1

[3.3][CDB] Board Copyright - phpBB Extension

Posted: 19 Feb 2025, 21:05
by Stoker
Extension Name: Board Copyright
Author: Stoker
Extension Version: Image
Requirements: Image

Extension Description:
An update of my old EXT
Display board copyright in the footer with site name, board start year and current year.


Screenshots:
Board more than 1 year old:
board_copyright.png

Board less than 2 years old:
board-copyright2.png


Extension Download:
copyright_v104.zip
(12.09 KiB) Downloaded 83 times



Accepted to CDB
Version 1.0.2 is validated. There are some smaller improvements made on current version 1.0.4
Download CDB validated file from phpbb.com
Extension overview page


Older versions

copyright_v102.zip
(12.06 KiB) Downloaded 49 times
copyright.png

Re: [EXT] Board Copyright

Posted: 24 Feb 2025, 17:28
by Steve
Copyleft
Copyright
(W)Copywrite
Copy&Paste
Copy&Give
Copy&make it your own
Copy&Buy
Copy&Help
Copy&beer

Re: [EXT] Board Copyright

Posted: 28 Feb 2025, 10:35
by Stoker
Updated to fix when board only have been live for less than two years - will now only display start year
Added trademark

Re: [EXT] Board Copyright

Posted: 03 Mar 2025, 20:31
by rubeoles
Ola,

The download version is 1.0.3 not 1.0.4 :D

:beer:

Re: [EXT] Board Copyright

Posted: 03 Mar 2025, 20:39
by Stoker
rubeoles wrote: 03 Mar 2025, 20:31 Ola,

The download version is 1.0.3 not 1.0.4 :D

:beer:
Damn, its the same problem here :D
File is updated. It was only the version that was incorrect.
Thanks for reporting :thumb:

Re: [EXT] Board Copyright

Posted: 03 Mar 2025, 21:17
by rubeoles
There is a space missing between © and the site name

Here is the line in stoker\copyright\styles\all\template\event\overall_footer_copyright_prepend.html to modify:

Code: Select all

<p class="footer-row">
	<span class="footer-copyright">{{ lang('SE_COPYRIGHT_MOD') }} {{ SITENAME }} {{ lang('SE_COPYRIGHT_MOD_R') }} {{ START_YEAR }}{% if START_YEAR < CURRENT_YEAR %} - {{ CURRENT_YEAR }}{% endif %}</span>
</p>

;)

Re: [EXT] Board Copyright

Posted: 03 Mar 2025, 21:55
by Stoker
rubeoles wrote: 03 Mar 2025, 21:17 There is a space missing between © and the site name

Here is the line in stoker\copyright\styles\all\template\event\overall_footer_copyright_prepend.html to modify:

Code: Select all

<p class="footer-row">
	<span class="footer-copyright">{{ lang('SE_COPYRIGHT_MOD') }} {{ SITENAME }} {{ lang('SE_COPYRIGHT_MOD_R') }} {{ START_YEAR }}{% if START_YEAR < CURRENT_YEAR %} - {{ CURRENT_YEAR }}{% endif %}</span>
</p>

;)
No, there is a space on each side of the ©
You probably mean the ® and there should be no spaces there

Re: [EXT] Board Copyright

Posted: 04 Mar 2025, 09:18
by Potku
Simple and professional. Thank you!

Re: [EXT] Board Copyright

Posted: 04 Mar 2025, 10:22
by Stoker
Potku wrote: 04 Mar 2025, 09:18 Simple and professional. Thank you!
Thanks, and nice to see some of our "old" users again :thumb:

[3.3][CDB] Board Copyright - phpBB Extension

Posted: 28 May 2025, 02:55
by Stoker
Accepted to CDB
Version 1.0.2 is validated. There are some smaller improvements made on current version 1.0.4
Download CDB validated file from phpbb.com
Extension overview page