Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | PM Info in 3 locations (30th Dec 07 at 10:03pm UTC) | | Lets you put the 'userbar' either: - above the banner - between the banner and menu - below the menu
Global Header
Edit below.
var bar_loc = "1" //0 = above banner, 1 = between banner & menu, 2 = below menu
 Code: - <script type="text/javascript">
- /*PM Info in 3 locations
- Created By Wrighty
- support.virtualforums.co.uk*/
-
- var bar_loc = "1" //0 = above banner, 1 = between banner & menu, 2 = below menu
-
- //===========NO EDIT!=============
- document.getElementsByTagName('td')[3].parentNode.style.display="none";
- var b= document.getElementsByTagName("table")[0].insertRow(1).insertCell(0);
- b.width="100%";
- b.className="menu";
- pm = document.getElementsByTagName('td')[4].innerHTML;
- b.innerHTML = pm;
- </script>
| |
|