EternalOne Posted December 3, 2003 Share Posted December 3, 2003 there's a problem with the MS2 of easy populate that if there's extensive html code in the product description it'll just end up messing it up because of quotes and such... so i played around with the code for a few hours and tested it and finally im able to use all my HTML code when using easy populate... i changed the lines: $items[$i] = str_replace('"',""",$items[$i]); to: $items[$i] = str_replace('"',"",$items[$i]); also i commentend out the 2 places where this line is: $items[$i] = str_replace('""',""",$items[$i]); i haven't run into any problems doing this... so i thought i'd post it here in case others would like to know :D ET Link to comment Share on other sites More sharing options...
Pharkie Posted December 3, 2003 Share Posted December 3, 2003 ET (hey you have the same nickname as my favourite game Enemy Territory) Anyway, I'd just say that if you're convinced your change is worthwhile, why not upload the changed file (or ideally all files packaged up again, but not if you don't have time) to the Contributions section for Easypopulate.. Otherwise people are likely to miss your forum post. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.