There is a problem when you try to upload your own icons. The plugin tries to create a directory at the top level at the server if you have a self-installed blog.
The solution is to change lines 14 & 15 in the file /wp-content/plugins/wptouch/ajax/file_upload.php to:
$directory_list[] = $loc[0] . '/wp-content/uploads/wptouch/';
$directory_list[] = $loc[0] . '/wp-content/uploads/wptouch/custom-icons/';
(the '$loc[0] . ' has been inserted)
David J. Koster
- www.1-more-thing.de -