MyBB Community Forums

Full Version: how to change code pm in link menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to change code pm in link menu[Image: ffcd2466a5.png]
use this for pm counter (change the css class to your own or use this one)
 <a class="inbox" href="{$mybb->settings['bburl']}/private.php" id="pm_notification" title="Private Messages">{$mybb->user['pms_unread']}</a>
[Image: 454554e.png]
inbox +1 PM -> background-color red
index 0 Pm -> background-color black
how to coding css?
on index 0 PM it isnt PM but (my guess) alert of myalerts plugin
you will neet to edit the css code for it to
how to code css???wll ive learned alot by right clicking on my themes and inspect element and then pla around with it.
try this
http://www.w3schools.com/css/default.asp