[mToolTip] Icq-Nummer anzeigen
[mToolTip] Icq-Nummer anzeigen
Hallo zusammen,
ich habe ein Problem mit dem Anzeige-Text von mToolTip.
Ich möchte gerne das auch die ICQ-Nummer(UIN) mir von meinen Kontakten angezeigt wird.
Sie wird aber leider nicht angezeigt bzw es wird nichts dazu angezeigt als ob ich dafür keine Formation eingetragen hätte.
Meine Anzeigen-Text formatierung:
Alles geht wunderbar bis auf die zeile:
%%%id|<b>ID:</b>%tab%tab%%%%|
Habe ich was falsch gemacht und wie bekomme ich es hin, daß mir die ICQ-Nummer(UIN) auch angezeigt wird?
ich habe ein Problem mit dem Anzeige-Text von mToolTip.
Ich möchte gerne das auch die ICQ-Nummer(UIN) mir von meinen Kontakten angezeigt wird.
Sie wird aber leider nicht angezeigt bzw es wird nichts dazu angezeigt als ob ich dafür keine Formation eingetragen hätte.
Meine Anzeigen-Text formatierung:
Code: Alles auswählen
%photo%sicon
%%%lname|<b>Nick:</b>%tab%tab<b><c=#0000AA>%%%%</c></b>|
%%%status|<b>Status:%tab<c=#007700>%%%%</c></b>|
%%%smsg|<b>Nachricht:</b>%tab%%%%|
%%%id|<b>ID:</b>%tab%tab%%%%|
%#%first|<b>Name:</b>%tab%tab%%%%|%last| %%%%|
%%%iname|<b>Login:</b>%tab%tab%%%%|
%#%protocol|<b>Protokoll:</b>%tab%%%%|%ver| (%%%%)|
%%%mver|<b>Client:</b>%tab%tab%%%%|
%%%mail|<b>E-Mail:</b>%tab%%%%|
%line%
%%%ip|<b>WAN-IP:</b>%tab%%%%|
%%%realip|<b>LAN-IP:</b>%tab%%%%|
%%%idlesince|<b>Idle</b>%tab%tab%%%%|
%#%lsday|<b>Lastsee:</b>%tab%%%%|%lsmonth|.%%%%|%lsyear|.%%%%|%lshours|%%%%|%lsminutes|:%%%%|%lsseconds|:%%%%|
%#%logondate|<b>Online seit:</b>%tab%%%%| %logontime|um %%%%| Uhr
%%%idlesince|<b>Idle:</b>%tab%tab%%%% Stunden|
%#%bday|<b>Geburtstag:</b>%tab%%--%%|%bmonth|.%%--%%|%byear|.%%----%%|%age|(<b>%%%%</b> Jahre)|%dtb|, noch <b>%%%%</b>|
%%%user_ICQXStatusName|<b>Custom Status:</b>%tab%%%%|
%%%user_ICQXStatusMsg|<b>Nachricht:</b>%tab%%%%|
%%%city|<b>Wohnort:</b> %tab%%%%|
%%%phone|<b>Telefon:</b> %tab%%%%|
%%%cell|<b>Mobiltel.:</b> %tab%%%%|
%line%
%#%lastmsgdate|<b>Letz. Nachr.:</b>%tab%%%%|%lastmsgtime| %%%%|
%lastmsg|%%%%|
%%%id|<b>ID:</b>%tab%tab%%%%|
Habe ich was falsch gemacht und wie bekomme ich es hin, daß mir die ICQ-Nummer(UIN) auch angezeigt wird?
Zuletzt geändert von Cosmik am 14.08.2006, 21:59, insgesamt 1-mal geändert.
-
Tante Google
-
- Poweruser
- Beiträge: 523
- Registriert: 14.08.2005, 13:21
Also ich habs so gemacht:
%sicon%photo
<b>%lname|%%%%|</b>
%line%
%#Name:%first|%tab%tab%%%%| (%last|%%NA%%|)
%gender|Geschlecht:%tab%%%%|
%#%age|Alter:%tab%tab%%%% Jahre|
%#%bday|Geburtstag:%tab%%%%|.%bmonth|%%%%|.%byear|%%%%| (%dtb|in %%%%n|)
%#%city|Herkunft:%tab%%%%|
%id|ICQ-UIN:%tab%%<i>Keine vorhanden</i>%%|
%mail|E-Mail: %%%%|
%line%
%status|Aktueller Status: %%%%|
%#%smsg|Statusnachricht: %%%%|
%%Custom Status: %user_ICQXStatusName|%%%%|
%%Nachricht: %user_ICQXStatusMsg|%%%%|
%logondate|Online seit: %%%%|%logontime| - %%%%|
%%Untätig seit: %tab%idledate| %%%%|%idletime| - %%%%|
%#%lsday|Zuletzt online: %%%%|.%lsmonth|%%%%|.%lsyear|%%%%| - %lshours|%%%%|:%lsminutes|%%%%|:%lsseconds|%%%%| %lssince|(vor %%%% Std.)|
%#%lastmsgdate|Letzte Nachricht: %%%%| - %lastmsgtime|%%%%|
%lastmsg|IM: %%%%|
%line%
%#%ip|Externe IP: %%<i>nicht verfügbar</i>%%|
%#%mver|IM-Client: %%<i>nicht verfügbar</i>%%|
und damit funzt das auch ohne Probleme...kannstes ja mit dem fett angezeigtem code probieren
achja das heißt UIN und nicht uid
EDIT: aber mit deinem Code schnipsel funzte es bei mir auch o_O
%sicon%photo
<b>%lname|%%%%|</b>
%line%
%#Name:%first|%tab%tab%%%%| (%last|%%NA%%|)
%gender|Geschlecht:%tab%%%%|
%#%age|Alter:%tab%tab%%%% Jahre|
%#%bday|Geburtstag:%tab%%%%|.%bmonth|%%%%|.%byear|%%%%| (%dtb|in %%%%n|)
%#%city|Herkunft:%tab%%%%|
%id|ICQ-UIN:%tab%%<i>Keine vorhanden</i>%%|
%mail|E-Mail: %%%%|
%line%
%status|Aktueller Status: %%%%|
%#%smsg|Statusnachricht: %%%%|
%%Custom Status: %user_ICQXStatusName|%%%%|
%%Nachricht: %user_ICQXStatusMsg|%%%%|
%logondate|Online seit: %%%%|%logontime| - %%%%|
%%Untätig seit: %tab%idledate| %%%%|%idletime| - %%%%|
%#%lsday|Zuletzt online: %%%%|.%lsmonth|%%%%|.%lsyear|%%%%| - %lshours|%%%%|:%lsminutes|%%%%|:%lsseconds|%%%%| %lssince|(vor %%%% Std.)|
%#%lastmsgdate|Letzte Nachricht: %%%%| - %lastmsgtime|%%%%|
%lastmsg|IM: %%%%|
%line%
%#%ip|Externe IP: %%<i>nicht verfügbar</i>%%|
%#%mver|IM-Client: %%<i>nicht verfügbar</i>%%|
und damit funzt das auch ohne Probleme...kannstes ja mit dem fett angezeigtem code probieren

