How DB could be related to image ALT? :-) No DB changes are needed, if you upgrade from RC6e.
I'm reading in this update:
templates/main_post_form.html - changes regarding IMGS tag (new code for IMGS button); style "padding-left:5px;" added in the cell containing {$loginLogout}
So I'm downloading latest package, view the mentioned file in it, then easily copy/paste this content:
<a href="JavaScript:paste_strinL('', 3, '[imgs='+prompt('URL:','http://www.url-to-your-image-here.com/image.jp g')+']', prompt('{$l_promptAlt}','')+'[/imgs]', '')" onmouseover="window.status='{$l_bb_image}'; return true" onmouseout="window.status=''; return true"><img src="{$main_url}/img/button_image.gif" style="width:23px;height:22px" alt="{$l_bb_image}" /></a>
into my own template, neverminding what's exactly changed here...
We recently also discovered that bb_cookie.php was not mentioned for upgrading people in the update history, and also new version of this file was not included in official distribution. Now it's fixed - welcome to update this file, too, even if it doesn't contain nothing critical, there could be useful stuff for future addons. |