We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
Merge the avatar and user mini profile on the postview; I'ts possible?
Topic Started: Mar 17 2011, 04:06 PM (629 Views)
bielloko
Member Avatar
Member
[ *  * ]
Heys guys I want to know if it is possible to merge the Avatar with the mini profile in ZetaBoards

like this IPB skin here:
Posted Image

thanks for the help ^_^
Offline Profile Goto Top
 
Quozzo
Member Avatar
By the blood of Sanguinius!
[ *  *  *  *  * ]
something like this
Code: Below the Board
 
<script type='text/javascript'>
$('.c_user dl').css({'background-image' : 'none', 'border' : '0px', 'background-color' : 'inherit'});
</script>
Edited by Quozzo, Mar 18 2011, 04:12 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Why use JavaScript when you can use CSS?
Code:
 
.c_user dl {
background: none;
border: 0;
}
Offline Profile Goto Top
 
bielloko
Member Avatar
Member
[ *  * ]
but with this modifications I can add a "box" around? Just like the screenshot of the skin I posted
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
$('.c_user').wrapInner('<div class="c_user-box"></div></div>');
</script>

Admin CP Posted Image Themes Posted Image Themes Posted Image Edit Theme Appearance
Code:
 
.c_user-box {
Your CSS Properties
}
Offline Profile Goto Top
 
bielloko
Member Avatar
Member
[ *  * ]
thank you man, veeeeery helpfull

:D
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Coding Assistance · Next Topic »
Locked Topic