Author Topic: Change Link from Upload Button / Link vom Upload Button ändern  (Read 3854 times)

0 Members and 1 Guest are viewing this topic.

Offline misi208

  • Pre-Newbie
  • Posts: 4
    • View Profile
Hi

weiß jemand wo man den Link vom Button "Upload" ändern kann.

we make I change the link from button "Upload"  :lol:

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Change Link from Upload Button / Link vom Upload Button ändern
« Reply #1 on: August 05, 2007, 03:50:54 PM »
In categories.php file,

find:

Quote
$upload_url = $site_sess->url(ROOT_PATH."member.php?action=uploadform&".URL_CAT_ID."=".$cat_id);
$upload_button = "<a href=\"".$upload_url."\"><img src=\"".get_gallery_image("upload.gif")."\" border=\"0\" alt=\"\" /></a>";

$upload_url = Link to send to mailform member page.
$upload_button = Image button of upload.

;)
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 misi208

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Change Link from Upload Button / Link vom Upload Button ändern
« Reply #2 on: August 05, 2007, 04:49:38 PM »
thanks