Jump to content
WebFlake
  • 0

FontAwesome Icons in Sidebar Blocks


Frenchie

Question

I just recently noticed that webflake has FontAwesome Icons on the sidebar blocks and I tried replicating it, but I'm currently stumped. I was wondering if any of you can point me in the right direction.

29gd5zp.png

Just figured it out. I didn't realize until now that most of the sidebars have their own BoardIndex. I guess lack of sleep really does slow down your thought process  :blackeye:

Mark this as solved please.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Well it's basically CSS,

 

your hooks most of the time are stored on your Appearance > Edit CSS. For example the Staff Online code is stored under Board Index > mmStaffOnlineSidebarSideBarBlock

 

And there you have a code that you can modify

 

<h3><if test="$this->settings['sosb_icon']"><img src='{$this->settings['img_url']}/user.png' alt='Staff Online' /></if>

 

If you want to use AwesomFont just replace it by the css with your icon ^^

Link to comment
Share on other sites

  • 0
  • Administrator

The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.

If you have other questions, please open a new topic.
Link to comment
Share on other sites

×
×
  • Create New...