View Single Post
Old April 20th, 2005, 09:52 AM   #21 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,046
Matt agreed but Classifieds is what was brought up and naturally if I look for coding mistakes in Reviewpost Classifieds is the place to compare. Look for lots of Changes when 3.0 comes along

Actually I think you discovered a bug in Photopost . That would be my opinion.

$desc = convert_markups( $desc );
if ( VB3_ENHANCEDINT != "on" ) $desc = convert_returns( $desc );

Beings this whole discussion has been on people in vb3 naturally assuming everything in Photopost is WYSIWYG and I think thats why Michael modified this in Photopost to prevent people from treating uploads the same way as comments he just added it to prevent people thinking its a bug.

However dont we assume that should be

$desc = convert_markups( $desc );
if ( VB3_COMMWYSIWYG != "on" ) $desc = convert_returns( $desc );

A matter of opinion I guess. If you turn off WYSIWYG in VB then you get the convert returns so why should we not do the same in ours. Not really a biggy already passed along.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; April 20th, 2005 at 09:57 AM.
Chuck S is online now   Reply With Quote