Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Change News Name (9th Nov 08 at 4:29am UTC) | | 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');
| |
|