Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mibuthu

    (@mibuthu)

    I think I have found the problem:
    Please try to change the code in includes/sc_comment-guestbook.php:
    Change the line 33 from:
    include(CGB_PATH.'includes/comments-template.php');
    to the following code:

    ob_start();
    include(CGB_PATH.'includes/comments-template.php');
    $out = ob_get_contents();
    ob_end_clean();
    return $out;

    If this is working I will release a new version with this fix.

    Plugin Author mibuthu

    (@mibuthu)

    I have included this modifications in the new version 0.5.1.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Guestbook page title’ is closed to new replies.