PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

can GF display field in post?

  1. apek
    Member

    i am thinking about this, i want to display creative common license based on content post by user, let say if its an image, then creative common license options will be displayed, i guess thats easy to do in GF.

    how about to display the creative common field inside the post???

    Posted 13 years ago on Tuesday November 30, 2010 | Permalink
  2. I'm not exactly sure what you mean by creative common field. You would most likely have to do this using custom fields and then modifying your theme to display a message based on the custom field value. The custom field would store what kind of content it is, then the theme would show the appropriate creative commons license based on the custom field value. But again, i'm not 100% sure what you are trying to do.

    Posted 13 years ago on Tuesday November 30, 2010 | Permalink
  3. RichardBest
    Member

    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
  4. apek
    Member

    Richard,

    you really can read my mind! thanks a lot!
    by the way, do you know any online service that i can generate the terms of use? basically my site will be about users sharing photos taken by their camera. but the terms of use is important also in case there are stupid users who upload somebody elses work.

    Posted 13 years ago on Wednesday December 1, 2010 | Permalink
  5. jackstin
    Member

    Hey Richard do you have any good resources/templates that would protect websites that have user generated content?

    Posted 13 years ago on Thursday December 9, 2010 | Permalink