Quote:
Originally Posted by ozzy47
Ok I found a way to eliminate the extra crud on there.
Open your memberaction_dropdown template in your style.
In the second line look for {vb:rawmemberinfo['onlinestatusphrase']},
Replace with this {vb:rawmemberinfo<!--['onlinestatusphrase']},-->
That got rid of all the extra stuff, even on hover!!!:up:
|
I would not call this a solution all you are doing is completely commenting out the " onlinestatusphrase "
2 reasons why this is not a great fix
1) much easier way to do it is
just add
</a> in front of <span style='font-weight: bold; color: Blue;'> at the Username HTML Markup to look like
Code:
</a><span style='font-weight: bold; color: Blue;'>
2) your solution not just disable the hover feature but also only works at one place , their are many places where the code is impacted for example
started by section your logic only work on
last posted by section
if you have to comment out then just use my step 1 which applies it globally
in short we still need a better code for this functionality to work properly
if some coder can guide us it will be much appreciated ; i do not understand why the original coder is unresponsive if he had done a clean job this would have been a great MOD