Can these things be done? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Skinning (/forumdisplay.php?fid=41) +----- Thread: Can these things be done? (/showthread.php?tid=85105) Can these things be done? by Basilis on 07-31-2008 at 02:00 PM I was trying some things in the conversation window but I didn't come around to make them work so I want to ask if anyone knows a way to make them work. I was trying to align the display pictures to the left, to add the contact's status next to its name and to add a "Change Status" button in the main toolbar. For the first one, I only managed to move the hide/show DPs button to the left. For the status one, it only hide the name and replaced it with this ( ). About the new button, I know it can be done but I haven't found the right code yet. So, anyone who can help? RE: Can these things be done? by ipab on 08-04-2008 at 01:36 AM
Everything you said from a cursory look, can be done. Just takes some perseverance that's all... RE: Can these things be done? by Basilis on 08-04-2008 at 06:30 AM Well, I mostly want to get the DPs to the left. I knew Willz and you had managed to add that button for the status but the last time I tried to integrated it in one of my skins it didn't work as it is a dropdown and it needs more work. I am almost sure the status next to the contact's name can't be done. Now about the DP's. Well, I firstly tried to get them to the left by changing the layoutpos=right to layoutpos=left but it only worked for other elements. Then I tried putting that part of code in another place but the DPs only got above or below the chat history. Any ideas? RE: RE: Can these things be done? by Willz on 08-04-2008 at 12:17 PM
quote: It can't, reason being is that its not like how it is in the contact list. In the contact list you are calling upon the status property of the contact, in the contact list each contact has its own element with its own properties so you can target the specific one.l But in the chat window you can't do that because in a chat window you can have a group convo and so it would not know which one to display since its all the one thing. That's why you can't add another display picture in the chat window either, because it relies on grabbing the email address of the contact to fetch the picture and because there is no way of being able to filter this it won't work. RE: Can these things be done? by Basilis on 08-04-2008 at 12:21 PM What about moving the DPs to the left? Have you any idea? RE: Can these things be done? by DennisMartijn on 11-02-2008 at 10:06 AM
Hm, I figured the same thing. Copy'd the excisting code from Open Live Detailed contact list container, to the 920 def, somewhere underneath the display picture of the contact, and indeed resulted in only ( ) showing up. |