Author Topic: No problem, I think....  (Read 4979 times)

0 Members and 1 Guest are viewing this topic.

Offline TKE233

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • http://www.autke.com
No problem, I think....
« on: June 06, 2002, 07:50:20 AM »
I am not sure if it is a problem or what. But what is the box under Keywords on my upload page?  There is no leading topic...

Check it out here

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
No problem, I think....
« Reply #1 on: June 06, 2002, 07:55:10 AM »
Hi,

added this field in the Beta Version for testing purposes and forgot to remove it ;)
You can delete it.

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline TKE233

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • http://www.autke.com
Removal of Box
« Reply #2 on: June 06, 2002, 03:09:41 PM »
Ok....ummm......delete....

You know if I try this, I am going to end up deleting the internet, can you please advise me of what I have to remove so I don't zap what I have so far.  

Thanks alot for the help so far! You are really helping me develop my site to be the best!

Offline Christian

  • Pre-Newbie
  • Posts: 7
    • View Profile
No problem, I think....
« Reply #3 on: June 06, 2002, 03:31:02 PM »
Go to your member_uploadform.html (template dir) and delete lines 65 - 70.

Code: [Select]

            <td class="row1" valign="top"><b>{lang_description}</b></td>
            <td class="row1">
              <textarea name="image_description" cols="30" class="textarea" rows="5" wrap="VIRTUAL">{image_description}</textarea>
            </td>
          </tr>
          <tr>
            <td class="row2" valign="top"><b>{lang_keywords}</b></td>
            <td class="row2">
              <textarea cols="30" class="textarea" rows="5" wrap="VIRTUAL" name="image_keywords">{image_keywords}</textarea>
            </td>
          </tr>
<!-------------- START DELETING HERE --------------------->
 <tr>
            <td class="row2" valign="top"><b>{lang_image_photographer}</b></td>
            <td class="row2">
              <textarea cols="30" class="textarea" rows="5" wrap="VIRTUAL" name="image_photographer">{image_photographer}</textarea>
            </td>
          </tr>
<!------------ STOP DELETING HERE -------------------------->
        </table>
      </td>
    </tr>
  </table>
  <input type="hidden" name="action" value="uploadimage" />
  <input type="hidden" name="cat_id" value="{cat_id}" />
  <p align="center">
    <input type="submit" name="uploadbutton" value="{lang_submit}" class="button" />
    <input type="reset" value="{lang_reset}" class="button" />
  </p>
</form>

Offline TKE233

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • http://www.autke.com
Thanks again!
« Reply #4 on: June 06, 2002, 11:28:50 PM »
Thanks again, I made the changes and it is working great!