This code will change the "news" Part to anything you want.
Code:
- <script type="text/javascript">
- <!--
- /*Change News name
- Please do not repost
- http://icodes.vforums.co.uk
- http://support.vforums.co.uk*/
- var forum_news = document.getElementById("forum_news").parentNode.previousSibling;
- forum_news.innerHTML = forum_news.innerHTML.replace('News','What ever you want');
- //-->
- </script>
Change the red part to what ever you want.
forum_news.innerHTML.replace('News','What ever you want');