MyBB Community Forums

Full Version: MyAlerts! How to change Position UnreadAlerts address bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: S8hUbaL.jpg]

i want to put UnreadAlerts on the left of addressbar..
thank you  Blush
up

help needed
file => ~/jscripts/myalerts.js
line => around 24 (GitHub link)
 document.title = document.title + ' (' + unreadAlerts + ')';
above code line can be changed like this :
 document.title = '(' + unreadAlerts + ') ' + document.title;
thank you .M. u always helping