• Resolved sleininger

    (@sleininger)


    Hello,

    Your code generate a undefined variable php error.

    You replace by this code to remove this error :

    if ( $llstylesheet ) {
        $genoptions = get_option( 'LinkLibraryGeneral' );
        if (isset( $genoptions['fullstylesheet'] )){
           echo "<style id='LinkLibraryStyle' type='text/css'>\n";
           echo stripslashes( $genoptions['fullstylesheet'] );
           echo "</style>\n";
        };
    }

    in the file link-library.php around the line 423

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    I have just included this correction in latest update. Thanks for the precise code update and please consider donating to support this plugin’s development.

    Thread Starter sleininger

    (@sleininger)

    Great, you must also replace $tag = new WPCF7_Shortcode( $tag ); by $tag = new WPCF7_FormTag( $tag ); at line 112

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    This code is nowhere to be found in Link Library. Can you check the file name that the warning is coming from?

    Thread Starter sleininger

    (@sleininger)

    Oh yes sorry ?? it’s in another plugin. Thanks for the update and for this great plugin.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    No trouble ?? Just threw me for a loop for a couple of minutes.

    Glad you’re enjoying the plugin and please consider donating to support its development. Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Code modification’ is closed to new replies.