Author Topic: Additional field dont save in validation tool  (Read 23401 times)

0 Members and 1 Guest are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #15 on: August 03, 2007, 05:18:16 PM »
Quote
image_uploaduser

Add to member upload template file ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #16 on: August 04, 2007, 01:57:23 PM »

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #17 on: August 04, 2007, 02:06:33 PM »
What added in member template file for name nickname ? (original block - no view source) ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #18 on: August 06, 2007, 09:02:02 AM »
It's not a the 4images member's name.
it's a another name, a artist name for the open contest. So it's a custom field.

Dom

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #19 on: August 06, 2007, 02:40:57 PM »
Quote
it's a another name, a artist name for the open contest. So it's a custom field.

Ah ! so a custom field image ? Wich to have show artist field for image after upload (details) - correct ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #20 on: August 06, 2007, 03:00:33 PM »
Exactly.

dom

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #21 on: August 06, 2007, 03:14:33 PM »
What code added in your member upload template file ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #22 on: August 06, 2007, 03:48:39 PM »
Here's the code:
Code: [Select]
          <tr>
            <td class="row2"><b>{lang_image_uploaduser}</b></td>
            <td class="row2"><input type="text" name="image_uploaduser"  size="30" value="{image_uploaduser}" class="input" /></td>
          </tr>

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #23 on: August 06, 2007, 04:37:05 PM »
Ok, so what structure SQL DB field for image_uploaduser create in phpmyadmin (IMAGES_TABLE) ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #24 on: August 06, 2007, 07:27:36 PM »
In table 4images_images, i've added:
image_uploaduser      varchar(255)     No

and in 4images_images_temp, same:
image_uploaduser      varchar(255)     No

Once again, all is working when I edit the validated images, but not in the validating process.

BTW, thx once for your help and time.

Regards, Dom

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #25 on: August 06, 2007, 10:19:24 PM »
If can PM me, I give email address and send server info there ... will take look myself. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #26 on: August 07, 2007, 04:20:44 PM »
So any other ideas?

Dom

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #27 on: August 07, 2007, 04:23:38 PM »
I ... just posted answer above. :?

Im understand this is another no update reply topic ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline djavet

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Additional field dont save in validation tool
« Reply #28 on: August 07, 2007, 04:57:06 PM »
Thx, but you dont give an answer, only a proposition to charge me to fix the problem and not give the solution to the community.
Like we have discussed this per PM, I'm not agree with your proposition.

I'm always thinking it's a little bug.

Dom

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Additional field dont save in validation tool
« Reply #29 on: August 07, 2007, 06:42:52 PM »
PM reply. You did not post quote. I thought you were a other user ... next time - pleasse post quote.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?