|
Post by Wormopolis on Dec 8, 2011 16:24:59 GMT -8
You are gonna have to be patient. The hotel in amarillo has crappy connection. I wont be back in LA until Saturday.
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Dec 10, 2011 9:26:25 GMT -8
Ok no problem Cheers wormo
|
|
|
Post by Wormopolis on Dec 10, 2011 22:41:55 GMT -8
hard to see the picture. is it a 3x3 table?
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Dec 12, 2011 2:29:27 GMT -8
Hi mate There's 3 at the top and 3 at the bottom and 2 in the middle with a separator for each
|
|
|
Post by Wormopolis on Dec 13, 2011 9:03:09 GMT -8
ok.. lemme see what I can do with this...
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Dec 13, 2011 17:55:16 GMT -8
Ok cheers mate
|
|
|
Post by Wormopolis on Dec 20, 2011 0:17:40 GMT -8
bump
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Feb 26, 2012 2:52:59 GMT -8
ok.. lemme see what I can do with this... You said you was looking at it .. no posts since Ive updated my profile with a new board its being used on
|
|
|
Post by Wormopolis on Feb 27, 2012 0:11:19 GMT -8
|
|
|
Post by Wormopolis on Feb 27, 2012 0:17:33 GMT -8
nwcl_html+='<a href="'+bname.href+'">'+bthrds+'<br>'+bpsts+'</a></td></tr>'; nwcl_html+='<tr><td width="50%" class="windowbg2">'+bdesc+'</td>';
change to
nwcl_html+='<a href="'+bname.href+'">'+bthrds+'<br>'+bpsts+'</a></td></tr>'; nwcl_html+='<tr><td colSpan="2" class="windowbg2">« Moderated by » ' + bmods + '</td></tr>'; nwcl_html+='<tr><td width="50%" class="windowbg2">'+bdesc+'</td>';
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Feb 27, 2012 4:19:49 GMT -8
Okies done that Whilst we are on this can we please change the last post info box to be a little tidier i was thinking 4 seperated lines Date: <<Date Here>> _______________________ Time: <<Time Here>> _______________________ Poster: <<Poster Here>> _______________________ Topic: <<Topic Name>> But centered
|
|
|
Post by Wormopolis on Feb 27, 2012 19:48:23 GMT -8
did you still want it to say "moderated by" if there isnt a moderator?
|
|
|
Post by Wormopolis on Feb 27, 2012 20:22:08 GMT -8
tds[c].innerHTML=nwcl_html; c+=4;
change to
tds[c].innerHTML=nwcl_html; var blstpstCell= tds[c].nextSibling.nextSibling.nextSibling.firstChild; var blstpst= tds[c].nextSibling.nextSibling.nextSibling.firstChild.innerHTML; blstpst=blstpst.split(/<br>/i); var blpdate= (blstpst[0].match(/today/i) ? 'Today' : (blstpst[0].match(/yesterday/i) ? 'Yesterday' : blstpst[0].split('on ')[1].split(',')[0] + blstpst[0].split('on ')[1].split(',')[1])); var blptime= (blstpst[0].match(/at/) ? blstpst[0].split(/at /)[1] : blstpst[0].split(', ')[2]); var blpauth= (blstpst[1].split(/by /)[1]; var blptopic= (blstpst[2].split(/in /)[1]; blstpstCell.innerHTML = '<center>Date: ' + blpdate + '<hr>Time: ' + blptime + '<hr>Author: ' + blpauth + '<hr>Topic: ' + blptopic + '</center>'; c+=4;
|
|
Deleted
Posts: 0
Deleted said great things
|
Post by Deleted on Feb 28, 2012 0:36:35 GMT -8
Done that its now not working
|
|
|
Post by Wormopolis on Feb 28, 2012 1:30:12 GMT -8
var blpauth= blstpst[1].split(/by /)[1]; var blptopic= blstpst[2].split(/in /)[1];
|
|