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.
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.
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
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;
}
Thanks a lot I have achieved the desired effects :)