|
Post by Wormopolis on Nov 27, 2011 16:12:15 GMT -8
well that wasnt it... but dont put it back in yet. I can see a problem in IE, but FF and chrome look fine. there isnt an error in IE though. for some reason those parts of the MP are being moved out of the table. I need to figure out why.
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Nov 27, 2011 16:28:03 GMT -8
Ok cheers mate
|
|
|
Post by Wormopolis on Nov 27, 2011 19:18:31 GMT -8
actually wait... now it looks right in IE. did you change anything else since my last post?
|
|
|
Post by Wormopolis on Nov 27, 2011 23:20:31 GMT -8
this code is causing an error because the variable "top" was removed <br/><script> /* Code by Adrian - www.planetveldin.com/Don't re-post this code without the owner's permission Global Header */ // This changes the width of the forum / block var Width="70%"; // This changes the colour of the block var Col="#000000"; document.write("<table width='"+Width+"' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td width='750' align='center' valign='bottom'><img src='"+Top+"'></td></tr><tr><td align='center' valign='top' bgcolor='"+Col+"'>"); </script>
|
|
|
Post by Wormopolis on Nov 27, 2011 23:22:10 GMT -8
and you might as well remove this one since its incompatible with the MP remodel
<script type="text/javascript"> /* Align mini-profile */ var ialign="center"; var td=document.getElementsByTagName('td') for (m=0;m<td.length;m++) { if (td[m].className.match(/windowbg/i) && td[m].width=="20%"){ td[m].align=ialign; } } </script>
|
|
|
Post by Wormopolis on Nov 27, 2011 23:35:25 GMT -8
interesting... in IE the mp isnt left aligned when looking at a profile, but it is when looking at threads.
change this
if (tds.width=="20%" && tds.align=="left" && tds.vAlign=="top" && tds.className.match(/windowbg/)) {
to this
if (tds.width=="20%" && tds.innerHTML.match(/action=viewprofile/) && tds.vAlign=="top" && tds.className.match(/windowbg/)) {
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Nov 28, 2011 4:28:21 GMT -8
actually wait... now it looks right in IE. did you change anything else since my last post? Hi Wormo The changes you posted above seemed to fix the profile view in IE The only codes ive recently added are 1) Remove the "Forum name" row - by Smangii 2) Auto Default Avatar v1.0 - Not Working3) Head/Base Images Everywhere - By iAlex - Open Source*/ 4) Advanced Affiliates Viewer v1 by Chris 5) Advanced Category Splitter v3.0 by Chris Still cant seem to find what is causing the Menu Buttons to dissapear in Firefox
|
|
|
Post by Wormopolis on Nov 28, 2011 22:09:45 GMT -8
its in maintenance mode so I cant see the issue
|
|
|
Post by Wormopolis on Nov 28, 2011 22:11:47 GMT -8
remove these and NEVER use them again
<script> document.getElementsByTagName('tr')[1].deleteCell(1); </script>
<script><!-- document.getElementsByTagName('font')[1].innerHTML=''; //--></script>
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Nov 29, 2011 2:17:55 GMT -8
its in maintenance mode so I cant see the issue Maintenance Mode Disabled remove these and NEVER use them again <script> document.getElementsByTagName('tr')[1].deleteCell(1); </script> <script><!-- document.getElementsByTagName('font')[1].innerHTML=''; //--></script> No idea where i got these codes from unless they were included in the coding for the skin but have now been removed
|
|
|
Post by Wormopolis on Nov 29, 2011 13:30:34 GMT -8
those 2 codes are evil and should never have been published in the first place. they not only destroy the innerHTML of the parent objects, they change the index of the cells after them.
Which site should I be looking at? the regular site or the test one?
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Nov 29, 2011 15:33:01 GMT -8
those 2 codes are evil and should never have been published in the first place. they not only destroy the innerHTML of the parent objects, they change the index of the cells after them. Which site should I be looking at? the regular site or the test one? Either both have the same codes etc
|
|
|
Post by Wormopolis on Nov 30, 2011 10:41:38 GMT -8
is the menu still missing for you in FF? Cause I see it.
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Nov 30, 2011 18:26:43 GMT -8
is the menu still missing for you in FF? Cause I see it. The Menu appears to be fine now The only outstanding problem now is that the default avatar loads on the profile then dissapears. That happens in both Internet Explorer and Firefox - Not Tested any other Browser
|
|
|
Post by Wormopolis on Nov 30, 2011 20:26:41 GMT -8
|
|