Closed (fixed)
Project:
Web File Manager
Version:
5.x-2.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2008 at 14:32 UTC
Updated:
24 May 2010 at 15:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
tom-d commentedYou have to enable webfm for you desired content type
to do this goto
Administer > Content management > Content types
and edit which ever one your going to use for wefm
Comment #2
robmilne commentedAttaching files from the browser isn't a d&d action. Use the right mouse button over the file to bring up a menu and select 'Attach to Node'.
Comment #3
stongo commentedThanks Rob. That's what I was missing.
When I right click, the right click menu is way above the mouse cursor. I guess I'll have to debug that.
Thanks again for the help.
Comment #4
stongo commentedWhat was the reasoning for setting position:absolute to webfm-cxtCont | webfm.cxtCont?
When right clicking a file in Webfm in a content creation page, the right click popup is way higher than Webfm... it gets set at top: 400px , but this has nothing to do with current position of Webfm, which is probably top: 900px.
Do you think setting the position to relative and top to 0 would fix this? Or would it break Webfm somewhere else?
Comment #5
robmilne commentedWhich browser are you using? I can't reproduce on FF or IE6 (the only browsers I have ready access to).
Comment #6
stongo commentedFF 2 for Mac OS 10.51.
I've attached a screenshot of what I get.
Comment #7
robmilne commentedYuck.
Since I do not have access to a Mac, would you mind monkeying with the css to see if you can make it behave without breaking PC compatibility?
Comment #8
stongo commentedYah I'll take on trying to debug that problem. When I get it working I'll send it to you, if you want to integrate into the next release.
By the way, I tested it on a VM windows FF, and got the same problem. So it's not operating system specific. There must a conflict somewhere with another module or something.
Comment #9
stongo commentedI was noodling around with the JS to no avail, and then decided to enable a different theme and test it. It works fine with Garland. So it has something to do with my custom theme.
That's strange though. I'm not sure what element of CSS would run interference.
Thanks for all your help. Case closed. I'll let you know if I find anything worth relaying.
Comment #10
robmilne commentedFrom my past experience I find that relative css positioning is usually the stumbling block - especially with IE.
Comment #11
-Anti- commented> Attaching files from the browser isn't a d&d action. Use the right mouse button over the file to bring up a menu and select 'Attach to Node'.
Huh??? I'm using the latest opera on Win2000, on the WebFM demonstration site,
and I don't see any menu at all. The only menu which appears is the usual
Windows right-click menu.
Comment #12
stompersly commentedAfter you upload a file to Webfm right click on the file name in the webfm browser and a little menu pops up. Then you can attach to node, rename, delete.
Comment #13
robmilne commentedWrt comment #11 - the context menu is available for opera if you hold down the alt key on a left mouse button click. Wrt to files, don't click directly on the file link since this will download or display the file instead of displaying the context menu.
Comment #14
stongo commentedFixed the problem. There was manually linked CSS file in page.tpl.php. Webfm doesn't work sometimes with anything in the beyond:
<?php print $styles; ?>If you have any style sheets linked the old fashioned way, it breaks the position of the right click popup for some reason.
Comment #15
digitalfrontiersmediaIs there some magic to this? New Acquia Drupal distro (v. 1.2.24) using Zen theme. WebFM works fine but when I go to Administer > Content management > Content types > *type* all I get is the standard content type edit page:
Name, Type, Description, Submission form settings, Workflow settings, and Comment settings.
No WebFM Attachment field or fieldset appears at all.
Should note this is while logged in as user/1
Using WebFM 6.x-2.12
Comment #16
cgmonroe commentedThere should be an option to turn on and off WebFM attachments in the Workflow settings section.
In addition, you will need to make sure the appropriate permission have been set.