vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   General Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=189)
-   -   How to edit footer copyright so the YEAR changes automatically (https://vborg.vbsupport.ru/showthread.php?t=275456)

Seven Skins 12-12-2011 11:00 PM

How to edit footer copyright so the YEAR changes automatically
 
1 Attachment(s)
In this tutorial I will tell you to edit the footer of your vBulletin forum so that YEAR in the footer changes automatically so that you can to New Year Party on December 31 instead of editing your footer copyright notice.

It is only four step process, see the screenshots below.

Login to AdminCP and go to (Step 1 and 2) Settings > Options > Site name / URL / Contact Details and scroll down to the bottom of the page and you will see "Copyright Text" field. Edit the code below for your site and copy and paste (Step 3) it in the "Copyright Text" field. Click Save (Step 4).



PS. Do not forget to edit the text in the red color in the code below.




Code:

Copyright &copy; <a href="http://www.sevenskins.com/">Seven Skins</a> 2008 - <script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script>




.

Merjawy 12-15-2011 05:12 AM

Great!!! saves me some time editing the copyright notice each time and every new year

Thanks

benstillman 12-21-2011 03:22 PM

Hot damn. Why did I not do this sooner???

voglermc 12-22-2011 04:49 PM

Why not just use this for the year?
Code:

<?php echo date('Y');?>
Code:

Copyright &copy; <a href="http://www.sevenskins.com/">Seven Skins</a> 2008 - <?php echo date('Y');?>

Seven Skins 12-23-2011 10:29 AM

^ PHP doesnot work in the copyright text field.

Robru 12-29-2011 02:33 AM

Thanks for sharing this ;)

Boofo 12-29-2011 06:42 AM

Quote:

Originally Posted by Seven Skins (Post 2280371)
^ PHP doesnot work in the copyright text field.

I found that out the hard way.

Thanks for the tip. I was wondering how to do that without using PHP code in a hook.

Richard E 12-30-2011 04:14 AM

Great tip...it work perfectly the first time....unlike when I hack together something myself.

Thanks and happy New Year!

Richard

thompson 12-31-2011 12:27 PM

thanks for sharing.

rafiul 01-06-2012 05:37 PM

Thanks its working.


All times are GMT. The time now is 07:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01257 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete