coppermine-gallery.com/forum

Support => Français (French) => Language Specific Support => cpg1.4.x Français (French) => Topic started by: claude on April 12, 2006, 09:11:35 PM

Title: bug report_file
Post by: claude on April 12, 2006, 09:11:35 PM
Bonjour
lors de l'envoi d'un rapport, le mail reçu comporte dans le  sujet:
Un rapport de <input type="text" class="textinput" value="Guest" name="sender_name" style="width: 100%;" /> de la galerie fichier
et dans l'adresse d'envoi :
<input type="text" class="textinput" value="Guest" name="sender_name" style="width: 100%;" /> <webmaster@xxxxxx.info>
Pas trouvé pourquoi
merci de votre aide
cordialement
calude


Title: Re: bug report_file
Post by: Pascal YAP on April 14, 2006, 07:52:44 AM
Bonjour Claude,

Je crois que personne n'a pas compris le problème ni la question !

PYAP
Title: Re: bug report_file
Post by: Tranz on May 02, 2006, 05:15:07 PM
Sorry to post in English here, but I came across this thread in a search. To keep up with the reported issue, check out this thread: http://forum.coppermine-gallery.net/index.php?topic=30694.0 (sorry it's in English).
Title: Re: bug report_file
Post by: Pascal YAP on May 02, 2006, 06:04:34 PM
Thu,
QuoteSorry to post in English here...
Don't worry... It's a pleasure to see you here Thu  :-*
QuoteTo keep up with the reported issue, check out this thread:
Thanx for this link.

PYAP
Title: Re: bug report_file
Post by: Titooy on May 04, 2006, 03:49:06 PM
En français, ça donne:

Ouvrir report_file.php

Trouver
        $sender_name = "<input type=\"text\" class=\"textinput\" value=\"$sender_name\" name=\"sender_name\" style=\"width: 100%;\" />";

Remplacer par
        $sender_name = get_post_var('sender_name',$USER['name'] ? $USER['name'] : '');
        $sender_name_box = "<input type=\"text\" class=\"textinput\" value=\"$sender_name\" name=\"sender_name\" style=\"width: 100%;\" />";



Trouver
{$sender_name}
Remplacer par
{$sender_name_box}