close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

FIle Manager is working on some pages that were created a few months ago but not on the new pages

Thread began 12/13/2013 1:14 pm by richard402207 | Last modified 12/17/2013 9:02 am by Jason Byrnes | 741 views | 3 replies |

richard402207

FIle Manager is working on some pages that were created a few months ago but not on the new pages

I have build a site previously for a client which uses Data Bridge and I have used the file manager and it works fine. I have just added a new section for them and the new file manager doesn't let me click ok.

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

richard402207

Please see PM response

Sign in to reply to this post

Jason ByrnesWebAssist

see pm

On the page that was not working the image tags for the file manager:


<div style="float:left;"><img src="../webassist/kfm/themes/webassist_v2/spacer.gif" id="htmleditor_image_SlideImg" align="top" /></div>
<img src="../webassist/kfm/themes/webassist_v2/icon_folder.png" width="20" height="18" id="htmleditor_browse_SlideImg" name="{dds:'../', startup_folder:'', show_sidebar:true, width:600, height:400}" style="vertical-align:bottom; padding-bottom:2px; visibility: hidden;" />



had the ID set wrong:
id="htmleditor_image_SlideImg"
id="htmleditor_browse_SlideImg"

the id needs to end in a number:
id="htmleditor_image_1"
id="htmleditor_browse_1"


i updated the code:
<div style="float:left;"><img src="../webassist/kfm/themes/webassist_v2/spacer.gif" id="htmleditor_image_1" align="top" /></div>
<img src="../webassist/kfm/themes/webassist_v2/icon_folder.png" width="20" height="18" id="htmleditor_browse_1" name="{dds:'../', startup_folder:'', show_sidebar:true, width:600, height:400}" style="vertical-align:bottom; padding-bottom:2px; visibility: hidden;" />



what version of Data Bridge do you have installed? I am not able to reproduce this issue using Data Bridge 1.1.4.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...