Posts: 5
Threads: 1
Joined: Aug 2010
Hey,
Can this be integrated into my xHTML website?
If so. How is the best way?
Posts: 535
Threads: 31
Joined: Jul 2010
I'm not sure of what you are asking. If you mean that your website is XHTML strict, then not in the current state. There is one necessary attribute which needs to be used, yet is not allowed in XHTML strict.
If you want to integrate it into a website without php, then you are out of luck. It is impossible to create and store comments without php to my knowledge, as the forms need to be processed with a server side script.
However, if you are not using XHTML strict and your server supports php, then you can follow the installation instructions on the main website:
http://www.commentics.org/installation.php
http://www.commentics.org/integration.php
I'm giving you three guesses...
Posts: 5
Threads: 1
Joined: Aug 2010
I want the guestbook on my site with the same body.
I've installed it and tried the integrate from the links you gave.
I cant see the guestbook to make a comment to test it out.
I have installed it on my local host.
Posts: 535
Threads: 31
Joined: Jul 2010
I'm giving you three guesses...
Posts: 5
Threads: 1
Joined: Aug 2010
Posts: 535
Threads: 31
Joined: Jul 2010
cURL is for the news section in the admin panel. The news tells you about updates, and other stuff like that.
The GD Library is for displaying the Captcha. It is not necessary, but it is recommended that you have it.
The path was correct before, so you can change that back.
Another thing that works is removing the .htaccess files from every folder in the comments directory. Try that and tell me what happens.
I'm giving you three guesses...
Posts: 5
Threads: 1
Joined: Aug 2010
I still cannot see anything.
Even if i direct the url to the comments directory I see nothing.
Posts: 535
Threads: 31
Joined: Jul 2010
Can you go to the admin panel?
I'm giving you three guesses...
Posts: 2,905
Threads: 59
Joined: Jun 2010
Quote:root/site/test.html
The script can't be added to a HTML file. It needs to be PHP.
Have
you completed
the interview?
Posts: 5
Threads: 1
Joined: Aug 2010
(25-Aug-2010, 04:13 AM)Static Wrote: Can you go to the admin panel?
Yes.
(25-Aug-2010, 12:00 PM)Steven Wrote: Quote:root/site/test.html
The script can't be added to a HTML file. It needs to be PHP.
Turns out if I change it from html to php it works.
Thanks