 |

Lionel
User
Jan 30, 2003, 6:58 PM
Post #1 of 15
(6868 views)
Shortcut
|
|
addon: leave comments on article page
|
Can't Post
|
|
Not from me, but useful, like discuss this article, but leaves the comments on article page. So I am posting the zip here in action here.... scroll down http://www.haitiwebs.com/magazine/articles/article_117.php draw back: admin can delete only from server. One day when I have time, I will fix that.
|
|
Attachments:
|
gn-commenter.zip
(5.48 KB)
|
|
|  |
 |

Benjamin
Staff

Feb 2, 2003, 10:35 AM
Post #2 of 15
(6844 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Thanks for your post, Lionel :-) Ben interactivetools.com
|
|
|  |
 |

InSite
User
Feb 20, 2003, 6:33 PM
Post #3 of 15
(6703 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Hi - thanks for this - very neat! I'm going to be using it on my site
|
|
|  |
 |

noza
User
Mar 10, 2003, 9:57 AM
Post #4 of 15
(6650 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
I visited your sit very, very nice work.... Is "comments" script PHP only? my article mngr is not. On a related matter could you share what script you sue for your membership integration, it's great. thanks Pat
|
|
|  |
 |

Lionel
User
Mar 10, 2003, 11:33 AM
Post #5 of 15
(6646 views)
Shortcut
|
|
Re: [noza] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
I use vbulletin... altered a little. I believe that you can do without the alterations. Comments works with php only.
|
|
|  |
 |

Maurice
User
Mar 12, 2003, 12:11 AM
Post #6 of 15
(6630 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Hi all, agree with noza the tools look verry cool nice work! Maurice ------------------------------------------- www.intraserve.nl we buildt: http://www.buitenhuis.nl http://www.squerist.nl http://www.movb.nl http://www.lvsvo.aimfor.nl/ http://www.vanstraten.net http://www.beukenrode.nl http://www.kydonk.nl http://www.geneeskundigevereniging.nl http://www.nvzd.nl http://www.geneeskundigevereniging.nl http://www.vhmz.nl http://www.generate-it.nl http://www.florint.nl
|
|
|  |
 |

noza
User
Mar 12, 2003, 7:48 PM
Post #7 of 15
(6616 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Lionel... does this ad on work only with an ArticleMgr php version?
(This post was edited by noza on Mar 12, 2003, 7:49 PM)
|
|
|  |
 |

Lionel
User
Mar 12, 2003, 7:59 PM
Post #8 of 15
(6613 views)
Shortcut
|
|
Re: [noza] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
comments was tested only with php. Article manager does not have a php version. I simply opted to name my published extension php, as the choice is given to us. Now could comments work with shtml? Maybe. I just haven't got the time to look into that.
|
|
|  |
 |

jmueller0823
User
Mar 13, 2003, 11:09 AM
Post #9 of 15
(6607 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Lionel Everything's working... Question: How does the script distinguish between different articles? In other words, we want a unique comments list for each article, right? Question: The "admin" link at the bottom... Can that link be removed? [The URL appears to be randomly generated.] I don't want my users messing with that. Thanks. Jim g r o w t h t r a c dot c o m Life Changing Resources for Your Marriage
|
|
|  |
 |

Lionel
User
Mar 13, 2003, 11:15 AM
Post #10 of 15
(6606 views)
Shortcut
|
|
Re: [jmueller0823] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
the script generates a file for each page and comments will be unique per page. The admin link can be removed, but I don't see the point to it, because it is password protected. I don't understand also your 'random' problem.
|
|
|  |
 |

jaygary
User
Apr 22, 2003, 3:25 PM
Post #11 of 15
(6509 views)
Shortcut
|
|
Re: [Lionel] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
comments was tested only with php. Article Manager does not have a php version. I simply opted to name my published extension php, as the choice is given to us. Now could comments work with shtml? Maybe. I just haven't got the time to look into that.  Has anyone re-written this script so it works with .shtml extensions? I'd like to use it with an Article Manager site. Thanks. --Jay Gary
|
|
|  |
 |

Zus
User
Apr 29, 2003, 12:33 PM
Post #12 of 15
(6456 views)
Shortcut
|
|
Re: [jaygary] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Me too. Hope someone responds.
|
|
|  |
 |

Donna
Staff
/ Moderator

Apr 29, 2003, 1:06 PM
Post #13 of 15
(6451 views)
Shortcut
|
|
Re: [jaygary] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Hey there, Thansk for the post. This looks like a pretty neat little script. :) It's not likely that a script like this would work with SHTML in general. However, if you can get your web host to parse .shtml for PHP, then it would work. Or, you can switch the SSI's to PHP includes, and do it that way. The basic issue is that server side includes (SSI) aren't a scripting language, whereas PHP is. While you can have a PHP version of something, an ASP version of something, a ColdFusion version of something... it just doesn't work the same way to have an SSI version of something. :) So, in essence, this script can work with .shtml extensions -- if your server is setup to recognize PHP on a file with a .shtml extension. Likewise, a server can also be setup to parse .php files for SSI. Or change all the SSI to it's PHP equivelent. But you'd have to talk to your web hosting provider about that. :) Cheers! Donna Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

cellophane
User
May 6, 2004, 10:00 PM
Post #14 of 15
(5402 views)
Shortcut
|
|
Re: [Donna] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Is it working with AM 1.38 ? Cellophane
|
|
|  |
 |

Eric
Product Specialist

May 7, 2004, 1:39 PM
Post #15 of 15
(5371 views)
Shortcut
|
|
Re: [cellophane] addon: leave comments on article page
[In reply to]
|
Can't Post
|
|
Hi Cellophane, Thanks for the forum post . The script described in here requires that the following conditions are ALL true: - Your server has php.
- You've set up Article Manager to run php applications by changing extension to .php instead of .shtml and changed all server-side include code to php includes.
The version of Article Manager is irrelevant here. So if your installation's set so that both conditions are true, then you can use the script. If not, then you won't be able to do so. I hope this helps. If you have other questions please let me know. Cheers, Eric Lau - Product Specialist support@interactivetools.com
|
|
|  |
|