This is a Hitskin.com skin preview
Install the skin • Return to the skin page
5 posters
How to add a verifcation badge?
Rondell Wayne Ivey- New Member
- Posts : 5
Reputation : 1
Language : English
- Post n°1
How to add a verifcation badge?
Ramdaman- Active Poster
- Posts : 1590
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City
- Post n°2
Re: How to add a verifcation badge?
Hi, I see this is your first post, so I'll just let you know that using bold or color is reserved for staff moderation, and is not allowed to be used by members.
Also, is this what you're looking for? https://help.forumotion.com/t9643-how-to-add-image-verification-to-your-forum
Also, is this what you're looking for? https://help.forumotion.com/t9643-how-to-add-image-verification-to-your-forum
Rondell Wayne Ivey- New Member
- Posts : 5
Reputation : 1
Language : English
- Post n°3
Re: How to add a verifcation badge?
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
- Post n°4
Re: How to add a verifcation badge?
uptop in left corner of the forum in the searchbox type the word "usernames" im sure you will find your answer
Ramdaman- Active Poster
- Posts : 1590
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City
- Post n°5
Re: How to add a verifcation badge?
Well, would this be an automatic thing or would an administrator/moderator verify them?
Rondell Wayne Ivey- New Member
- Posts : 5
Reputation : 1
Language : English
- Post n°6
Re: How to add a verifcation badge?
I'd like to have it fixed to where a administrator could verify them.. if it's possible
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°7
Re: How to add a verifcation badge?
Would will this verify button do?
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.
Ramdaman- Active Poster
- Posts : 1590
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City
- Post n°8
Re: How to add a verifcation badge?
Well, you could go to your Administration Panel => Users & Groups => Users => Profiles => (Add a profile)
There, you can set it to an image and now have an administrator verify it via going to a users profile.
There, you can set it to an image and now have an administrator verify it via going to a users profile.
Rondell Wayne Ivey- New Member
- Posts : 5
Reputation : 1
Language : English
- Post n°9
Re: How to add a verifcation badge?
Thanks Ramdaman That's actually something i neededRamdaman wrote:Well, you could go to your Administration Panel => Users & Groups => Users => Profiles => (Add a profile)
There, you can set it to an image and now have an administrator verify it via going to a users profile.
Ramdaman- Active Poster
- Posts : 1590
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City
- Post n°10
Re: How to add a verifcation badge?
Glad to help. Is the topic solved, or you still need some assistance?
SarkZKalie- Support Moderator
- Posts : 1443
Reputation : 220
Language : English
- Post n°11
Re: How to add a verifcation badge?
Add this to your CSS. This code will add 'a verify image' next to username of the entire member belong to that #000099 group (your group color is #000099).
- Code:
a span[style="color:#000099"] strong:after{
content: ""; /* must be empty */
vertical-align: middle;
background: url('YOUR IMAGE') no-repeat;
display: inline-block;
margin-left: 3px;margin-top: -3px;
width: 18px;height: 18px;
}