PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.5.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/)
-   -   Copyright Notice (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/119221-copyright-notice.html)

Brinnie September 25th, 2005 06:51 PM

Copyright Notice
 
I am trying to get the ADV_GALLERY_SHOWIMAGE template to show a copyright notice just below the users name, but I'm having a little trouble...


One would think you could just walk in and add <br> © 2005, but it's not that simple. Because next year when you change your template to read 2006, you're lying. Those images are copyright to the artist the year he uploaded it.

So then I sought to add <br> © $image[dateadded] , but that shows the entire date instead of the year. :rolleyes: And that's where I'm stuck at now, if anyone would like to help. :p

KW802 September 26th, 2005 09:10 AM

Re: Copyright Notice
 
Brinnie, it should be easy enough to add a new variable to the PHP file to output just a date; bump this thread for me later so I see it again when I get home (assuming that nobody else comes forward in the meantime).

ConqSoft September 26th, 2005 09:27 AM

Re: Copyright Notice
 
In showimage.php, look for:

Code:

Content visible to verified customers only.
Below that, add:
Code:

Content visible to verified customers only.
That should then give you the year if you use $image['yearadded'] in your template.

(Didn't test it, but it should work.)

PhoenixDown21 September 26th, 2005 11:51 AM

Re: Copyright Notice
 
Actually, the image is copywright to the artist in the year it was created. If I created a work in 1995 and upload it to [a] site in 2005, then the copywright it misleading. Why not just leave the "c"? Guess its your call.

edit:

Why not add something at the bottom at the page that says something like:
Images copywright the artist 2005 - 2006. THe year the site was started and then the current year. You can even make that a phrase.


All times are GMT -5. The time now is 10:20 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97