This topic was locked 8th Mar 08 at 6:49pm by Michael |
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | [F] PM changed (7th Mar 08 at 9:11pm UTC) | | Could i have it say.
NOT LOGGED IN Welcome to e-remix , please log-in or register. Links to both of them ofcourse
LOGGED IN Welcome member, you have 0 new PMs
Member leading to profile and could i have this in a certain position of the banner. so i could change it Thanks | |
ting-tong2k6@hotmail.com |
|
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 | Re: PM changed (7th Mar 08 at 10:51pm UTC) | | I don't get what you want..... | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: PM changed (7th Mar 08 at 11:51pm UTC) | | Ya know that menu code you made for Nightsystem v2 , the 'move menu into banner' Where ya changed the pixels in the code so ya could move it where you wanted. Well i want that for PM but with them words i said | |
ting-tong2k6@hotmail.com |
|
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 | Re: PM changed (8th Mar 08 at 12:03am UTC) | | <script> /*e-remix bar thingy coded by Wrighty*/
var blink = "";//Banner URL var bw = ""; //Banner Width var bh = ""; //Banner Height
//========================== //DO NOT EDIT IF YOU WANT TO LIVE! //========================== if(vf_username=='guest'){ cont = '<font size=2 color=#333333>Welcome to e-remix. Please <a href="/action/login">Login</a> or <a href="/action/register/">Register</a></font>'; }else{ cont = '<font size=2 color=#333333>Welcome <a href="/action/view_profile/">'+vf_displayname+'</a>, you have <a href=/action/pm/>'+vf_new_pms+' new PMs</a></font>'; } with(get('welcome_table','id').getElementsByTagName('td')[0]){ style.backgroundImage = 'url('+blink+')'; style.height = bh+"px"; align = "center"; vAlign = "top"; innerHTML = '<div valign="top" style="position: relative; top: 285px; left: 100px;">'+cont+'</div>'; } get('welcome_table','id').width = bw;
</script>
Global header. Edit part in red for the location of it. | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: PM changed (8th Mar 08 at 1:07am UTC) | | Could you make it fully stable in IE7 please. | |
ting-tong2k6@hotmail.com |
|
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 | Re: PM changed (8th Mar 08 at 1:07am UTC) | | Unfortunately, I don't have IE7, so you'll have to wait for Marc whom I think does. | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: PM changed (8th Mar 08 at 1:11am UTC) | | Fine then | |
ting-tong2k6@hotmail.com |
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: PM changed (8th Mar 08 at 1:14am UTC) | | The only error I could find in IE7 was where Wrighty had spelled "weclcome" wrong and thus the width wasn't resizing. | |
|
|
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 | Re: PM changed (8th Mar 08 at 1:21am UTC) | | Woops, I forgot to fix that! >.<
Sorry, I did fix that on his forum, and that made it work in FF etc... Just wasn't in IE7. Thanks for confirming Ross!
| |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 33 Joined:
pmmsnaim | Re: PM changed (8th Mar 08 at 1:07pm UTC) | | Hmm well its not working on my IE7 | |
ting-tong2k6@hotmail.com |
|