MyBB Themes - ThemeFreak
MyBB Post editor button image doesn't displayed with MetroStyle theme - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26)
+--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33)
+--- Thread: MyBB Post editor button image doesn't displayed with MetroStyle theme (/showthread.php?tid=506)



MyBB Post editor button image doesn't displayed with MetroStyle theme - hanstantra - 28th Feb

Hello,

I have issues with myBB editor button does not showing up after using MetroStyle theme. When I tried to post a new thread the button editor not displayed. Here is the screenshot: http://prntscr.com/6avmby

How can I fix this?

Thanks,
Hans


RE: MyBB Post editor button image doesn't displayed with MetroStyle theme - Tan - 28th Feb

Some one else was also having this issue the other day. I've sent you a PM requesting further details so I can investigate.

Also, I'm moving this to the support forum. Thanks for contacting us.


RE: MyBB Post editor button image doesn't displayed with MetroStyle theme - Tan - 1st Mar

If editor icons are not showing up, please do the following edit.


Go to Home » Template Sets » MetroStyle Templates » Edit Template: headerinclude

Find:


Code:
<link rel="stylesheet" href="{$theme['imgdir']}/fonts/metroui/stylesheet.css" />


Replace with:

Code:
<link rel="stylesheet" href="images/metrostyle/fonts/metroui/stylesheet.css" />