I can not tell you how much I appreciate you doing this for me as quickly as you did. The modification works perfectly.
Take a look…
http://mygarageshop.com/forum/problem-with-post-edit-buttonobby-shops/woodys-rc-build/#p281
I had to make one more modification to your code to filter out the mouse icon images…
At the end of the function I had to add this… otherwise I wind up with a ton of mouse icons in the thumbnail viewer…
This little modification filters them out and everything still works as you designed. no matter if you use the filter, use the expander, or not…
Can you include that so my implementation won’t break in the next release?
if ($anchor) $out.= ‘</a><a>’;
if ($mclass) $out.= ‘<img src=”‘.SPTHEMEICONS.’sp_Mouse.png” class=”.$iclass.’ ‘.$mclass.” alt=”” />’;
if ($anchor) $out.= ‘</a>’;
return $out;
with this I can use the thumbnail viewer and not have any mouse icons in the thumnails