Search…

X3 Photo Gallery Support Forums

Search…
 
smithmm
Topic Author
Posts: 21
Joined: 18 Jul 2008, 21:05

Folder Creation

30 Jul 2008, 12:12

Still facing problems (with the latest version) when creating new folders from within Admin section. Won't accept folder names with spaces. Message displayed “Use only alphanumeric symbols and "_" symbol in folder name“. Any Ideas ??
 
MacDo
Experienced
Posts: 90
Joined: 09 Jun 2008, 03:28

30 Jul 2008, 12:21

I think this is a normal behaviour... The name of the folder is the physical name of the folder on the server. It is then safer to forget the spaces and special characters. The displayed name of the folder (the folder name which is visible by the user) can be customized with the admin section (folder name).

Am I wrong ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

30 Jul 2008, 12:36

MacDo wrote:Am I wrong ?
I believe you are right, although pain is the expert on this. To avoid any character/encoding/server problems, we are trying to force users to create foldernames with no special characters, and no [space](which converts to %20 in urlencoding).

With the new admin, you can use TITLE to set the name you want to actually display for your folder, and the TITLE supports any characters and languages so there is nothing to loose!

For physical folder names, try to use basic characters(abcdefghijklmnopqrst123456789_), and try to avoid national characters(à¸à¦à¥!"# ¤%&/()=+^\à¤à¢à£ and so on...). From the admin, you can then use any characters to rename your folder in the TITLE field after selecting a folder.
 
jhamrick
Experienced
Posts: 100
Joined: 10 Mar 2008, 00:26

30 Jul 2008, 13:26

mjau-mjau wrote:
MacDo wrote:Am I wrong ?
I believe you are right, although pain is the expert on this. To avoid any character/encoding/server problems, we are trying to force users to create foldernames with no special characters, and no [space](which converts to %20 in urlencoding).

With the new admin, you can use TITLE to set the name you want to actually display for your folder, and the TITLE supports any characters and languages so there is nothing to loose!

For physical folder names, try to use basic characters(abcdefghijklmnopqrst123456789_), and try to avoid national characters(à¸à¦à¥!"# ¤%&/()=+^\à¤à¢à£ and so on...). From the admin, you can then use any characters to rename your folder in the TITLE field after selecting a folder.
Good information about how to properly use the title field! Thank you!
- josh