Tags.
5 posters
Page 1 of 1
Tags.
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.
Re: Tags.
Are you talking about adding an image to a rank or tagging someone's username in a post?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Tags.
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.
Re: Tags.
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- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Tags.
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
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Tags.
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.
Re: Tags.
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;
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Tags.
You will have to give the ranks a element to style in the CSS stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Tags.
SLGray wrote:You will have to give the ranks a element to style in the CSS stylesheet.
Any suggestions on how to do that.
Similar topics
» Replace youtube tags with iframe tags
» SEO and Meta Tags
» tags help
» Rank Tags Please
» username tags
» SEO and Meta Tags
» tags help
» Rank Tags Please
» username tags
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum