The Arcive of vBulletin Modifications Site. |
|
Avatar in UserCP Details »»
|
|||||||||||||||||||||||||
Avatar in User CP
Author: assassingod Description: This will show you avatar in your User CP. The avatar is also a link to the 'Edit Avatar' page Screenshots: https://vborg.vbsupport.ru/attachmen...&postid=371199 Download: https://vborg.vbsupport.ru/attachmen...&postid=371198 Tested on vB version: 2.2.9 2.3.0 If you use this hack please click the INSTALL button - thank you! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
ScreenShot:
|
|
#3
|
|||
|
|||
|
Nice but not much use ..
|
|
#4
|
||||
|
||||
|
Oh, forgot to mention that the avatar is a link to the edit avatar page
|
|
#5
|
||||
|
||||
|
This could be done, template style....
|
|
#6
|
||||
|
||||
|
Yeah, but if you want the code to appear in every-page then its best to do it by hacking
|
|
#7
|
||||
|
||||
|
Just a quick fix for the template mod to ensure individual forums' colors show up:
Code:
<br>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr id="cat">
<td bgcolor="{ categorybackcolor}" nowrap><normalfont color="{ categoryfontcolor}"><b>Avatar</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{ firstaltcolor}"><smallfont>$avatar</smallfont></td>
</tr></table></td></tr></table>
|
|
#8
|
||||
|
||||
|
Thanks X-Fan. I forgot about the replacement
|
|
#9
|
||||
|
||||
|
No prob
![]() Neat hack, thanks! |
|
#10
|
||||
|
||||
|
I did a similar hack, just I didn't include the link or the table. Nice though
|
![]() |
|
|