It looks like you're new here. If you want to get involved, click one of these buttons!
How do you get the circled checkmark next to an accepted answer like on this form?
First download the image (or whatever image you want to use) and place it in your theme's design folder (or wherever your css file resides): http://www.vanillaforums.org/themes/vforg/design/check.png
Then add the following code to your CSS file:
.QnA-Accepted {
background: url("check.png") no-repeat scroll 0 0 transparent;
display: block;
height: 40px;
left: -50px;
overflow: hidden;
position: absolute;
text-indent: -1000px;
top: 10px;
white-space: nowrap;
width: 40px;
}
Answers
Thank you!!
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •This is working great but one problem. There isn't a way now to reject a previously accepted answer.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Sorry, I see now this is a issue with vanilla itself and not the css. How does one allow a user to reject a previously accepted answer? Also, is there a way to only allow one accepted answer?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •background: url("check.png") no-repeat scroll 0 0 transparent;it is working properly. but i have small problem. im using default theme.
i added a image in to
themes\default\designimage path is wrong
then i added in to
vanilla\applications\dashboard\design\imagesnot working
but i add image url like this, its working.
http://www.vanillaforums.org/themes/vforg/design/check.png- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •Thank you.. i like this :)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •