Author Topic: Edit form?  (Read 4781 times)

0 Members and 1 Guest are viewing this topic.

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
Edit form?
« on: February 03, 2007, 11:02:45 AM »
I want to remove some form in the page upload new images in ACP (view attachment)

Please tell me do this!

Thank you!

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Edit form?
« Reply #1 on: February 03, 2007, 11:07:09 AM »
Edit the:
templates/XXXXX/member_uploadform.html

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
Re: Edit form?
« Reply #2 on: February 03, 2007, 11:28:23 AM »
You don't see me.

I ask edit it in the form at ADMINCP

http://domain.com/admin/images.php?action=addimages <~~ This!

Please help me!

Thank you for you support!

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Edit form?
« Reply #3 on: February 03, 2007, 11:42:30 AM »
admin/admin_functions.php

search for:
Code: [Select]
echo "<b>URL:</b><br><input type=\"text\" name=\"remote_".$name."\" value=\"".$value."\" size=\"".$textinput_size."\">";
replace with:
Code: [Select]
//echo "<b>URL:</b><br><input type=\"text\" name=\"remote_".$name."\" value=\"".$value."\" size=\"".$textinput_size."\">";
admin/images.php
search for:
Code: [Select]
show_upload_row($lang['thumb'], "thumb_file_".$i, "<br /><span class=smalltext>".$lang['allowed_mediatypes_desc']." jpg, gif, png</span>");
replace with:
Code: [Select]
//show_upload_row($lang['thumb'], "thumb_file_".$i, "<br /><span class=smalltext>".$lang['allowed_mediatypes_desc']." jpg, gif, png</span>");
Try this, but with this modification not enable to use the "URL:" Field in the ACP...

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
Re: Edit form?
« Reply #4 on: February 03, 2007, 12:19:27 PM »
Can you tell me how to "hide" form named: Description, keywords, user, active and allow comments ???

Thank you!