Relocating "Thank you" message on guestbook standard block

Permalink
Standard guestbook block displays comment form and new comments at the bottom of page.

Already tweaked the standard guestbook to make the comment form appear on top and newer comments appear on top of older ones.

Before, I asked for advice to link to a custom “thank you page” but I think this might be complicated as I am using a pop up window inhttp://facebookspecialized.com/test4/index.php?cID=1... "Escriba su comentario aquí" link.

So, I believe a simpler solution will be to relocate the guestbook thank you message, which appears at the bottom of the main guestbook page inhttp://facebookspecialized.com/test4/index.php?cID=119... , to make the message appear just below the comment box of guestbook form. Make it behave the way it appears in the standard C5 form block.

Will appreciate help on this.

Thanks.

1 Attachment

Dinamicore
 
Dinamicore replied on at Permalink Reply 1 Attachment
Dinamicore
To better illustrate what i did, I upload the php view file, in which I relocated the controller position from bottom to top in order to accomplish the desired effect; but:

if (isset($response)) { ?>
<?php echo $response?>
<?php } ?>

Didn´t relocate the response message; it remains at the bottom.

Thanks.
Dinamicore replied on at Permalink Reply
Dinamicore