MyBB Community Forums

Full Version: How to have a Icon for New Points
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Community,

Can I have a well-explained guide about how can I set a icon as a PREFIX of NewPoints.

Eg : <ICON> 0.00 Credits

Thank you.
Do you have font awesome installed in your forum? You see if those icons would work with the <i>class</i> codes for the desired font icon. Check them out and paste it in the prefix text area: http://fontawesome.io/icons/
(2016-12-24, 08:07 AM)robbie626 Wrote: [ -> ]Do you have font awesome installed in your forum? You see if those icons would work with the <i>class</i> codes for the desired font icon. Check them out and paste it in the prefix text area: http://fontawesome.io/icons/

Thanks for your reply, but how should I add in the prefix column? I am sorry for being a such a noob, actually I am quite new to this.
Go to the ACP > Themes and Templates > Templates > Choose Theme > ungrouped templates > headerinclude
Add the following code.


<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">


Now in New Points settings where you add an icon go here. Click on an icon and copy the code that looks like this;


<i class="fa fa-university" aria-hidden="true"></i>

Add it in the field and save it.
By default Newpoints allow you to change the icon by any text based character from new points settings.