achja das heißt UIN und nicht uid

EDIT: aber mit deinem Code schnipsel funzte es bei mir auch o_O
-
- Poweruser
- Beiträge: 523
- Registriert: 14.08.2005, 13:21
Code: Alles auswählen
Miranda IM version: 0.5 Unicode
Build time: 14:11:24 on 28 July 2006
Profile size: 691.83 KBytes
Profile creation date: 06 Aug 2006 at 09:56:45
Nightly: No
Unicode core: Yes
[b]Active Plugins (25):[/b]
Aim.dll v.[b]0.0.0.6[/b] [28 Jul 2006] - AIM OSCAR Plugin - Version 6
clist_modern.dll v.[b]0.4.3.39[/b] [01 Aug 2006] - Modern Contact List (UNICODE)
dbx_3x.dll v.[b]0.5.1.0[/b] [28 Jul 2006] - Miranda database driver
historypp.dll v.[b]1.4.0.0[/b] [30 May 2003] - History++
IcoLib.dll v.[b]0.0.1.3[/b] [14 Jun 2006] - Icons Library Manager (Unicode)
ICQ.dll v.[b]0.3.7.0[/b] [28 Jul 2006] - IcqOscarJ Protocol (Unicode)
ieview.dll v.[b]1.0.9.4[/b] [07 Jun 2006] - IEView
import.dll v.[b]0.9.2.2[/b] [28 Jul 2006] - Import contacts and messages
IRC.dll v.[b]0.6.3.7[/b] [28 Jul 2006] - IRC Protocol
IRC_mysamurize.dll v.[b]0.6.3.7[/b] [28 Jul 2006] - IRC Protocol
loadavatars.dll v.[b]0.0.2.5[/b] [01 Aug 2006] - Avatar service (Unicode)
msn.dll v.[b]0.5.0.1[/b] [28 Jul 2006] - MSN Protocol (Unicode)
mtextcontrol.dll v.[b]0.0.1.10[/b] [09 Dec 2005] - Miranda Text Control [build #160]
mToolTip.dll v.[b]0.0.1.6[/b] [21 May 2006] - mToolTip
NewEventNotify.dll v.[b]0.0.4.0[/b] [11 Aug 2006] - NewEventNotify
NewStatusNotify.dll v.[b]1.1.3.0[/b] [11 Aug 2006] - NewStatusNotify
png2dib.dll v.[b]0.1.3.1[/b] [28 Jul 2006] - PNG images processor
PopUp.dll v.[b]2.0.3.97[/b] [09 Dec 2005] - PopUp Interoperability [RC2]
Skype.dll v.[b]0.0.0.18[/b] [08 Aug 2005] - Skype protocol
smileyaddw.dll v.[b]0.1.12.7[/b] [10 Jun 2006] - SmileyAdd Unicode
StartupStatus.dll v.[b]0.0.3.27[/b] [14 Jun 2006] - StartupStatus
tabsrmm.dll v.[b]1.0.0.0[/b] [30 Jul 2006] - tabSRMsgW (unicode)
uinfoexW.dll v.[b]0.1.2.18[/b] [06 Aug 2006] - Extended UserInfo (UNICODE)
VersionInfo.dll v.[b]1.2.0.4[/b] [26 Jul 2006] - Version Information
Yahoo.dll v.[b]0.3.0.9[/b] [28 Jul 2006] - Yahoo Protocol
-
- Poweruser
- Beiträge: 523
- Registriert: 14.08.2005, 13:21
-
- Poweruser
- Beiträge: 523
- Registriert: 14.08.2005, 13:21
So hab den fehler gefunden bzw. wurde im Miranda-IM.de Forum entdeckt.
mToolTip verträgt sich nicht mit uinfoexW.dll v.0.1.2.18 [06 Aug 2006] - Extended UserInfo (UNICODE)
Mir wird empfehlt die Version .16 zu nehmen, daß werde ich jetzt mal testen. Ich berichte weiter...
***EDIT***
...Hab jetzt uinfoexW.dll v.0.1.2.15 [16 Aug 2006] - Extended UserInfo (UNICODE)
Damit geht es auch wunderbar.
mToolTip verträgt sich nicht mit uinfoexW.dll v.0.1.2.18 [06 Aug 2006] - Extended UserInfo (UNICODE)
Mir wird empfehlt die Version .16 zu nehmen, daß werde ich jetzt mal testen. Ich berichte weiter...
***EDIT***
...Hab jetzt uinfoexW.dll v.0.1.2.15 [16 Aug 2006] - Extended UserInfo (UNICODE)
Damit geht es auch wunderbar.
-
- Poweruser
- Beiträge: 649
- Registriert: 03.01.2006, 17:38
-
- Poweruser
- Beiträge: 649
- Registriert: 03.01.2006, 17:38
Danke, aber ich habe diesen Eintrag irgendwie gar nicht
Habs so gemacht wie in der Anleitung beschrieben=/
Falls es gebraucht wird, hier meine Versionsinfo:

Falls es gebraucht wird, hier meine Versionsinfo:
CPU: AMD Athlon(tm) 64 Processor 3000+ [x86 Family 15 Model 12 Stepping 0]
Operating System: Microsoft Windows XP [version: 5.1.2600 Service Pack 1]
Installed RAM: 1024 MBytes
Free disk space on Miranda partition: 784 MBytes
Miranda path: C:\tools\Miranda IM
Miranda IM version: 0.6 alpha build #4 Unicode
Build time: 20:18:24 on 27 August 2006
Profile size: 11,712.00 KBytes
Profile creation date: 02 Mar 2006 at 21:40:52
Nightly: Yes
Unicode core: Yes
Active Plugins (20):
AwaySys.dll v.0.3.1.0 [27 Dec 2005] - Away System
chat.dll v.0.6.0.1 [27 Aug 2006] - Chat (Unicode)
clist_nicer.dll v.0.7.0.4 [27 Aug 2006] - CList Nicer+ (Unicode)
dbeditorpp.dll v.3.1.3.6 [05 Aug 2006] - Database Editor++
dbx_mmap.dll v.0.6.1.3 [27 Aug 2006] - Miranda database driver
help.dll v.0.1.2.2 [27 Aug 2006] - Help
historypp.dll v.1.4.0.0 [30 May 2003] - History++
ICQ.dll v.0.3.8.0 [27 Aug 2006] - IcqOscarJ Protocol (Unicode)
ieview.dll v.1.0.4.0 [30 Nov 2005] - IEView
loadavatars.dll v.0.0.2.8 [27 Aug 2006] - Avatar service (Unicode)
mTV.dll v.0.1.0.1 [31 Mar 2006] - mTV
NewStatusNotifyW.dll v.1.1.2.4 [10 Aug 2006] - NewStatusNotify (Unicode)
png2dib.dll v.0.1.3.1 [27 Aug 2006] - PNG images processor
scriver.dll v.2.2.9.3 [16 Dec 2005] - Scriver
ShutDown.dll v.1.4.0.0 [04 Jun 2003] - Shutdown
TweakUI.dll v.0.0.0.3 [27 Nov 2004] - TweakUI
VersionInfo.dll v.1.2.0.4 [26 Jul 2006] - Version Information
WhenWasIt.dll v.0.0.0.3 [12 Jun 2006] - WhenWasIt birthday reminder
WhoIsReadingMyStatusMsg.dll v.0.0.1.1 [12 Apr 2006] - WhoIsReadingMyStatusMsgNotify
yapp.dll v.0.0.8.7 [21 Apr 2006] - YAPP
Unloadable Plugins (1):
uinfoex.dll v.0.0.0.0 [13 Apr 2006] - <unknown>
Plugin statically links to missing dll file: MSVCR80.dll
-
- Poweruser
- Beiträge: 649
- Registriert: 03.01.2006, 17:38