Topic: Remove "New Alerts"

I have the link New Alerts when I log in. It's there because 1.3.3 was released. How do I get it to go away? I'm not going to upgrade because I don't have the time yet to redo all my changes I've made and make my styles work with the new release.

Just want to know how to get rid of the link from showing up.

Thanks.

2

Re: Remove "New Alerts"

You can just add a css rule in your stylesheet

#alert {display:none;}

Re: Remove "New Alerts"

Worked like a charm. Thank you very much for your help.

Re: Remove "New Alerts"

I think  it will be better for you to add this line

unset($forum_updates['version']);

after lines

    if ($forum_config['o_check_for_updates'] == '1')
    {

in <FORUM_ROOT>/header.php. In this case you will not miss notifications about new hotfixes when they are released.