Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Plugin report problem (feedback)

Quote Reply
Plugin report problem (feedback)
I tried to look through resources but could not find anything...

Is there a plugin that allows users to report a problem with a link (not the one that checks a URL) - simply a feedback form - for each link..

Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] Plugin report problem (feedback) In reply to
I don't know if there is a plugin, but this would not really need a plugin.
Of course if there is a plugin it's even better, but not necessary.

You just need a form mailer script, and place its link to link.html.
The formmailer script should be able to treat input arguments, which is sent as hidden form element (or as you set).

In that way, you could use in link.html:
<a href="/cgi-bin/formmailer.pl?<%ID%>">Report link problems</a>
or
<a href="/cgi-bin/formmailer.pl?fieldname=<%ID%>">Report link problems</a>

Hope that helps.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...

Last edited by:

webmaster33: Jan 25, 2003, 3:05 PM
Quote Reply
Re: [webmaster33] Plugin report problem (feedback) In reply to
Hi webmaster,

Yes I could do that (and have that at the moment) - just trying to avoid 'foreign' scripts on my new site - and hende the request for a plugin...

:-)

Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] Plugin report problem (feedback) In reply to
This again really doesn't have to be a plugin.

You can use the idea above and modify the recommend_it plugin, if you want to be fancy.

I don't believe that plugin added anything to the parameters, and just put a script in the user_cgi directory and a couple of templates in the templates area.

Just modify the forms area, for the data you want, and hard code in the To: address.

If I have a few minutes later on I'll do that, if no one else beats me to it.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] Plugin report problem (feedback) In reply to
Thanks for the advise Pugdog - I'll work it out

Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] Plugin report problem (feedback) In reply to
The recommend_it plugin shouuld have all the parts, form, mailer, etc to do a good feedback form. Just hard code the admin address, or yank it from $CFG and allow the user to enter a subject, and comment field, and pass whatever links information you want from the links record by passing those values to the mailer as part of the $msg string.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] Plugin report problem (feedback) In reply to
Thanks Pugdog - can I set recommend_it so that it requires users to be logged in to use it?

Klaus

http://www.ameinfo.com