[ITD] Additional Copyright Bar @ Forum footer

[ITD] Additional Copyright Bar @ Forum footer 2.0.0

No permission to download

Mian Shahid

Well-known member
ITDarasgah submitted a new resource:

[ITD] Additional Copyright Bar @ Forum footer - add an additional copyright bar at your board's foter

This add-on will add an additional bar at your board's footer with standard copyright text.

4taIPJv.png


Customization:

This is a fully customizable release, you can easily change Bar Color, Text Color, URL Color, Board Title and Starting Year, as per detail given below:

1. Bar Color Bar color has gradient effect so it requires two related color codes called "First...

Read more about this resource...
 
Not a big deal... I just added the following to our extra_copyright phrase and all is well...

Code:
<br /><a href="https://www.ourdomainname.com" class="concealed">ALL Rights Reserved; <span>Copyright &copy; 2017&ndash; <script language="javascript" type="text/javascript">
var today = new Date()
var year = today.getFullYear()
document.write(year)
</script> OUR COMPANY NAMW</span></a>
 
Top Bottom