|
Post by eveready on Dec 8, 2009 5:02:06 GMT -8
I have a new challenge for you if you should accept. You may not want the headache though. The concept is simple enough. Similar to the thread list code that you wrote for me (where the thread info is revealed onclick), I require a miniprofile code that does the same. Again the reason is sidetables give much less room and I want to keep things compact. If you look at this link, I want the posts to look something like this: hockeytest.proboards.com/index.cgi?board=general&action=display&thread=48I'm using this code (glob footers) to take away the mini-profile: // Make View Thread Look Similar to Topic Summary by Chris What I want to do is add another row of cells(3) directly below the "« Thread Started Today at 4:37am »" These 3 cells will include the rank & stars, the warning bar (a mod, not the default PB warning bar), and an image for online/offline. When the user hovers over this new row of cells, the post will flip to reveal the rest of the mini-profile information (hiding the actual post). It will then look like something like this: I don't expect you to worry about lining everything up, etc. as I'm sure I can figure that out myself. The problem is that there are other hacks I want to use. Some shouldn't pose any problem, but at least a couple will. An example is this code (glob footers) : // Anonymous Moderating for Posts by Chris This code allows moderators to post anonymously by hiding the miniprofile information. It is hosted and may or may not cause problems depending how you write the code. As you can see, Chris at studio zero wrote these codes and I was hoping he would write this code to make things easier, but things are pretty slow over there. Anyways, there's a lot of little details you would need to know if you decide to tackle this, but I'm not going to list them all right now. I just wanted to give you the gist of it and let you decide. I added red dashed lines to indicate where the cells might be but at this point everything is negotiable and if you're willing to work with me, I'll work with you. p.s. all these things you see in the image like 'NHL icon' and 'location' (as a number), etc. I have hacks for. Chew on this and let me know if it's worthwhile. Sorry for the big post.
|
|
|
Post by Wormopolis on Dec 8, 2009 10:09:24 GMT -8
I think its doable.. and a challenge. It wont be easy though and will probably take some time to get all the logistics straight. DIV elements will need to be used to make the hidden picture have all its pieces and lined up. the shirts are a stock picture right?
|
|
|
Post by eveready on Dec 8, 2009 11:34:06 GMT -8
Yeah, if this gets done I'm going to redesign the background anyways so that I have flexibility with how things fit. I just wanted to get the idea across with the dimensions. That brings up an additional point I wanted to mention/ask down the road but I may as well ask now. The NHL icon code allows the user to select their team logo to insert into the miniprofile. I was wondering if through this same code, the background of the miniprofile could be determined by which team logo they chose. So I can have jerseys that have team colors that match the logos. Pretty ambitious, I know.
One thing I want to mention is that two of the hacks I want to use- the NHL icon & the warning bar mods- both use the custom title to store information. As you can see, I would like them to be split up and appear in separate areas though. I've heard that's possible but have no experience with how difficult it is.
I've noticed I'm missing the personal text. I'll wait to see your response regarding the custom title before I decide where to place it.
Also, you might notice I'm missing the karma links. Todge just wrote a code over at PBS that places it next to the other buttons, so they won't be a factor.
Anyways, I'll wait and see if you get inspired. If you are willing to chip away at this, there is no rush.
|
|
|
Post by Wormopolis on Dec 22, 2009 21:51:09 GMT -8
Im going to start on this after I get skinView 2.0 done. I have been trying to get it out but keep getting distracted by other requests.
|
|
|
Post by eveready on Dec 23, 2009 6:55:29 GMT -8
No problem.
|
|
|
Post by Wormopolis on Dec 28, 2009 12:10:37 GMT -8
test
|
|
|
Post by Wormopolis on Dec 30, 2009 13:01:58 GMT -8
test
|
|
|
Post by Wormopolis on Dec 30, 2009 13:02:22 GMT -8
dammit
|
|
|
Post by Wormopolis on Jan 1, 2010 16:48:35 GMT -8
you arent seeing what I am seeing yet because I have a name check in there. basically Im trying to parseout the stuff in the MP. because there are so many different permutations involved in what shows up, sometimes the wrong thing ends up in the wrong place.
|
|
|
Post by Wormopolis on Jan 2, 2010 5:27:10 GMT -8
I need the hockey Jersey Graphic. the generic one to start with.
|
|
|
Post by eveready on Jan 2, 2010 7:15:33 GMT -8
Here ya go...
|
|
|
Post by Wormopolis on Jan 4, 2010 22:54:43 GMT -8
is it not working for you?
|
|
|
Post by eveready on Jan 4, 2010 23:28:44 GMT -8
It's working. The only thing I would mention is that the miniprofile disappears as soon as you leave that one cell, whereas it would be necessary for it to remain shown if you mouseover the profile itself, so that you can get at the contact icons, username, etc.
But it's looking good.
|
|
|
Post by Wormopolis on Jan 5, 2010 1:23:43 GMT -8
when do you want it to disappear?
|
|
|
Post by eveready on Jan 5, 2010 5:30:53 GMT -8
Well, I just want it so that when you initially hover over the cell, it appears (like it does now) but then if you move your cursor onto it, it remains allowing you to click on the contact icons, or the username, or whatever. Then when you mouse out of everything (i.e. the cell & the miniprofile) it disappears.
|
|