I have noticed a error in user profiles as you add more DBTech mods on your site, or any mods that add a tab above the area where you would type a visitor message.
If you have more that ten tabs on there and less than thirteen the tabs cover the: View Your Conversation with USER
Seen here:
My Site
DBTECH Site
If you search in templates for:
.vm_other_prof #view_my_conversation_link
Which is in member.css template and find this:
.vm_other_prof #view_my_conversation_link {
margin-top:-25px;
And change it to this:
.vm_other_prof #view_my_conversation_link {
margin-top:0px;
Then that moves the View Your Conversation with USER line into the main block as seen here:
If you have more that ten tabs on there and less than thirteen the tabs cover the: View Your Conversation with USER
Seen here:
My Site

DBTECH Site

If you search in templates for:
.vm_other_prof #view_my_conversation_link
Which is in member.css template and find this:
.vm_other_prof #view_my_conversation_link {
margin-top:-25px;
And change it to this:
.vm_other_prof #view_my_conversation_link {
margin-top:0px;
Then that moves the View Your Conversation with USER line into the main block as seen here:
