Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: xbc971 on February 19, 2013, 04:04:45 PM

Title: Моving some stuff in my skin :)
Post by: xbc971 on February 19, 2013, 04:04:45 PM
Hey guys I finaly finished my skin but I want to move some stuff around like custom profile fields posts and etc here is a picture of what I need:
(http://img835.imageshack.us/img835/9448/screenshot1ti.png)

What file do I need to edit and to move the stuff from the picture and make the posts,ranks,custom profile fields bold.

Sorry for my bad english.
Title: Re: Моving some stuff in my skin :)
Post by: Costa on February 19, 2013, 04:07:17 PM
Display.template.php
Also, this (http://www.simplemachines.org/community/index.php?topic=497784.0) can help you on how to put avatar under the username.
Title: Re: Моving some stuff in my skin :)
Post by: xbc971 on February 19, 2013, 04:55:05 PM
Quote from: Costa on February 19, 2013, 04:07:17 PM
Display.template.php
Also, this (http://www.simplemachines.org/community/index.php?topic=497784.0) can help you on how to put avatar under the username.

Thank you that was very useful I have moved all that I wanted but still I have no clue how to make post/membergroup/title/custom profile fields BOLD
Title: Re: Моving some stuff in my skin :)
Post by: MK-12_20MM on February 24, 2013, 08:13:00 AM
Assuming that the default li classes have not been changed, since this is a custom theme....

You could add this to index.css of your theme



li.membergroup, li.postgroup, li.postcount, li.custom
{
    font-weight: bold;
}

Title: Re: Моving some stuff in my skin :)
Post by: xbc971 on February 28, 2013, 10:13:11 AM
Thanks a lot I have achieved the desired effects :)