Quote:
Originally Posted by Lissa
I have another small problem:
How do I get rid of the text next to the aim, icq etc. icons? I want to leave the linked icon, but get rid of the text because the text pushes the layout over and it's not aligned.
I don't know which part of the memberinfo template to remove 
|
You need to find the text that reads
Code:
$userinfo[aimicon] <a href="whatever it says here - has a whole bunch of stuff"> $userinfo[aim]</a>
You need to delete the little bit that says $userinfo[aimicon] before the link and then modify the $userinfo[aim] to $userinfo[aimicon]
That'll make just the icon linkable.
I noticed the same problem you were having with the AIM blocks and rewrote that to be in it's own section. Check it out
https://vborg.vbsupport.ru/showpost....&postcount=307