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
4 posters

    Profile border help

    Gracco
    Gracco
    Forumember


    Posts : 35
    Reputation : 2
    Language : english

    Solved Profile border help

    Post by Gracco May 11th 2013, 1:30 am

    i need help on this https://help.forumotion.com/t122998-fancy-avatar-background-phpbb2#816860 im not good at adding templets at all can someone register here http://rescuerabbitda.forumotion.com/ and install it for me?


    Last edited by Gracco on May 11th 2013, 5:37 am; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Profile border help

    Post by SLGray May 11th 2013, 3:29 am

    Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
    What exactly are you having trouble with in the tutorial?



    Profile border help Slgray10

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


    Posts : 35
    Reputation : 2
    Language : english

    Solved Re: Profile border help

    Post by Gracco May 11th 2013, 5:23 am

    No,i need help installing it becuz im really bad with adding templets..
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Profile border help

    Post by Jophy May 11th 2013, 5:24 am

    Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
    Gracco
    Gracco
    Forumember


    Posts : 35
    Reputation : 2
    Language : english

    Solved Re: Profile border help

    Post by Gracco May 11th 2013, 6:43 pm

    Bump
    sasukekun
    sasukekun
    Forumember


    Posts : 253
    Reputation : 6
    Language : English

    Solved Re: Profile border help

    Post by sasukekun May 11th 2013, 6:48 pm

    first go to viewtopic_body find this code

    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 />
                    <!-- 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>

    replace it with this code.
    Code:
        <div class="xyz"><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></div>

    and the last part, place this code in css
    Code:
        .xyz{
        background-image: url("http://sl.glitter-graphics.net/pub/1043/1043585ir2mebcqub.gif")
            margin-right:10px !important;
          margin-left:10px !important;
          margin-bottom:10px !important;
          margin-top:10px !important;
          border-radius: 5px !important;
        }

    tadaaaaaa bye
    Gracco
    Gracco
    Forumember


    Posts : 35
    Reputation : 2
    Language : english

    Solved Re: Profile border help

    Post by Gracco May 11th 2013, 7:04 pm

    Thanks i get it now! solved!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Profile border help

    Post by SLGray May 11th 2013, 7:22 pm

    Topic Solved & Locked



    Profile border help Slgray10

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

      Current date/time is September 22nd 2024, 11:32 pm