Closed (fixed)
Project:
Simple Review
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2007 at 07:29 UTC
Updated:
22 Jan 2008 at 01:31 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI also tried to install this module and ran into a similar problem. I am not a programmer but I know enough php to find my way around sometimes however, I was not able to install this module correctly. Here is what I attempted:
In the PHP template Bluemarine theme I set,
<?php function bluemarine_comment() ?>intemplate.phpwhich then produced the errorParse error: syntax error, unexpected ';', expecting '{' in /home/.../themes/bluemarine/template.php on line 1.I then tried
<?php function bluemarine_comment() {} ?>which actually fixed the error, but now the comments do not show up at all when viewing the node.I think if the actual snippet with the
<?php>tags were in the documentation, there would be less confusion for us who are not so PHP savvy.Any pointers on what exactly to enter into your
template.phpfile would be great.Thanks for taking the time to create this great module!
txcrew
Comment #2
DennisPwnsJ00 commentedtry
bluemarine_comment() ;Comment #3
sunI think, all of this is already well documented in the README.txt.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.