re positioning this part  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.
5 posters

    re positioning this part

    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress re positioning this part

    Post by BetterHax May 9th 2013, 11:29 am

    http://prntscr.com/1435a9

    how to make user name : menor06 above the avatar image.. and

    menor06 and rookie must be in center?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    In progress Re: re positioning this part

    Post by Sanket May 9th 2013, 2:09 pm

    So the username & rank name above the avatar & in center, what is your forum URL?
    S(o)ciaL
    S(o)ciaL
    Forumember


    Male Posts : 123
    Reputation : 8
    Language : Greek,English

    In progress Re: re positioning this part

    Post by S(o)ciaL May 14th 2013, 3:18 pm

    no she need the user name at the top the rank at the bottom and both at the center .....
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    In progress Re: re positioning this part

    Post by Sir Chivas™ May 14th 2013, 4:00 pm

    Hi,

    I don't fully understand, would it be like this:

    Avatar
    Username
    Rank


    Something like that?
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress Re: re positioning this part

    Post by BetterHax May 14th 2013, 4:12 pm

    something like this sir

    Username
    avatar
    Rank
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    In progress Re: re positioning this part

    Post by Sir Chivas™ May 14th 2013, 4:15 pm

    Search for this code inside this template: viewtopic_body :

    Code:
    <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
    <span class="postdetails poster-profile">
    {postrow.displayed.POSTER_RANK}<br />
    {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />


    Replace it with this:
    Code:
    <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
    {postrow.displayed.POSTER_AVATAR}
    <span class="postdetails poster-profile">
    {postrow.displayed.POSTER_RANK}<br />
    {postrow.displayed.RANK_IMAGE}<br />
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress Re: re positioning this part

    Post by BetterHax May 14th 2013, 4:16 pm

    sir that code is for this format?

    Username
    avatar
    rank?
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    In progress Re: re positioning this part

    Post by Sir Chivas™ May 14th 2013, 4:21 pm

    The second code,


    Go to your templates, which can be access via Admin Panel. You'll need to be founder. Wink

    ACP >> Display >> Templates >> General >> viewtopic_body:

    Search for this code inside this template: viewtopic_body :
    Code:
    <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
    <span class="postdetails poster-profile">
    {postrow.displayed.POSTER_RANK}<br />
    {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />

    Replace it with this:
    Code:
    <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
    {postrow.displayed.POSTER_AVATAR}
    <span class="postdetails poster-profile">
    {postrow.displayed.POSTER_RANK}<br />
    {postrow.displayed.RANK_IMAGE}<br />

    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress Re: re positioning this part

    Post by BetterHax May 14th 2013, 4:27 pm

    sir it works but how can i center the

    Username
    Avatar
    Rank
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress Re: re positioning this part

    Post by BetterHax May 26th 2013, 6:00 am

    bump..
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: re positioning this part

    Post by SLGray May 26th 2013, 6:06 am

    By adding the center tags:
    Code:
    <center></center>



    re positioning this part  Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress Re: re positioning this part

    Post by BetterHax May 26th 2013, 6:12 am

    where can i exactly put that center tags on that code?
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: re positioning this part

    Post by SLGray May 26th 2013, 6:15 am

    Try this:
    Code:
      <center> <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
        {postrow.displayed.POSTER_AVATAR}
        <span class="postdetails poster-profile">
        {postrow.displayed.POSTER_RANK}<br />
        {postrow.displayed.RANK_IMAGE}<br /></center>



    re positioning this part  Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    BetterHax
    Forumember


    Posts : 304
    Reputation : 3
    Language : English,Tagalog
    Location : United State, Philippines

    In progress Re: re positioning this part

    Post by BetterHax May 26th 2013, 6:17 am

    when i try that codes it look like this:
    too many changes

    http://prntscr.com/16p716

    font was become bigger
    the original is this:

    http://prntscr.com/16p7ar