On Sep 16, 2008, at 1:07 PM, Opa114 wrote:

>
> Hello!
>
> I'm new in using Habari. I have ported my wordpress theme to habari.
> It works, but only the comments will not work correctly. Have a look
> at my site (http://www.mirrortheworld.de/habari/)
>
> On every post you see the first line of the commentform and the error:
> Notice: Undefined variable: commenter_name in system/themes/new/
> commentform.php line 16
>
> I think the error has to do with the Mootools Accordion i have used on
> my page. But i have no idea hox to fix that problem. I have something
> tried but nothing helps. If i put the Comment-Tag: <?php $theme-
>> display ('comments'); ?> on my Archive-Page it works. So i think
> Habari can not load the comment things correctly on the home.php (main
> page)

Looks like commentform.php references the PHP variable  
"commenter_name" which is not referenced in Habari. If you want the  
name of the commenter, use something like $comment->name; 

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to