Tonight I upgraded to 3.09 I upgraded by first making a backup :-) Overwriting the boltwire directories with the newest version.
Somehow, I seem to have lost the image right image left functionality... Like: [^image.png class=right^] The CSS is still there from before, as I had manually added it to my skin. But when I looked at the html output generated by the page, the class statement was gone. It only looks like: <img src='http://myothersite/images/prodlogo.png"' alt='' /> instead of something like: <img class='right' src='http://myothersite/images/prodlogo.png"' alt='' /> I did a compare of the two versions of markups.php and found that in the function BOLTMuploads($file) there was a change between the two versions where in the new version you commented out the following section. // foreach($args as $f => $v) { // if (! in_array($f, BOLTattrs('img'))) continue; // $attr .= "$f='$v' "; // } Which if I uncomment out, then allows that ability to work again. I assume you commented out that section for a reason, perhaps for some other use of it, so I don't know what the ramifications are for uncommenting out. The right/left now works, but I don't know what in the new code may now be broken... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
