Tags. 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

    Tags.

    buddyboy5
    buddyboy5
    Forumember


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Tags.

    Post by buddyboy5 January 10th 2016, 2:01 am

    Technical Details


    Forum version : #phpBB3
    Position : Founder
    Concerned browser(s) : Mozilla Firefox
    Who the problem concerns : All members
    When the problem appeared : Just need help creating tags.
    Forum link : http://8thid.forumotion.com/

    Description of problem

    If there a way to make it so ranks show up in front of peoples names?
    So If there was a rank called PVT then a users name with that rank would be [PVT]Buddyboy5

    If someone can give me a way to do this please comment.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Tags.

    Post by SLGray January 10th 2016, 2:49 am

    Are you talking about adding an image to a rank or tagging someone's username in a post?



    Tags. Slgray10

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


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Re: Tags.

    Post by buddyboy5 January 10th 2016, 8:57 am

    SLGray wrote:Are you talking about adding an image to a rank or tagging someone's username in a post?

    Neither I want to give people multiple ranks with pictures not just one. I also want to see if its possible to get groups to show up on a persons profile when the post a forum post. The group would include a picture too just like a rank would.
    10spetter10
    10spetter10
    Forumember


    Posts : 195
    Reputation : 82
    Language : Dutch

    In progress Re: Tags.

    Post by 10spetter10 January 10th 2016, 11:03 am

    When the color of the persons username is defined by the group, you can try using this css:

    Code:
    a span[style*="#000099"]:before { /*change color to the group color*/
      content: '[PVT]';
    }
    buddyboy5
    buddyboy5
    Forumember


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Re: Tags.

    Post by buddyboy5 January 11th 2016, 12:04 am

    Bump
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Tags.

    Post by brandon_g January 11th 2016, 2:39 am

    10spetter10 wrote:When the color of the persons username is defined by the group, you can try using this css:

    Code:
    a span[style*="#000099"]:before { /*change color to the group color*/
      content: '[PVT]';
    }

    buddyboy5 wrote:Bump



    Did 10spetter10's code not help you?

    -Brandon



    Tags. Brando10
    Remember to mark your topic Tags. Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Tags. Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    buddyboy5
    buddyboy5
    Forumember


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Re: Tags.

    Post by buddyboy5 January 11th 2016, 10:04 pm

    brandon_g wrote:
    10spetter10 wrote:When the color of the persons username is defined by the group, you can try using this css:

    Code:
    a span[style*="#000099"]:before { /*change color to the group color*/
      content: '[PVT]';
    }

    buddyboy5 wrote:Bump



    Did 10spetter10's code not help you?

    -Brandon

    No its not what im looking for. That adds a tag to groups. I want to add a tag to the ranks. I also want to make it so groups show up on peoples profile when the post something to the forums.
    buddyboy5
    buddyboy5
    Forumember


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Re: Tags.

    Post by buddyboy5 January 13th 2016, 4:44 am

    BUMP
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: Tags.

    Post by Take Notes January 13th 2016, 5:11 am

    You could request art in the graphics section for a picture that is [Example] with transparent background and same color so basically the picture is text.

    Code:
    a span[style="color:#000000"] strong {
        background:url(PICTURE HERE) no-repeat;
        padding-left:**px;
    }
    Or, you could just put an icon/image instead of text. But you can have a picture as text as I said above, it will be a picture but it will show exactly like text.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Tags.

    Post by SLGray January 13th 2016, 5:31 am

    You will have to give the ranks a element to style in the CSS stylesheet.



    Tags. Slgray10

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


    Male Posts : 98
    Reputation : 5
    Language : English

    In progress Re: Tags.

    Post by buddyboy5 January 13th 2016, 5:32 am

    SLGray wrote:You will have to give the ranks a element to style in the CSS stylesheet.

    Any suggestions on how to do that.