|
Post by tunescool on Aug 17, 2009 2:34:05 GMT -8
that line change changed it back to 3 lines
|
|
|
Post by Wormopolis on Aug 17, 2009 3:15:43 GMT -8
did it add the new thread link back though?
|
|
|
Post by Wormopolis on Aug 17, 2009 3:19:51 GMT -8
that top code should be this:
<script type="text/javascript"> <!-- var lastPostCell = document.getElementsByTagName('td'); for(l=0; l<lastPostCell.length; l++) { if(lastPostCell[l].className == 'windowbg2' && lastPostCell[l].width == '24%') { lastPostCell[l].width = '30%';lastPostCell[l].align = 'center'; if (lastPostCell[l].firstChild.innerHTML && lastPostCell[l].firstChild.innerHTML.match(/<br>/i)) { temp=lastPostCell[l].firstChild.innerHTML.split(/<br>/i); newtemp=temp[2]+"<br>"+temp[1]+" "+temp[0]; lastPostCell[l].firstChild.innerHTML=newtemp; } lastPostCell[l].previousSibling.previousSibling.previousSibling.width = '50%'; }} // --> </script>
|
|
|
Post by Wormopolis on Aug 17, 2009 3:22:19 GMT -8
you also still have several codes with the slash-spaces in the lines causing major errors.
|
|
|
Post by tunescool on Aug 17, 2009 3:52:17 GMT -8
it didnt bring back the new thread, the first time. i didnt know what those codes were so i didnt get to them. like the mini profile one, this one, whats this
<script type="text/javascript"> <!-- var td=document.getElementsByTagName("td"); if(!location.href.match(/action/) || location.href.match(/=(mark|logout|home|change)/)){ / / for(i=0;i<td.length;i++){ / / / / if(td.width=="24%" && td.firstChild.innerHTML.match(/^(.+)<br>(.+)<br>in (.+)$/i)){ / / / / / / var lpon=RegExp.$1; var lpby=RegExp.$2; var lpin=RegExp.$3; / / / / / / td.firstChild.innerHTML=lpin+'<br />'+lpby+' '+lpon; / / / / } / / } } // --> </script>
i just put in what you gave me, i took one code out with the slashes, hide quick reply shortcut, and everything is back. thread, subs, last post, 2 lines, and on and off are gone.
im gonna save a copy in my external hard drive so ill never lose the 3 codes again
|
|
|
Post by tunescool on Aug 17, 2009 4:30:25 GMT -8
but theres something new that never happened. last post is wider now, so (viewing) is closer and this happens, the mary kate and ashley board. www.imagebam.com/image/5fe54145731828/if i ever add another sub board its still gonna get close. can you resolve that whenever, and for now just the last post we'll make shorter?
|
|
|
Post by Wormopolis on Aug 17, 2009 11:58:37 GMT -8
it didnt bring back the new thread, the first time. i didnt know what those codes were so i didnt get to them. like the mini profile one, this one, whats this <script type="text/javascript"> <!-- var td=document.getElementsByTagName("td"); if(!location.href.match(/action/) || location.href.match(/=(mark|logout|home|change)/)){ / / for(i=0;i<td.length;i++){ / / / / if(td .width=="24%" && td.firstChild.innerHTML.match(/^(.+)<br>(.+)<br>in (.+)$/i)){ / / / / / / var lpon=RegExp.$1; var lpby=RegExp.$2; var lpin=RegExp.$3; / / / / / / td.firstChild.innerHTML=lpin+'<br />'+lpby+' '+lpon; / / / / } / / } } // --> </script>
i just put in what you gave me, i took one code out with the slashes, hide quick reply shortcut, and everything is back. thread, subs, last post, 2 lines, and on and off are gone.
im gonna save a copy in my external hard drive so ill never lose the 3 codes againthat code looks liek the original one you had for turning the last post cell into 2 lines.
|
|
|
Post by Wormopolis on Aug 17, 2009 12:11:18 GMT -8
you can decrease that last cell width from 30% to 20% and it should keep that from happening
|
|
|
Post by Wormopolis on Aug 17, 2009 12:12:41 GMT -8
but if you add in a bunch of sub-boards you wont be able to keep your 2 line thing anymore. eventually it will have to wrap.
|
|
|
Post by tunescool on Aug 17, 2009 13:45:06 GMT -8
yesterday and today colors on the main page wont work. does for threads, i recopied it that usually works but no.
|
|
|
Post by Wormopolis on Aug 18, 2009 13:06:21 GMT -8
this line in that code:
if(iCell.item(c).className == "windowbg2" && iCell.item(c).width.match(/^2(0|4)%/)){
needs to be:
if(iCell.item(c).className == "windowbg2" && iCell.item(c).width.match(/^2(0|3)%/)){
|
|
|
Post by tunescool on Oct 2, 2009 22:07:03 GMT -8
im trying to resolve an issue with subdevo and his code, he says theres an error in this code
I found two more errors in your codes. Both on main pages. The first on your main site. "Prevent people just posting quotes" Another on your test site. It is an unnamed code. Starts with:
<script type="text/javascript"> <!-- var fjumpList=document.getElementById('forumjump').options;
im having so many problems, take a look when you can
|
|
|
Post by Wormopolis on Oct 3, 2009 9:30:43 GMT -8
If he says he found errors.. why doesnt he just say what they are? I dont see why I should drop everything Im doing based on HIS conclusions.
This is what it looks like from my perspective.. your site is working fine. you add in a subdevo code things arent working on your site anymore he says all your other codes have errors and you should get them fixed
do things work fine when you REMOVE subdevos code?
|
|
|
Post by tunescool on Oct 3, 2009 9:45:20 GMT -8
i think todge figured something out, dont worry about it
|
|