Gossamer Forum
Home : Products : Links 2.0 : Customization :

Your link has been added!

Quote Reply
Your link has been added!
In what page is found this written (
Your link has been added!
) to be able to modify it in Italian.
thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] Your link has been added! In reply to
When the admin adds alink, or a visitor? Is this an html page or an email message? Have you looked at the add_success.html template?


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Your link has been added! In reply to
no have

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] Your link has been added! In reply to
What I mean is, is this a message you get after adding a link from the admin? Looks like it. If so, look in admin_html.pl, find this, change the red part...

sub html_add_success {
# --------------------------------------------------------
# The page that is returned upon a successful addition to
# the database. You should use &get_record and &html_record
# to verify that the record was inserted properly and to make
# updating easier.
&html_print_headers();
print qq|
<html>
<head>
<title>$html_title: $html_object Added.</title>
</head>
<body bgcolor="#DDDDDD">
<table border=1 bgcolor="#FFFFFF" cellpadding=5 cellspacing=3 width=500 valign=top>
<tr><td colspan=2 bgcolor="navy">
<FONT FACE="MS Sans Serif, arial,helvetica" size=1 COLOR="#FFFFFF">
<b>$html_title: $html_object Added</b>
</td></tr>
<tr><td>
<p><center><$font_title><b>
$html_object Added
</b></font></center><br>
<$font>
<P><Font face="Verdana, Arial, Helvetica" Size=2>The following record was successfully added to the database:</FONT>
|; &html_record(&get_record($in{$db_key})); print qq|
</font></p>
|; &html_footer; print qq|
</td></tr>
</table>
</body>
</html>
|;
}


I'm not sure where the $html_object is coming from, but it would say either link or category...



Leonard
aka PerlFlunkie
Quote Reply
Re: [blecchi] Your link has been added! In reply to
Do you mean the message on screen or the email?
The email is the /admin/templates directory
Blacknight Solutions - Hosting
Search.ie
Armchair.ie
Quote Reply
Re: [blacknight] Your link has been added! In reply to
 NO HAVE IN html (Your link has been added! ) have Email

thanks
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] Your link has been added! In reply to
If you have shell access you could grep the files for the entries
Blacknight Solutions - Hosting
Search.ie
Armchair.ie