• Resolved remyj38

    (@remyj38)


    Hi George

    I modified your plugin for my blog : I wanted to place the license banner before the post.

    So I added a configuration field to choose the position of the license block and I implemented the feature.

    As I don’t know how to update the translation, I don’t made a pull request to add this feature. If you’re interesting, I can do this.

    Rémy J.

    https://wordpress.org/plugins/creative-commons-configurator-1/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author George Notaras

    (@gnotaras)

    Hi Rémy,

    I’m sorry for the delay. I’m thinking about adding a filter-based switch for this or even an extra shortcode which could be added anywhere in the post. But, since this modification covers a rare use case scenario, I am a little hesitant to add an extra configuration option.

    Besides, I highly recommend adding the licensing information at the end of the post, instead of the top of it.

    I’m thinking to add a filter-based switch as a start and see whether anything more than that is needed. Possibly it will be available in 1.8.14 or 1.8.15. I’ll mark the topic as resolved.

    Kind Regards,
    George

    Thread Starter remyj38

    (@remyj38)

    ok, thanks for your reply.

    Plugin Author George Notaras

    (@gnotaras)

    Hi,

    In the next release it will be possible to add the licensing information before the content by adding the following in the functions.php file of the theme:

    add_filter( 'bccl_license_block_before_content', '__return_true' );

    George

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature "Request" : License position’ is closed to new replies.