close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

HTML Quotes added to record when pulled for update

Thread began 6/18/2010 11:22 am by scott351953 | Last modified 6/25/2010 10:11 am by Jason Byrnes | 2062 views | 7 replies |

scott351953

HTML Quotes added to record when pulled for update

I am using the old version of irite and built a content manager to help my client update their pages. Everything was working great untill I ran the security assist wizard to lock down all the pages (not sure if this has anything to do with it). I went back to update one of the records, after I got to the update page... Non of the images showed up. I check the source, and this is how it was changed:

Before the update:

<img border="0" alt="" width="488" height="189" src="/userfiles/19x10.gif">

After the update:

<img border="&quot;0&quot;" width="&quot;488&quot;" height="&quot;189&quot;" src="&quot;/userfiles/19x10.gif&quot;">

Any one know what the deal is?

Sign in to reply to this post

Eric Mittman

It looks like you may have some formatting being applied to the default value of the editor. What do you have the value in the editor set to? If you have any trouble finding this post back with a copy of the page that has the editor and update server behavior on it as well as the insert page.

Sign in to reply to this post

scott351953

You are correct!

I double checked the value and there was a wacky little string in for the initial value. I just replaced it and everything works fine. I think it autopopulated when I ran the wizard. Thanks again, as always!

Sign in to reply to this post

Eric Mittman

That was kind of what I was thinking. I'm glad that you sorted it out, let us know if you have any other questions.

Sign in to reply to this post

designgraphic

Same Problem

I am having the same problem...

The code that was added when I placed the HTML editor in the text area is the following:

<?php
// WebAssist iRite: Rich Text Editor for Dreamweaver
$WARichTextEditor_2 = CreateRichTextEditor ("memNewDocEn", "../HTMLEditor/", "100%", "400px", "Default", "../custom/tblNews_Update_memNewDocEn1.js", "".(str_replace('"', '&quot;', $row_WADAtblNews['memNewDocEn'])) ."");
?>

Although I am not very familiar with php, it seems that says to replace the " with &quot and this is what makes all the trouble in the images not showing correctly...

May you please advice on how to replace the code.

Sign in to reply to this post

Jason ByrnesWebAssist

change:

php:
"".(str_replace('"', '&quot;', $row_WADAtblNews['memNewDocEn'])) .""


to:

php:
"".($row_WADAtblNews['memNewDocEn']) .""
Sign in to reply to this post

designgraphic

Great!!!

Thank you so much. It works great.

Sign in to reply to this post

Jason ByrnesWebAssist

excellent, glad to hear it is working.

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...