|
Post by eveready on Feb 20, 2010 11:09:13 GMT -8
I did what you said with the NHL icon code, but now that icon doesn't show up and the default bg shows. I had about 6 requests for you, but I figured out how to do 4 of them on my own. I just threw a blue gradient in there, because I know that I'll need to have some way to distinguish that row so users know to click it. I also removed the rank text, because my goal is to make that row very thin. I don't have images for online/offline yet but they will be very thin as well, maybe about 10 px high or less. I also removed the Karma, since I've decided not to keep up with that on my site. Here, you can use these as stand-ins for the online/offline images i220.photobucket.com/albums/dd63/sjhlforum/test/on-1.pngi220.photobucket.com/albums/dd63/sjhlforum/test/off-1.pngWhen all is said and done, the whole thing will look very cool I think. But it will take me awhile to design all of the images, bgs, etc.
|
|
|
Post by Wormopolis on Feb 20, 2010 16:48:07 GMT -8
put the codes back into original order then. I have to see why its not pulling correct background now...
|
|
|
Post by eveready on Feb 20, 2010 19:46:10 GMT -8
They're back.
|
|
|
Post by Wormopolis on Feb 22, 2010 6:56:08 GMT -8
ok weird.. in your version, there was some personal text code that was different.
it SHOULD look like this: [code] avAreaStuff=tds[e].getElementsByTagName('center'); if (avAreaStuff[0]) { if (avAreaStuff[0].firstChild.nodeName.match(/img/i)) avt=avAreaStuff[0].firstChild; contacts=avAreaStuff[0].getElementsByTagName('a'); brks=avAreaStuff[0].getElementsByTagName('br'); for (b=0; b<brks.length; b++) { if (brks[b].nextSibling && brks[b].nextSibling.nodeName.match(/br/i)) { if (brks[b].nextSibling.nextSibling && brks[b].nextSibling.nextSibling.nodeName.match(/text/i)) { ptext=brks[b].nextSibling.nextSibling.nodeValue; break; } } } } [/code]
and the status images
find this:
nwRw.cells[2].innerHTML=status;
and add a line right above it to look like:
status='<img src="' + (status.match(/online/) ? 'http://i220.photobucket.com/albums/dd63/sjhlforum/test/on-1.png' : 'http://i220.photobucket.com/albums/dd63/sjhlforum/test/off-1.png') + '" border="0">'; nwRw.cells[2].innerHTML=status;
EDIT: DAMN BBC CODE INTERPRETER!
|
|
|
Post by eveready on Feb 22, 2010 7:34:04 GMT -8
Ok, thanks. It's working.
Not a big deal, but after looking at things I'm wondering how much trouble it would be to completely remove the clickable row for the Anonymous Moderator. Don't sweat it if it's a headache.
|
|
|
Post by Wormopolis on Feb 22, 2010 17:31:31 GMT -8
you really think so? I think it kinda keeps things balanced personally.. it makes the post have something in common with other posts, and at the same time making it different without sacrificing the balance.
I can put in a variable so you can turn it on or off and go back and forth between the versions. IMO, leaving the blue in there looks better.
ok.. so now what are we still needing this to do?
|
|
|
Post by eveready on Feb 22, 2010 17:45:09 GMT -8
Yeah, you're probably right. Nix that then.
The last thing is to just move the sig into the hidden part, if possible.
|
|
|
Post by Wormopolis on Feb 22, 2010 18:00:09 GMT -8
what are we doing with the stuff right above the sigs, the area where "last edit" and "link to post/back to top/IP" is?
|
|
|
Post by Wormopolis on Feb 22, 2010 18:01:25 GMT -8
I think getting rid of the online/offline thing for anonymous moderator would be a good compromise though.
|
|
|
Post by eveready on Feb 22, 2010 18:51:43 GMT -8
what are we doing with the stuff right above the sigs, the area where "last edit" and "link to post/back to top/IP" is? That stuff should stay put. My other thread remodel removes it if I set it to that option, but I need it there because I want to use that facebook like/dislike code with this. Yeah, removing the offline for anon mod is fine. Would it be possible to make the blue bar change on hover?
|
|
|
Post by Wormopolis on Feb 22, 2010 23:30:32 GMT -8
it would be possible, yes. change to what?
|
|
|
Post by eveready on Feb 23, 2010 2:37:05 GMT -8
|
|
|
Post by Wormopolis on Feb 25, 2010 0:40:54 GMT -8
ok.. that is hiding the signature until bar is clicked. is that what you were looking for?
|
|
|
Post by eveready on Feb 25, 2010 5:17:42 GMT -8
Yeah, I think that will work. Can the Horizontal Rule be removed above the sig?
Also, this might be impossible, but after opening the mini-profile, can the clickable row not hover? Since you don't click it to close the miniprofile, it's confusing.
|
|
|
Post by Wormopolis on Feb 25, 2010 16:50:35 GMT -8
so you mean you dont want it to turn orange? I think I can make that happen.. I have to try something first.
removing the HR bar shouldnt be a problem. I left it in there in case you wanted to have a definate division between the profile and the signature.
|
|