top



this is my site http://metalsrbija.forums.fm/
(phpbb2)

i create my menu using html code but there is prob with new messages

i put this code in overall_header

Code:

<!-- BEGIN switch_user_logged_in -->
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">

<tr>
      <td style="margin:0; padding: 0;" colspan="2">
   <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <span class="nav"><tr>
                     <th><a class="nav" href="/forum.htm">Index</a></th>
                     <th><a class="nav" href="/portal.htm">Portal</a></th>
                     <th><a class="nav" href="/profile.forum?mode=editprofile">User CP</a></th>
                     <th><a class="mainmenu" href="/msg.forum?folder=inbox">Messages</a></th>
                     <th><a class="nav" href="/search.forum?search_id=newposts">New Posts</a></th>
                     <th><a class="nav" href="/memberlist.forum">Members</a></th>
                     <th><a class="nav" href="/search.forum" onclick="showhide(document.getElementById('search_menu')); return false;">
<img id="i_icon_mini_search" src="http://i63.servimg.com/u/f63/11/33/28/68/menu_o10.gif" alt="Search" title="Search" border="0" hspace="0"> Search</a>
<script type="text/javascript">//<![CDATA[
insert_search_menu();//]]>
</script></th>
                     <th><a class="nav" href="/faq.htm">FAQ</a></th>
                     <th><a class="nav" href="/login.forum?logout">Log Out</a></th>               </tr></span>
            </table>
         </td>
      </tr>
   </tbody>
      </td>
   </tr>
</table>
<img src="{SPACER}" alt="" height="2" width="1" />
<!-- END switch_user_logged_in -->


working good but,
when new messages is sent .... link stays "Messages"
(because its just a link )
and i would like to link change automatically to "New Message!"

iam wondering is this can be done ?
Code:
<th><a class="mainmenu" href="/msg.forum?folder=inbox">Messages</a></th>


thx in advance

does this code works on phpbb2 ?

https://i.servimg.com/u/f43/11/33/28/68/untitl11.png


this code works on old menu, i dont know why not working on new ...


somehow that script, cant recognize this line

Code:
<th><a class="mainmenu" href="/privmsg?folder=inbox">Messages</a></th>