vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   update copyright.. (https://vborg.vbsupport.ru/showthread.php?t=203747)

Winterworks 01-31-2009 07:23 PM

update copyright..
 
Quote:

Powered by vBulletin? Version 3.6.12
Copyright ?2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ?2001 - 2008, vbulletin.org. All rights reserved.
vBulletin? is a registered trademark.
Still says 2008.

UncoderMom 01-31-2009 07:28 PM

teehee... I just updated mine the other day... I had 2007 on mine still :eek:

LEt that one slip didnt I. haha

ragtek 01-31-2009 07:31 PM

Quote:

Originally Posted by UncoderMom (Post 1730238)
teehee... I just updated mine the other day... I had 2007 on mine still :eek:

LEt that one slip didnt I. haha

Why not just use $copyrightyear ;) It's a global Variable

UncoderMom 01-31-2009 07:33 PM

HAHA Good advise for me and vb.org LOL

--------------- Added [DATE]1233437764[/DATE] at [TIME]1233437764[/TIME] ---------------

hmmm doesnt parse in the copyright text area.... vb options>Site Name / URL / Contact Details>copywrite

ragtek 01-31-2009 07:50 PM

Ah, you mean that. Sorry, i thought it's a Templateedit.

UncoderMom 01-31-2009 08:00 PM

Its okay LOL.... God forbid should I have to manually edit that field once a year. LOLOL

nexialys 01-31-2009 08:01 PM

better: ® 1997, ©1997 - ...today

hum, yeah, this 1997 is about my own.. .lol

KTBleeding 02-01-2009 01:32 AM

Code:

&copy; <?=date("Y");?>

UncoderMom 02-01-2009 01:41 AM

Quote:

Originally Posted by KTBleeding (Post 1730498)
Code:

&copy; <?=date("Y");?>

That gave me the ? symbol but no year.

King Kovifor 02-01-2009 02:20 AM

HTML Code:

<script>
d = new Date();
y = d.getFullYear();
document.write(y);
</script>


UncoderMom 02-01-2009 02:46 AM

Quote:

Originally Posted by King Kovifor (Post 1730532)
HTML Code:

<script>
d = new Date();
y = d.getFullYear();
document.write(y);
</script>



AWESOME!! Worked!

King Kovifor 02-01-2009 02:48 AM

Quote:

Originally Posted by UncoderMom (Post 1730544)
AWESOME!! Worked!

WooHoo! My first true "I've written it" JS application! lol. Glad to have helped. :)

ForumsMods 02-01-2009 08:18 AM

Dont forgot to use <script type="text/javascript"> to do it XHTML 1.0 Transitional.
HTML Code:

<script type="text/javascript">
d = new Date();
y = d.getFullYear();
document.write(y);
</script>


Paul M 02-01-2009 10:40 AM

That works nicely (all on one line of course).

HTML Code:

Copyright &copy;2001 - <script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script>, vbulletin.org. All rights reserved.

Vaupell 02-01-2009 11:28 AM

Quote:

Originally Posted by Paul M (Post 1730771)
That works nicely (all on one line of course).

HTML Code:

Copyright &copy;2001 - <script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script>, vbulletin.org. All rights reserved.

ah yes nice, tx clicks install, og wait nope.. :D
just reuses.

UncoderMom 02-01-2009 12:34 PM

Added the java tags too.

*clicks install too* LOL

Magnumutz 02-01-2009 02:22 PM

Quote:

Originally Posted by UncoderMom (Post 1730825)
Added the java tags too.

*clicks install too* LOL

Me three :D

Lynne 02-01-2009 02:28 PM

Java*script*


(Sorry, that is one of my pet peeves! Java is very different from javascript.)

[high]Lynne also looks for the Installed button[/high]

UncoderMom 02-01-2009 02:40 PM

Quote:

Originally Posted by Lynne (Post 1730925)
Java*script*


