dbfm 5.x-4.3
| Download | Size | md5 hash |
|---|---|---|
| dbfm-5.x-4.3.tar.gz | 2.81 MB | fa57bd0c3b337f87de05ba58290b4b61 |
Fixes Include
- The dbFM directory listing has changed for Internet Explorer.
- Various fixes to tooltips.
Note:
dbFM uses tabs from the javascript tools module - http://drupal.org/project/jstools.
This was fine up to release 5.x-0.6 - however dbfm no longer worked with the releases after that. The problem is that the tabs code doesn't allow for the fact that tabs may be used within an iframe (We have raised the issue but, at the time of release, have received no reply). A small patch for the tabs.js file which corrects the problem is included in this DBFM release and works for version 5.x-1.2.
SO, you can either use jstools release 5.x-0.6 and dbfm will work fine OR install release 5.x-1.2 and apply the patch.
The patch file tabs.patch is in the top level dbfm directory and you need to move it into the jstools/tabs directory. To apply it make sure you've cd'ed into the directory then type:
patch < tabs.patch
or if you feel you need to back up the original try:
patch -b < tabs.patch
Once you've done that you can use the latest tabs code with cool fade effects etc.
The README file has also been updated.
