Minecraft Name: Vintage_Gamer Suggestion: To change the "Inbox" and "Alerts" section to this: Reason: In my opinion it makes that section tidier and neater. The way it is just now is by default, and this would change it up a little. Any Other Information: N/A Link To This Plugin: This is all done by changing two of the Style templates. You can do this by going to the XenForo ACP > Appearance > Templates. First off you must find the "page_container" template and find : Code: <head> Right below it, add this: Code: <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> Ok, now we can add the actual icons. Go to the "navigation_visitors_tab" and find this piece of code: Code: <a href="{xen:link conversations}" rel="Menu" class="navLink NoPopupGadget">{xen:phrase inbox} Replace this line with: Code: <a href="{xen:link conversations}" rel="Menu" class="navLink NoPopupGadget"><i class="fa fa-envelope fa-lg fa-fw"></i> That is how to change the Inbox tab. For the alerts tab: Stay on the same template (navigation_visitors_tab) and scroll down to where you find this: Code: <a href="{xen:link account/alerts}" rel="Menu" class="navLink NoPopupGadget">{xen:phrase alerts} Again, replace that line of code with this: Code: <a href="{xen:link account/alerts}" rel="Menu" class="navLink NoPopupGadget"><i class="fa fa-flag fa-lg fa-fw"></i>
-1 It's not very aesthetically pleasing, nor is it practical to shuts down the forums for this minor change. I don't see this as a need currently.
It Literally took me 2 minutes to do this. Plus you dont need to shut down the forums. It can be live whilst the change is happening.
Okay, but it still isn't that nice looking. That's just my view on it. I don't find it aesthetically pleasing. Anyway, +1 ;D