well, I feel a little dumb about that. I am not quite a greenhorn, but that problem kicks me. Following situation:
(Testing-)Installation of Drupal 4.7.3 with a few modules, testing purposes, nothing exotic.
Operating System/Server: Windows Server 2003 64-bit Edition / IIS 6.0 / PHP5.1 / MySQL 4.0.26nt
DiskNode-Modul installed
Accessrole "smart content authors" for users being allowed to post smart contents (no pure html/php) with access rights within disknode:
+ create disknode
+ delete files
+ download files
+ edit own disknodes
+ upload files
- create directory (NOT SET in any role)
- escape user directory (NOT SET in any role)
Problem:
When I create a disknode with a "smart content author" either as "acting as node" or not, I can upload files to every directory from files on. I can't escape files, but I am not bound to the "per-user directory", it doesn't even exist (after upload).
When is this directory created? (Tried to create new user, if the directory was created on user-creation, but doesn't seem so)
Is there a problem with Windows-Servers? (shouldn't)
How does the per-user directory work?
Well, I didn't look into the code, yet. But I am trying to solve that long enough now by trying different settings and searching the web for similar problems - nothing found so far.
Is there a plain English site that has easy instructions on how to create a custom theme? I'm looking for the absolute beginner/dummies version, if there is one avalible.
Just recently installed the Logo Tool module, and am sold on the concept (esp. because my client asked for the feature)…
My issue is that I’m unable to view the logos I placed in the modules/contrib/logotool/logos folder. I’ve set the directory and all the files to read CHMOD 777 so the server being able to access the files should be ruled out.
My reckoning is that I have everything pointing to the wrong path to the files. So my question is where I’ve gone wrong. Here’s what I have:
I am trying to make a custom profile field, and it needs to be of the type that is a dropdown menu that allows multiple selections. Is this possible? As far as I can tell the "list selection" option on the profiles page only creates simple one-choice dropdowns. Any ideas?