Page 1 of 2
comments don't show
Posted: Sat Jul 01, 2006 3:27 pm
by Mesmer
I've just installed the latest version of Comments (1.5) and added the comments tag to a page but nothing happend.
What did I do wrong?
Re: comments don't show
Posted: Sat Jul 01, 2006 3:55 pm
by Dr.CSS
please post the method by which you used the tag :..
Re: comments don't show
Posted: Sat Jul 01, 2006 3:59 pm
by Mesmer
Im using cmsms 0.13
I created a page and put this tag in there
Code: Select all
{cms_module module="comments" spamprotect=1}
Re: comments don't show
Posted: Sat Jul 01, 2006 4:18 pm
by Dr.CSS
i copied and pasted that in a page and it worked for me :..
http://mit-computers.com/index.php/home
anything else you might have over looked?
install went ok, you see "Comments" under "Content" in the admin side, can you goto 'Modules' and see it and the Help?
Re: comments don't show
Posted: Sat Jul 01, 2006 4:22 pm
by Mesmer
install looks ok. Comment is listed in the Modules list as installed. Under extentions is also a Comments link.
I don't see "comments" under content
Re: comments don't show
Posted: Sat Jul 01, 2006 4:27 pm
by Dr.CSS
looks like this :..
[attachment deleted by admin]
Re: comments don't show
Posted: Sat Jul 01, 2006 4:32 pm
by Mesmer
no, it's not there at my install
Re: comments don't show
Posted: Sun Jul 02, 2006 7:26 pm
by Dr.CSS
i have it under extentions on another site, but it is an older ver. of comments
Re: comments don't show
Posted: Thu Jul 06, 2006 6:47 pm
by Mesmer
Re: comments don't show
Posted: Sun Jul 09, 2006 3:18 am
by maciekm
Hi, i made test. On a page add code:
Code: Select all
{cms_module module="comments" spamprotect=1}<br/>{$addcomment}
and now 'Add A Comment' link appear.
Click 'Add Comment' , add some comment

- and now module Comments work. You can delete tag {$addcomment} from page.
It seems to me - if comments are empty - module didn't work (link add commments don't show).
I have Comments 1.5 and CMSMS 0.13
Re: comments don't show
Posted: Sun Jul 09, 2006 5:46 pm
by Mesmer
thanks for your reply. I will try your method
Re: comments don't show
Posted: Mon Jul 10, 2006 8:43 am
by zounars
maciekm,
i follow your post and I see 'add comment' at the bottom of the page. but, when I click on it, the following message appear: There is no GD-Library-Support enabled. The b2evo captcha class cannot be used!
what I have to do to correct this error?
thanks for your help!
Re: comments don't show
Posted: Mon Jul 10, 2006 11:02 am
by maciekm
zounars wrote:
maciekm,
i follow your post and I see 'add comment' at the bottom of the page. but, when I click on it, the following message appear: There is no GD-Library-Support enabled. The b2evo captcha class cannot be used!
what I have to do to correct this error?
thanks for your help!
Because spamprotect use GD.
try this:
Code: Select all
{cms_module module="comments"}<br/>{$addcomment}
You haven't installed/enabled GD-Library (i think, not sure about this). Ask your provider where you have your site.
You can verify if you have GD. Make php site with code:
save it as phptest.php and upload to your server. Go to
http://your.site.com/phptest.php. You see information about your server configuration. This is my info:
http://majchrzak.net.pl/test/phpinfo.php.
Find section gd and 'GD Support' (on my server is enabled)
Don't worry - comments work (almost workÂ

) without spamprotect
Re: comments don't show
Posted: Tue Jul 11, 2006 12:01 pm
by maciekm
Ok, i found solution:
Comments 1.5 + CMSMS 0.13 -> dont't work ok
Comments 1.6 + CMSMS 0.13 -> OK
Re: comments don't show
Posted: Tue Jul 11, 2006 4:20 pm
by zounars
please, where can we found comments 1.6 because in the dev section, there is only Comments 1.5 beta 3 (April 21, 2006)