Recent Topics

1 Jun 24, 2009 19:00    

My b2evolution Version: 2.4.7

When I change the default block title in the widget User Tools into one of my choice, nothing happens - the default title ist not changed in the skin.

I'm using the german DE locale. There it reads "Benutzerwerkzeuge" - a really long word, which doesn't fit in my layout at all. So I changed it to "Tools", but it still reads "Benutzerwerkzeuge" in the skin. Other changes of the widget params are reflected correctly, only the block title withstands all efforts to change it.

A bug?

2 Jun 24, 2009 20:34

Yes, this is a bug and I fixed it in CVS.

If you want to fix it in your installation, change line 142 of inc/widgets/widgets/_user_tools.widget.php from

echo T_('User tools');


to

echo $this->disp_params['title'];


Form is loading...