You can fix profile tab bug easily by doing this:
Open
Style Manager/CSS Templates/awards_css.css
add on the bottom:
Quote:
#myawards-tab, #myawards-tab a:hover {
background-color:transparent;
border:medium none;
display:inline;
height:25px;
margin:0;
padding:0;
text-align:center;
}
a#myawards-tab:hover {
background:none repeat scroll 0 0 transparent;
}
|
Go to
Plugin Manager/Product : Yet Another Award System 4.0/
Edit
YAAS in Member Profile - Profile ( member_build_blocks_start)
Find:
Code:
'hook_location' => 'profile_tabs',
REPLACE with:
Code:
'title' => $vbphrase['my_awards'],
'hook_location' => 'profile_tabs_last',
Save
Go again to
Plugin Manager/Product : Yet Another Award System 4.0/
UNCHECK :
YAAS - Profile Tab (member_complete)
Save Active Status