Closed (duplicate)
Project:
Disk Node
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2007 at 18:10 UTC
Updated:
6 Nov 2007 at 04:53 UTC
The file browsing at node editing is not works?
Comments
Comment #1
Ectar commentedCan you provide more information or details?
In my case if I do any disknode edit, I can browse.
Comment #2
falu commentedOK!
I have solved this problem with adding this line to function __disknode_form(&$node) in disknode.module:
drupal_add_js(drupal_get_path('module', 'disknode').'/disknode.js');and removing this line:
<script type="text/javascript" src="${base_url}/modules/disknode/disknode.js"></script>And the working disknode.module:
I think that the source of the problem was that my disknode module is in the sites/all/modules directory.
Comment #3
mooffie commentedThis is a duplicate of http://drupal.org/node/178231