Guestbook's comments only!
Permalink
Hello!
It's me again :$, sorry... yesterday i was asking how to translate the guestbook block into different languages but i got it, very simple (just editing the view.php and controller.php files). But now what i need i think its a little more complicated. Guestbook has the comments and below a form to add comments, fine. I want to display only the comments but on the home page, in the guestbook page i wanted to be as it is, with form and everything...i could edit the view.php removing the form but then the form doesnt appear no where (logically). I need to have to view.php: one with form, and another without, right...but how?
EDIT: I have noticed that this code line is the one that displays the form, depending on the return. Hmm...
Thanks a lot in advance!
Saluti!
It's me again :$, sorry... yesterday i was asking how to translate the guestbook block into different languages but i got it, very simple (just editing the view.php and controller.php files). But now what i need i think its a little more complicated. Guestbook has the comments and below a form to add comments, fine. I want to display only the comments but on the home page, in the guestbook page i wanted to be as it is, with form and everything...i could edit the view.php removing the form but then the form doesnt appear no where (logically). I need to have to view.php: one with form, and another without, right...but how?
EDIT: I have noticed that this code line is the one that displays the form, depending on the return. Hmm...
<?php if($controller->displayGuestBookForm) { ?>
Thanks a lot in advance!
Saluti!