inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Mar 12, 2013 6:42:36 GMT -8
Nope... tried Wormopolis' code insertion one more time and the "bracket BR bracket" became visible in the Personal Text once again.
So, this did not work: <script type="text/javascript"><!--var tt = document.getElementsByTagName("td");for(ii=0; ii<tt.length; ii++)if(tt[ii].width == '20%' && !tt[ii].getElementsByTagName('input')){tt[ii].innerHTML = tt[ii].innerHTML.replace(/\[br\]/gi,'<br/>');}//--></script>
Tim
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 12, 2013 6:42:47 GMT -8
I know that removing the code will cause the BR to show back up in the personal text because that is what that code DOES. I wanted you to remove it so that we could be sure its the ONLY code that is keeping the polls from working.
I rewrote it so you could remove the BR prom personal text. you said it didnt work so I made a small change and said to try that one. there is a difference in what you tried the first time and what I changed it to.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 12, 2013 6:44:00 GMT -8
now insert this where that code used to be: <script type="text/javascript"> <!-- var tt = document.getElementsByTagName("td"); for(ii=0; ii<tt.length; ii++) if(tt[ii].width == '20%' && !tt[ii].getElementsByTagName('input')[0]) { tt[ii].innerHTML = tt[ii].innerHTML.replace(/\[br\]/gi,'<br/>'); } //--> </script>
What is there is different then what you just said you put in
|
|
inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Mar 12, 2013 7:03:52 GMT -8
You write:
You only suggested I insert ONE code. Never saw a second one with a small change after I said the first one didn't work.
Not quite sure what you mean... nothing different...
I took this out:
<script type="text/javascript"> <!-- var tt = document.getElementsByTagName("td"); for(i=0; i<tt.length; i++) if(tt[i].width == '20%') { tt[i].innerHTML = tt[i].innerHTML.replace(/\[br\]/gi,'<br/>'); } //--> </script> And I put this in:
<script type="text/javascript"><!--var tt = document.getElementsByTagName("td");for(ii=0; ii<tt.length; ii++)if(tt[ii].width == '20%' && !tt[ii].getElementsByTagName('input')){tt[ii].innerHTML = tt[ii].innerHTML.replace(/\[br\]/gi,'<br/>');}//--></script> ... and the "bracket BR bracket" becomes visible.
So, then I remove that and put this back in
<script type="text/javascript"> <!-- var tt = document.getElementsByTagName("td"); for(i=0; i<tt.length; i++) if(tt[i].width == '20%') { tt[i].innerHTML = tt[i].innerHTML.replace(/\[br\]/gi,'<br/>'); } //--> </script> ... and the "bracket BR bracket" disappears from the Peronal Text in people's posts. (If I actually type the code "bracket BR bracket" it doesn't show up in these posts AND puts a break in my message.)
Tim
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 12, 2013 7:11:03 GMT -8
I EDITED the code I told you to replace it with. there is a difference but its literally 3 characters. look at my post above your last response. use THAT code
|
|
inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Mar 12, 2013 7:18:07 GMT -8
O.K., I'll try it now - it wasn't clear to me that you had edited the original (though I believe the edited version is what I copied and pasted earlier. I will copy and pasted the code above my last response.
Tim
|
|
inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Mar 12, 2013 7:22:07 GMT -8
O.K., I removed the old code, as before, and replaced it with the code you suggested. The break code is now visible in people's posts. I left the code in so you could see it.
Tim
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 12, 2013 16:29:41 GMT -8
well I just ran it from a console and it ran ON your board. the one thing different however, is, see how you have the code in your h/f all on 1 line instead of formatted the way it looks above? put linefeeds into the code in your h/f so it looks like the code above.
|
|
inherit
33215
0
Sept 28, 2013 4:23:22 GMT -8
Big Kill
93
November 2004
catholicdeacon
|
Post by Big Kill on Mar 13, 2013 3:21:13 GMT -8
Whew! That did it.
When I copied and pasted it in, it was formatted the way you saw and I had no idea that the "linefeeds" (a new term for me) made any difference.
Thanks for your time, Wormopolis.
I still feel like I'm going to have to set aside a couple of days when I finally have to move to V5!
Tim
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 13, 2013 6:01:12 GMT -8
yeah the conversion is going to be challenging for everyone, but the benefits are worth it IMO
|
|