[3.3][CDB] Board Copyright - phpBB Extension

Extensions for phpBB 3.3.X
Maintained and supported by Stoker

[3.3][CDB] Board Copyright - phpBB Extension

Post 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



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

Re: [EXT] Board Copyright

Post 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

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

Re: [EXT] Board Copyright

Post by rubeoles »

Ola,

The download version is 1.0.3 not 1.0.4 :D

:beer:

Re: [EXT] Board Copyright

Post 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

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>

;)

Re: [EXT] Board Copyright

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

Re: [EXT] Board Copyright

Post by Potku »

Simple and professional. Thank you!

Re: [EXT] Board Copyright

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 :thumb:

[3.3][CDB] Board Copyright - phpBB Extension

Post 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