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.

Tags.

5 posters

Go down

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.
buddyboy5
buddyboy5
Forumember

Male Posts : 98
Reputation : 5
Language : English

http://gamingcs.net/

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
buddyboy5
buddyboy5
Forumember

Male Posts : 98
Reputation : 5
Language : English

http://gamingcs.net/

Back to top Go down

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]';
}
10spetter10
10spetter10
Forumember

Posts : 195
Reputation : 82
Language : Dutch

Back to top Go down

In progress Re: Tags.

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

Bump
buddyboy5
buddyboy5
Forumember

Male Posts : 98
Reputation : 5
Language : English

http://gamingcs.net/

Back to top Go down

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
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

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

http://gamingcs.net/

Back to top Go down

In progress Re: Tags.

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

BUMP
buddyboy5
buddyboy5
Forumember

Male Posts : 98
Reputation : 5
Language : English

http://gamingcs.net/

Back to top Go down

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.
Take Notes
Take Notes
Helper
Helper

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

Back to top Go down

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
buddyboy5
buddyboy5
Forumember

Male Posts : 98
Reputation : 5
Language : English

http://gamingcs.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum