 |
| Author |
Message |
gamezonline
Joined: 08 Feb 2009 Posts: 8
|
|
Stay at current subfolder after upload/rename/remove a pic |
|
Stay at current subfolder after upload/rename/remove a picture
in inc/mod/images.mdu on lines 176,190,242,312 find
 |  |
header('Location: '.$PHP_SELF);
|
replace it with
 |  |
header('Location: '.$PHP_SELF.'&subfolder='.$_GET['subfolder']);
|
in inc/mod/images.mdu on line 341 find
 |  |
<form action="<?=$PHP_SELF; ?>" method="post" enctype="multipart/form-data">
|
replace it with
 |  |
<form action="<?=$PHP_SELF.'&subfolder='.$_GET['subfolder']; ?>" method="post" enctype="multipart/form-data">
|
if you have any problem fill free to post a reply and ill try to help
|
|
| Sun Feb 07, 2010 7:17 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
 |
 |
 |
|