how to move the users profile is on the left Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+2
Teef
smurfavr
6 posters

    how to move the users profile is on the left

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    In progress how to move the users profile is on the left

    Post by smurfavr August 5th 2013, 11:22 pm

    how to do the users profile is displayed to the left of the site.
     how to move the users profile is on the left 6412947t
    Teef
    Teef
    New Member


    Female Posts : 5
    Reputation : 1
    Language : Vietnamese, English

    In progress Re: how to move the users profile is on the left

    Post by Teef August 6th 2013, 2:47 am

    Go to Admin CP -> General -> Forum -> Configuration:
    Under Pages structure: Profile position in the messages -> choose Left -> Save.
    Hope it helps,
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    In progress Re: how to move the users profile is on the left

    Post by smurfavr August 7th 2013, 11:56 pm

    Can you give a picture please. Why can not find it
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1412
    Reputation : 169
    Language : English
    Location : Bitcoin

    In progress Re: how to move the users profile is on the left

    Post by E-Mark August 8th 2013, 7:50 am

    how to move the users profile is on the left Hahaha10
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: how to move the users profile is on the left

    Post by SLGray August 8th 2013, 11:24 am

    phpBB 2 forums do not have that option.



    how to move the users profile is on the left Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    In progress Re: how to move the users profile is on the left

    Post by smurfavr August 8th 2013, 3:00 pm

    In my forum users profile on the left side.My forum phpBB 2

     My friend's forum is phpBB 2  but the profiles of the users on the right side.why so ???
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: how to move the users profile is on the left

    Post by SLGray August 8th 2013, 3:40 pm

    That is how that version is set up. To change it:

    You can modify the template or adda code to your CSS.



    how to move the users profile is on the left Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    In progress Re: how to move the users profile is on the left

    Post by smurfavr August 8th 2013, 3:55 pm

    how?
     can you show me
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: how to move the users profile is on the left

    Post by SLGray August 8th 2013, 3:59 pm

    Post your forum's link.



    how to move the users profile is on the left Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    In progress Re: how to move the users profile is on the left

    Post by smurfavr August 8th 2013, 4:02 pm

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51550
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: how to move the users profile is on the left

    Post by SLGray August 8th 2013, 4:12 pm

    Add this to your CSS:
    Code:
    #profile-advanced-details .avatar {
       float: left;
       }



    how to move the users profile is on the left Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1883
    Reputation : 22
    Language : Bulgarian

    In progress Re: how to move the users profile is on the left

    Post by smurfavr August 8th 2013, 4:21 pm

    where to put this code?
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: how to move the users profile is on the left

    Post by Sir Chivas™ August 8th 2013, 4:33 pm

    Hi,

    Inside your CSS, ACP >> Display >> Colors >> CSS (tab)
    levy
    levy
    Hyperactive


    Male Posts : 2632
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    In progress Re: how to move the users profile is on the left

    Post by levy August 8th 2013, 5:02 pm

    Code:
    .postprofile {
    border-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    color: #536482;
    display: inline;
    float: left;
    margin: 5px 0 0;
    min-height: 80px;
    position: relative;
    width: 16%;
    word-wrap: break-word;
    }

    element.style {
    }
    Matched CSS Rules
    .postbody {
    clear: both;
    color: #536482;
    float: right;
    line-height: 1.48em;
    padding: 0;
    width: 82%;
    }
    Add that in your CSS Stylesheet.