News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Моving some stuff in my skin :)

Started by xbc971, February 19, 2013, 04:04:45 PM

Previous topic - Next topic

xbc971

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:


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.

Costa

Display.template.php
Also, this can help you on how to put avatar under the username.
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

xbc971

Quote from: Costa on February 19, 2013, 04:07:17 PM
Display.template.php
Also, this 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

MK-12_20MM

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;
}


xbc971

Thanks a lot I have achieved the desired effects :)

Advertisement: