AT Web Results, Inc

Software Support Forum

Return to AT Web Results Website
It is currently Thu Sep 09, 2010 5:22 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Subfolders issue
PostPosted: Thu Jan 22, 2009 12:47 pm 
Offline

Joined: Thu Jan 22, 2009 12:12 pm
Posts: 1
Hi, yesterday I bought the lite version of this software. I must say that image management is a WOW addon!

I copied the files to the web folder wysiwyg
I can upload files to the default uploaded_images folder
I can create new folders at the uploaded_images floder

But when I change active directory to a subfolder and I try to upload an image to it, the contents of the subfolder do not show the new file, although that the message "Image uploaded successfully" is displayed. I also check the subfolder by ftp, and the image file is there

Anyway, I'm familiar with php, so I made the following changes to the get_images.php:

Original >>
if($ext == "" && @file_exists($current_folder.$file) && $name != ""){
$dirArray[] = $file;
}elseif(@file_exists($current_folder.$file) && $name != ""){
$fileArray[] = $file;
}

My version >>
if ($name!="") {
if($ext == ""){
$dirArray[] = $file;
}else{
$fileArray[] = $file;
}
}

Now I can see the subfolder contents, but I can not delete its files!!!
My config.php settings are:
$FULLDOMAIN = "http://www.faces.gr/";
$SETUP_FOLDER = "wysiwyg/"; // LEAVE BLANK FOR ROOT
$icon_folder = "http://www.faces.gr/wysiwyg/doctypes/";
$images_uploaded_to = "uploaded_images/";
$images_path = "../uploaded_images/";


Anyway, I uploaded the original version (without my modifications) to http://www.faces.gr/wysiwyg/example.html so you can test it yourself
Thank you for your help in advance and sorry for my English!


Top
 Profile E-mail  
 
 Post subject: Re: Subfolders issue
PostPosted: Sun Feb 01, 2009 3:23 am 
Offline
Site Admin
User avatar

Joined: Fri Sep 15, 2006 4:23 pm
Posts: 264
Location: Rockford, IL
Hey Johnny,

Sorry it took so long to get back to you... First of all thanks for the kind words about the addon, glad people appreciate my work ;-)

As for your issue I am experiencing a bit of a different issue, I can upload images, I can add folders but when I upload an image to a folder that is added on, it is uploaded but not to that folder, must be a config error.

Can you pm me or email me with FTP details so i can get this straightened out for you?

Thanks

_________________
Tim Wickstrom
President / Founder
AT Web Results, Inc.
http://www.atwebresults.com

NOTE: If you find my help useful donations are always appreciated. PayPal address is:
tim@atwebresults.com


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours



Who is online

Users browsing this forum: No registered users and 1 guest


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group