Not Solved my alert
#1
Not Solved
hello friends.

how do I remove the numbers contained in parentheses myalert and replace it with style number next to them.

as shown below.
   
Reply
#2
Not Solved
navigate to MyAlerts Templates >> myalerts_headericon template and find code like below
<a href="{$mybb->settings['bburl']}/usercp.php?action=alerts" class="unreadAlerts myalerts_popup_hook" id="unreadAlerts_menu">{$lang->myalerts_alerts} ({$mybb->user['unreadAlerts']})</a>

({$mybb->user['unreadAlerts']}) <-- this gives the alerts number in parenthesis.
you can add a span element for it in the template & style it through alerts.css (advanced edit)
Reply
#3
Not Solved
hello .m.

Can you give me a little code css button like that. because it has no direct button on that theme.

or I will give you the theme that I have but do not install it on your website.

because I only have 1 license.

see pm .m.
Reply
#4
Not Solved
^ simple method is to use <button>{$mybb->user['unreadAlerts']}</button>
Reply
#5
Not Solved
The code works.

good job.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)