View Single Post
Old October 4th, 2005, 09:58 AM   #6 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well I can not comment on how things are stored prior to 3.0 as remember we did not support storing html in the database back then. In fact our whole typecast function was not in existence yet with older versions

It should be stored as something like this to work proper

<iframe src="" name="frame1" scrolling="no" frameborder="no" align="left" height="400px" width="450px">
</iframe>
<br clear="all">
<iframe src="" name="frame2" scrolling="no" frameborder="no" align="left" height="400px" width="450px">
</iframe>

Now on showproduct.php the only edit I would make is what I have outlined above in my last post.

Othwewise using 3.1 I am able to post show and edit html descriptions should I choose to allow html.

This line in editproduct.php shows we

convert the html to editable html here

$pdesc = un_htmlspecialchars($pdesc);

Make sure to redownload the build and make sure you upload all templates and php files
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote