Hi. I'm thoroughly familiar with Creative Commons licensing. It seems to me that you're trying to do this:
(1) When a user submits post content via the front end using a GF form, you want to ask under which Creative Commons licensing terms the user is happy to license the posted material (which, importantly, assumes the material is protected by copyright and that the user is happy to license the material). You could easily set up a multichoice field that lists the six Creative Commons licence types (and other options if desired), one of which the user is required to select. I've done precisely this with a site I'm working on.
(2) As Carl says, you could then call the answer in the custom field into your posts when displayed on the front end. You could to this in one of two ways. First, you could use GF's post content template feature to do it. Alternatively, you could amend the loop (probably in your index.php and single.php theme files) to call the custom field content. You'll find instructions in the WordPress codex on how to do this.
Speaking as a lawyer, I do suggest you think carefully about adding terms to your site which require your users to be sure they own all relevant rights in the material they are posting and licensing. You might also want to add an indemnity clause which protects you from loss in the event that users post material they are not permitted to post/license. I suggest you also include a mandatory checkbox field in your GF posting form that requires users to accept your terms of use (to which you should link via the field just mentioned). Here's an example: http://grab.by/7EHl
Cheers
Richard
Posted 13 years ago on Tuesday November 30, 2010 |
Permalink