http://www.icyphoenix.com/viewtopic.php?f=35&t=5444&p=36875#p36875
-----------------------------------
n1cks21
Sun 22 Feb, 2009 01:36

Re: SOLVED - User Block Mod
-----------------------------------
dont want to be a pain in the arse but the only other change is simply cosmetic

Forum Page
[img]http://www.uk-alliance.com/images/avatar7.jpg[/img]
the avatar pic has a border of some sort so there is a line across the block

Home Page
[img]http://www.uk-alliance.com/images/avatar6.jpg[/img]
same as the first one with a border but the bottom is a different colour from the top



                                *****************UPDATE******************

I fixed it by doing the following, not sure if it's the best way or indeed the easiest but I do like to try and fix my problems first:-

blocks_imp_user_block
[spoiler]
From

$abouts[] = '<td class="row2" valign="middle" width="100%"  align="center"><span class="gen"><img src="http://avatar.xboxlive.com/avatar/' . $profile_names[$name] . '/avatar-body.png" /></span></td>';

To

$abouts[] = '<td class="row"0" valign="middle" width="100%" align="center"><span class="gen"><img src="http://avatar.xboxlive.com/avatar/' . $profile_names[$name] . '/avatar-body.png" /></span></td>';[/spoiler]

and

user_block_block
[spoiler]
From

<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0"> 

To

<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" bgcolor="#081838" border="0">
[/spoiler]

bgcolor="#081838" and changed this to the colour I wanted.


result is:-

[img]http://www.uk-alliance.com/images/avatar8.jpg[/img]


