if set the title in the block configuration of User Relationships: Actions
is displayed on top of the other: Your relationships to this user and Relationship actions

I think it comes from the file user_relationships-actions_block.tpl.php
but I d'ont know how to fix it...

if I set it to none... sole the title "Your relationships to this user" stays, But it is not displayed properly
usually the code is

title

here it is

Your relationships to this user

thanks

Comments

bendev’s picture

I meant

<h3>title</h3>
but here it is:
<h3></h3>
<h3>Your relationships to this user</h3>
alex.k’s picture

Status: Active » Postponed (maintainer needs more info)

It could be theme related. When I set the block title to <none> I don't see the empty <h3></h3> element. Check how it looks in Garland to be sure.

bendev’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I meant the opposite.

If the title is set to none, there is no issue.
The issue comes when the title is set to "something"

but the issue is well theme related (the two h3 title overlap)