Customize quick access menu in ICQ6
Tuesday, July 3, 2007 by whiterabbit007 | Discussion: Windows XP
I never use ICQ's sms/video/phone options, but I do like the quick access menu they added in ICQ6 that gives you access to common functions right from the contact list. I wanted to remove some of these shortcuts, in part because I never use them and in part because they push the "file transfer" shortcut into a "more" (arrow) menu, which means it's no longer quickly accessible. Anyway, after some digging around I found out it's easy to do.
In the ICQ6 installation folder go to services\icqApp\ver1\content\MUICore\ContactList and open the CLUserCommLine.box file in any text editor (notepad will do but something like editpad or notepadd++ is better). Actually back it up first just in case.
In the file find a block titled "icqUserCommLineToolbar". You will see a bunch of XML code, most of it is not important, what's important is the following section
- <box:aolImageButton id="IM" style="ToolbarButtonStyle"
- tooltip="&UserCommLine.tooltip.im;"
- iconNormal="#image.UserCommLineToolbar.IM-normal" />
- <box:aolImageButton id="SMS" style="ToolbarButtonStyle"
- tooltip="&UserCommLine.tooltip.sms;"
- iconNormal="#image.UserCommLineToolbar.SMS-normal" />
- <box:aolImageButton id="VOICE" style="ToolbarButtonStyle"
- tooltip="&UserCommLine.tooltip.voice;"
- iconNormal="#image.UserCommLineToolbar.VOICE-normal" />
- <box:aolImageButton id="VIDEO" style="ToolbarButtonStyle"
- tooltip="&UserCommLine.tooltip.video;"
- iconNormal="#image.UserCommLineToolbar.VIDEO-normal" />
- <box:aolImageButton id="PHONE" style="ToolbarButtonStyle"
- tooltip="&UserCommLine.tooltip.phone;"
- iconNormal="#image.UserCommLineToolbar.PHONE-normal" />
- <box:aolImageButton id="FILE" style="ToolbarButtonStyle"
- tooltip="&UserCommLine.tooltip.filetransfer;"
- iconNormal="#image.UserCommLineToolbar.FILE-normal" />
These are the six shortcuts you have there - send message, send sms, voice, video, call phone and file transfer. Each button is handled by the piece of code starting with '
Cheers
White Rabbit
P.S. I've no idea why the xml code is displayed like that, I can't seem to be able to properly format it, sorry.
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!






