Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Plugin Resolved : Glyphicon
Tof
✭
Vanilla 2.2
Theme : Bootstrap : https://vanillaforums.org/addon/bootstrap-theme
Plugin : Resolved : https://vanillaforums.org/addon/resolved-plugin
Hi all,
I installed the plugin Resolved, but it lacks the icon Glyphicon
I can not put the icon.
He takes me white
Here is the library of Glyphicon: http://getbootstrap.com/components/
Thanks for your help
Tof
File: class.resolved.plugin.php
0
Comments
They have the code in there to generate a sprite but they don't use an existing sprite code. Modify line 163 of class.resolved.plugin.php to be:
That should give you an icon.
Or you could add whatever CSS rule you want for .Sprite.SpUnresolved inserting the glyphicon of your choice.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thanks for your help
The line has been changed and it works!
But for the second modification, could you give me an example I can put in csseditor
because my level of development is low...
Bootstrap uses FontAwesome 4.2.0. You can use any icon in the font. Here is a link to the CSS classes that were available then: https://github.com/FortAwesome/Font-Awesome/blob/9868306c256ac149d9b7b829805fe408eaa03b99/css/font-awesome.css
You would add something like:
To CSSEdit.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
A very big thank you!