(Sorry, that is one of my pet peeves! Java is very different from javascript.)

[high]Lynne also looks for the Installed button[/high]


Java SCRIPT is what I meant LOL just assumed on a thread like this it would be assumed.

He should release this, huh? Nifty little Mod!

King Kovifor 02-01-2009 02:54 PM

Quote:

Originally Posted by Vaupell (Post 1730796)
ah yes nice, tx clicks install, og wait nope.. :D
just reuses.

Quote:

Originally Posted by UncoderMom (Post 1730825)
Added the java tags too.

*clicks install too* LOL

Quote:

Originally Posted by Magnumutz (Post 1730918)
Me three :D

Quote:

Originally Posted by Lynne (Post 1730925)
Java*script*


(Sorry, that is one of my pet peeves! Java is very different from javascript.)

[high]Lynne also looks for the Installed button[/high]

Quote:

Originally Posted by UncoderMom (Post 1730940)
Java SCRIPT is what I meant LOL just assumed on a thread like this it would be assumed.

He should release this, huh? Nifty little Mod!

Just for you guys:

https://vborg.vbsupport.ru/showthread.php?t=203837

ForumsMods 02-01-2009 04:32 PM

Quote:

Originally Posted by Paul M (Post 1730771)
That works nicely (all on one line of course).

HTML Code:

Copyright &copy;2001 - <script type="text/javascript">d = new Date();y = d.getFullYear();document.write(y);</script>, vbulletin.org. All rights reserved.

Yes, but If you put the other vB will order it.
I think Copyright Text should be textarea.

KTBleeding 02-02-2009 02:44 AM

Quote:

Originally Posted by UncoderMom (Post 1730504)
That gave me the ? symbol but no year.

You probably don't have php short tags enabled. Try this instead:
Code:

&copy; <?php echo date("Y");?>

King Kovifor 02-02-2009 11:07 AM

Quote:

Originally Posted by KTBleeding (Post 1731518)
You probably don't have php short tags enabled. Try this instead:
Code:

&copy; <?php echo date("Y");?>

Not in vBulletin templates. ;)

Wayne Luke 02-02-2009 01:57 PM

Seems kind of silly to have an end date on a copyright though. That implies that you are giving up your copyright at that time. Copyrights already have a definitive end date. That is they end 70 years after the death of the creator. There are legal ways to extend this like transferring the copyright to a legal entity (corporation, trust, individual, etc...) upon death but this is the general consensus. Seventy years after the death of the creator, the copyright goes into the public domain.

To imply an end, means you are willing to give up the copyright. Personally, I don't even know why vBulletin has an end in its copyright because it isn't needed there either. Maybe to show longevity. However on your own site, you shouldn't have an end date. Books list the original copyright date and the date of any subsequent editions. For a website, you only need to list the original date.

nexialys 02-02-2009 02:41 PM

some place where an "end date" is needed is when you use the ® right,... (registered for a period)... so 2001-2009 means you registered your company name for that period and after that it is free to be used by someone else... this is tricky if you did not renew your registration though...

KTBleeding 02-02-2009 03:02 PM

Quote:

Originally Posted by King Kovifor (Post 1731761)
Not in vBulletin templates. ;)

Oh, no way? Sorry then, I didn't know anything about php back when I was working with vB, so I never actually tried it.. :o

Marco van Herwaarden 02-03-2009 06:22 AM

The ® symbol indicates a Registered Trademark, this has nothing to do with copyright.

Magnumutz 02-03-2009 09:51 AM

vBulletin is a Registered Trademark, a date isn't.

nexialys 02-03-2009 12:22 PM

Quote:

Originally Posted by Magnumutz (Post 1732895)
vBulletin is a Registered Trademark, a date isn't.

ARGH, you are right, the ? or ? have to be sticky with the name, not the date... lol


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

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01701 seconds
  • Memory Usage 1,786KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_html_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete