Stay at current subfolder after upload/rename/remove a pic

Share your CuteNews.RU skins and code snippets.

Stay at current subfolder after upload/rename/remove a pic

Postby gamezonline » Sun Feb 07, 2010 7:17 pm

Stay at current subfolder after upload/rename/remove a picture

in inc/mod/images.mdu on lines 176,190,242,312 find

Code: Select all
header('Location: '.$PHP_SELF);


replace it with
Code: Select all
header('Location: '.$PHP_SELF.'&subfolder='.$_GET['subfolder']);



in inc/mod/images.mdu on line 341 find
Code: Select all
<form action="<?=$PHP_SELF; ?>" method="post" enctype="multipart/form-data">


replace it with
Code: Select all
<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
gamezonline
 
Posts: 8
Joined: Sun Feb 08, 2009 3:17 am

Return to Skins and snippets



Who is online

Users browsing this forum: No registered users and 0 guests