Scritto da davidonzo il 07/03/2006, in OpenSource
ATTENZIONE!
L'articolo che stai leggendo è stato scritto 897 giorni orsono.
Le informazioni presenti potrebbero non essere aggiornate!
As Johan Sundström asked here an english translation of the linked article.L'articolo che stai leggendo è stato scritto 897 giorni orsono.
Le informazioni presenti potrebbero non essere aggiornate!
The following instructions allow you to add CoComment support to your weblog, if you are using dblog (open source application for weblog and photoblog, written in asp).
First of all it’s important to say that to use CoComment services you don’t need a blog. CoComment help you to track you comments and conversation with other across the blogsphere. Please, read here to learn more
If you have a blog, it should be nice insert a CoComment support for people who use it. Only CoComment users will take the advantages of this feature, and none cocomment users won’t have any problem
.Other important matter: the following instructions (and attached files) work only in dblog 2.0. If you are using older dblog versions, you must adapt the script!!!
HOWTO
1 - Download via ftp the files:
- commenti_articolo.asp
- commenti_foto.asp
- articolo.asp
2 - Do the same modification for any file!
In any file search the line
<input type="image" src="<%=Path_Skin%>pulsante_invia.gif" alt="<%=ALT_Pulsante_Commento%>" name="Invia" value="Invia" />
and change the input attribute from “image” to “submit”.
The result must be
<input type="submit" src="<%=Path_Skin%>pulsante_invia.gif" alt="<%=ALT_Pulsante_Commento%>" name="Invia" value="Invia" />
Before the form end (look for the /form tag), insert this code
<!--#include file="inc_cocomment.asp"-->
Close all files saving changes. Upload them to your /dblog directory.
3 – The script
Download this file, extract the file inc_cocomment.asp and upload it to your /dblog directory.
DONE!!!
Enjoy you and your commenteurs too, coCommenting your blog!
According to the dblog license, this plugin is released and distributed under GNU/GPL.
PS: sorry for my bad english. It's not my native language. Feel free to correct me
. And feel free to notify me bugs and somethings similar. Any suggestion to improve this script, will be appreciated. 








