Extensions for phpBB 3.3.X
Maintained and supported by Stoker
Post
by Stoker »
Extension Name: Board Copyright
Author: Stoker
Extension Version:
Requirements:
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
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
copyright_v102.zip
copyright.png
You do not have the required permissions to view the files attached to this post.
Last edited by Stoker on 28 May 2025, 02:55, edited 1 time in total.
Reason: - Extension validated CDB
Post
by Steve »
Copyleft
Copyright
(W)Copywrite
Copy&Paste
Copy&Give
Copy&make it your own
Copy&Buy
Copy&Help
Copy&beer
Post
by Stoker »
Updated to fix when board only have been live for less than two years - will now only display start year
Added trademark
Post
by rubeoles »
Ola,
The download version is 1.0.3 not 1.0.4

Post
by Stoker »
rubeoles wrote: 03 Mar 2025, 20:31
Ola,
The download version is 1.0.3 not 1.0.4
Damn, its the same problem here
File is updated. It was only the version that was incorrect.
Thanks for reporting

Post
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>

Post
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
Post
by Potku »
Simple and professional. Thank you!
Post
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
