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.
The forum of the forums
3 posters

    Display Center profile

    avatar
    Sam7
    Forumember


    Posts : 40
    Reputation : 0
    Language : English

    Solved Display Center profile

    Post by Sam7 February 6th 2012, 7:23 am

    Someone please help me

    How to make display profile like this ?

    Display Center profile Center10

    they are in the center

    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Display Center profile

    Post by Sanket February 6th 2012, 8:34 am

    • Please provide your forum URL for appearance problems
    avatar
    Guest
    Guest


    Solved Re: Display Center profile

    Post by Guest February 6th 2012, 8:56 am

    Hi!

    Go to Administration Panel => Display => Templates => General => viewtopic_body => Edit => Find this code:
    Code:
          <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
             <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 />
                <!-- BEGIN profile_field -->
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                <!-- END profile_field -->
                {postrow.displayed.POSTER_RPG}
             </span><br />
             <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
          </td>
    and replace by:
    Code:
          <td style="text-align: center;" class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
             <center><span class="name" style="text-align: center;" align="center"><a style="text-align: center;" align="center" name="{postrow.displayed.U_POST_ID}"></a><strong style="text-align: center;" align="center"><center>{postrow.displayed.POSTER_NAME}</center></strong></span></center><br />
                <span class="postdetails poster-profile" align="center" style="text-align: center;"><center>
                {postrow.displayed.POSTER_RANK}<br />
                {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
                <!-- BEGIN profile_field -->
                {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                <!-- END profile_field -->
                {postrow.displayed.POSTER_RPG}
             </center></span><br />
             <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
          </td>
    Save then publish template. Add
    avatar
    Sam7
    Forumember


    Posts : 40
    Reputation : 0
    Language : English

    Solved Re: Display Center profile

    Post by Sam7 February 6th 2012, 11:07 am

    oke, thank you very much bro

    Solved
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Display Center profile

    Post by SLGray February 6th 2012, 11:11 am

    Sam7 wrote:oke, thank you very much bro

    Solved

    Topic Solved & Locked






    Display Center profile Slgray10

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

      Current date/time is November 11th 2024, 1:38 pm