[release] Pandion To Adium/proteus Mod

three quick questions

1. does it take forever when connecting to aim using jabber.org.uk

2. do i need to configure my router it registered my account with jabber with any configuration but as i mentioned before i was having trouble connecting to aim

3. how do i change my servers and do i need to sign up for those too

1.- The AIM transport for jabber.org.uk was a little weird today, I wouldn't make too much of it, it has its bad days.

2.- I don't think your router is the source of the problem, since both juno and myself were having trouble with AIM today (both on jabber.org.uk.)

3.- You need to log out of your current account, and when the Log-in screen comes up, you need to click on 'Make new account' (or something to that extent,) and yes, you do have to sign up for other servers.

#218719

Thanks holden! :D

#218797

Thanks holden! :D

Anytime, and please, call me Dave :)

#219185

hey dave,

i know this has been asked b4 but it hasnt actually been answered..

is the mod suppose to remove the menu bar (file, action, tools, etc.) from the contact list and message window?

cheers mate ;)

#219273

not this mod but someone else is working on it and will be released ??? when he's ready

#219285

hey dave,

i know this has been asked b4 but it hasnt actually been answered..

is the mod suppose to remove the menu bar (file, action, tools, etc.) from the contact list and message window?

cheers mate ;)

Yeah, what that kid said. I myself use object bar, so I don't see the point in it. Sorry :(

#219290

sorry i just re-read the thread.. somehow i missed the mention of objectbar :P

anyway juz to double-check.. the current version doesnt have the pretty coloured message window bg yet rite?

is there any way of changing avatars for different people on my contact list since all of them wont be on jabber? kinda sick of seeing the pixellated icq flower by now :slant:

edit: oh yah is there a way of increasing the avatar file size limit? at least for my own avatar? thanks mate!

#219326

']Yeah, what that kid said. I myself use object bar, so I don't see the point in it. Sorry :(
Hi, if you really dont use the menu, you can disable it in src/main/MenuBar.js

Open MenuBar.js with text editor (Notepad.exe), and put /* in begin of the line u want to disable and end it with */

P/S: PLEASE MAKE BACKUP OF FILE YOU WANT A MOD!!!!

Example:

If u want disable each menu, example "File" menu:

Add this --> /* if ( ! section || section == 'file' )

----snip----

}

*/ <-- and this.

if ( ! section || section == 'actions' )

{

----snip----

If u want disable all menu from "File" to "Help" menu:

Add this --> /* if ( ! section || section == 'file' )

----snip----

}

*/ <---and this.

external.wnd.menuBar.Update();

}

/* Launch the corresponding code or plugin event.

*/

---snip---

For menu bar on message window, you need to disable it in src/chat-container.html

-end-

I also found some menu u can add to tray menu. But I will tell later, I hope also anybody here in this forum know how to mod Pandion as much closer as AdiumX please share.

Later...

Sorry for my broken english, english is not my mother language.

#219353

Okay I haven't posted here for a few days just b/c I figured people would be tired of me not figuring this thing out but I am attaching a screenie just to see if anyone can tell me if I am even halfway on the path to successfully using Pandion b/c I sure want to.......

Thanks,

Nate Dogg

post-3199-1097200127_thumb.jpg

Untitled2.jpg
Untitled2.jpg

#219494

Okay I haven't posted here for a few days just b/c I figured people would be tired of me not figuring this thing out but I am attaching a screenie just to see if anyone can tell me if I am even halfway on the path to successfully using Pandion b/c I sure want to.......

Thanks,

Nate Dogg

Seems to me like you have it working already. I don't know though, it appears you're connected to the server, only noone's online.

#219605

Update: Chat bubbles now available! Check them out here

However, a little more work has to go into different sub-styles and what-not, so if you're really, and I mean really good in html and css and all, and want to help out, holler: [holden]@jabber.org.uk

#219757

oldskull: I don't really get it! Could you show me the whole code in this file? or just send it to me?

shii@gmx.net

#219766

oldskull: I don't really get it! Could you show me the whole code in this file? or just send it to me?

shii@gmx.net

What? What don't you get?

Update: Mod coming along great, here's another screenie

#219817

']What? What don't you get?

Update: Mod coming along great, here's another screenie

#219830

I'm asking permission to release this mod, so expect a release in the next couple of days.

#220209

Are u going to mod the message-input-area, too?

#220223

oldskull: I don't really get it! Could you show me the whole code in this file? or just send it to me?

shii@gmx.net

Detox, u can msg me on jabber or msn. jabber: oldskull@jabber.wiretrip.org

msn: oldskullz@hotmail.com

[holden], mmm... yummy mod :)

#220240

Are those chat bubbles available for us to use and if so where can we download them at or should we just download Pandion again???

Thanks,

Nate Dogg

#220289

Are those chat bubbles available for us to use and if so where can we download them at or should we just download Pandion again???

Thanks,

Nate Dogg

Those chat-bubbles will be available for you once I get permission, in the mean time you can just get them out of Adium's site (the style's called Satin.)

#220306

Man, this looks great! If I have some time I will get to work on making the avatar more incorporated in the design and maybe adding a really cool gradient to the chat boxes.

#220374

Man, this looks great! If I have some time I will get to work on making the avatar more incorporated in the design and maybe adding a really cool gradient to the chat boxes.

Thanks juno, holler and I'll send you the base files :) Oh yeah, and another little update, the mod now supports pngs. Another screenshot

#220404

Update: New version (Satin skin, png support, etc) now uploaded, download from first post.

#220783

Wow I tried it out and it's awesome, all except I have a small screen resolution. One quesiton though, how do I change my screen name in pandion? I can't find how too :(

#220799

It would be really great if image bubble can be stretchable.....sigh*

Great works....:)

#220827

@aashish13: There's no way that I know of to change your screen name in Pandion, just your status message.

@True: In order to use pngs I had to resort to a funny css hack which uses an IE function, that function provides a scale method handler, however, it scales the images really horribly, which of course loses the point of using png for aesthetics in the first place. However, someone recently told me that the Pandion developers announced (off the record) that they're working on a Mozilla version, so yay, native and *full* png support might be just around the corner.

#220836