Sheldon
Well-known member
Sheldon submitted a new resource:
Sticky/Lock FontAwesome Icon Replacement - Remove images, replace with FA.
Read more about this resource...
Sticky/Lock FontAwesome Icon Replacement - Remove images, replace with FA.
Obviously, have FontAwesome in your PAGE_CONTAINER.
After <head>
add:
Code:<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
Now, to add the icons.
Open template thread_list_item
Find:
Code:<xen:if is="!{$thread.discussion_open}"><span class="locked" title="{xen:phrase locked}">{xen:phrase...
Read more about this resource...