Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: bug report_file  (Read 3601 times)

0 Members and 1 Guest are viewing this topic.

claude

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 30
    • Voyagez avant de partir
bug report_file
« 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


Logged
Claude

Voyagevirtuel.info
Voyagez avant de partir

Pascal YAP

  • Moderator
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: bug report_file
« Reply #1 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
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: bug report_file
« Reply #2 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).
Logged

Pascal YAP

  • Moderator
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: bug report_file
« Reply #3 on: May 02, 2006, 06:04:34 pm »

Thu,
Quote
Sorry to post in English here...
Don't worry... It's a pleasure to see you here Thu  :-*
Quote
To keep up with the reported issue, check out this thread:
Thanx for this link.

PYAP
Logged

Titooy

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 736
    • under construction...
Re: bug report_file
« Reply #4 on: May 04, 2006, 03:49:06 pm »

En français, ça donne:

Ouvrir report_file.php

Trouver
Code: [Select]
        $sender_name = "<input type=\"text\" class=\"textinput\" value=\"$sender_name\" name=\"sender_name\" style=\"width: 100%;\" />";
Remplacer par
Code: [Select]
        $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
Code: [Select]
{$sender_name}Remplacer par
Code: [Select]
{$sender_name_box}
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.