Hoj.
I profilinställningarna där man kan ange sitt ICQ-nummer och olika IM-protokoll tycker jag det borde göras om lite. Jabber borde läggas till(öppet protokoll som är riktigt vasst och borde promotas lite mer), och frågan är om YIM och AOL är så värstans välanvänt i Sverige. Hade inte YIM byggts ihop med ICQ förresten?
Hur som haver, jag tycker helt klart att Jabber ska finnas med i listan. Någon som håller med?
Kontakt i profilinställningarna
- DeepThought
- Inlägg: 2769
- Blev medlem: 19 dec 2006, 11:07
- OS: Arch Linux
- Ort: Göteborg
SV: Kontakt i profilinställningarna
Ja, absolut skall det det! Har för mig att frågan har dykt upp förut, och tanken har slagit mig ett antal gånger, så det är nog egentligen bara att uppmärksamma admin på detJarulf skrev: Hur som haver, jag tycker helt klart att Jabber ska finnas med i listan. Någon som håller med?

WE WILL ALWAYS BE SO MUCH MORE HUMAN THAN WE WISH TO BE...
- Urban Anjar
- Inlägg: 7306
- Blev medlem: 05 nov 2006, 22:59
- OS: Ubuntu
- Utgåva: 22.10 Kinetic Kudu
- Ort: Vickleby
- Kontakt:
SV: Kontakt i profilinställningarna
Hålle också helt med. Admin är dock rätt hårt belagd med att bygga vår nya portal, så ge honom lite tålamod... 

Ubuntu från början: http://ubuntufranborjan.wordpress.com/
Vill påminna om den här lilla filmen http://video.google.com/videoplay?docid ... 522818645#
Vill påminna om den här lilla filmen http://video.google.com/videoplay?docid ... 522818645#
SV: Kontakt i profilinställningarna
Nåt framsteg i den här frågan?
- DeepThought
- Inlägg: 2769
- Blev medlem: 19 dec 2006, 11:07
- OS: Arch Linux
- Ort: Göteborg
SV: Kontakt i profilinställningarna
Det var ordentligt på gång för ett tag sedan, men jag vet inte om det rann ut i sanden igen
Skall kolla upp det, för det är så pass intressant..

WE WILL ALWAYS BE SO MUCH MORE HUMAN THAN WE WISH TO BE...
SV: Kontakt i profilinställningarna
Det som är intressant är phpBB3, Olympus och där är Jabber inbyggt.
Tyvärr verkar det dra ut på tiden och de har också gått igenom en djupare konflikt.
http://www.phpbb.com/
Tyvärr verkar det dra ut på tiden och de har också gått igenom en djupare konflikt.
http://www.phpbb.com/
SV: Kontakt i profilinställningarna
Så ser det ut just nu :DeepThought skrev: Det var ordentligt på gång för ett tag sedan, men jag vet inte om det rann ut i sanden igenSkall kolla upp det, för det är så pass intressant..
Jag jobba på flera fronter men kan inte lova någonting just nu.Language Support
By default this Mod only modifies the language files for
English. If you want to have this mod translated to your
language, please add the following strings to the specified
language files:
-- Languages/index.yourlanguage.php
$txt['Jabber'] = 'Jabber';
-- Languages/Profile.yourlanguage.php
$txt['smfjabber'] = 'This is your Jabber address';
(you may want to translate this one...)
************************************************************
Database Changes:
-Adds the field "Jabber" to the members table in your database
************************************************************
Files Modified:
- Sources Directory files
-- Load.php
-- ManageMembers.php
-- Memberlist.php
-- News.php
-- Profile.php
-- Register.php
-- Subs-Members.php
- Babylon Theme files (If Present)
-- Display.template.php
- Classic YaBB SE Theme files (If Present)
-- Display.template.php
- SMF Default Theme files
-- Display.template.php
-- Help.template.php
-- Memberlist.template.php
-- PersonalMessage.template.php
-- Profile.template.php
-- Who.template.php
-- Languages/index.english.php
-- Languages/Profile.english.php
Files Added:
- Babylon Theme files (If Present)
-- jabber.png
-- jabber-icon.png
- Classic YaBB SE Theme files (If Present)
-- jabber.png
-- jabber-icon.png
- SMF Default Theme files
-- jabber.png
-- jabber-icon.png
************************************************************
Theme specific installation:
Should you desire to install this mod to a
different theme, you shouldn't have too much
trouble. My site's custom themes pretty much
run on the same files as were the default
installed with SMF.
The only file I needed to modify across my
themes was Display.template.php and the mods
to that file across the themes are as follows:
Where the original code was -
', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['yim']['link'], '
', $message['member']['aim']['link'], '<br>';
I changed to the following -
', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['yim']['link'], '
', $message['member']['aim']['link'], '
', $message['member']['jabber']['link'], '<br>';
If you have applied customized copies of any
other file listed above, for any theme, you will
need to search you're code for the custom copy
and compare it directly to the modified defaults.



SV: Kontakt i profilinställningarna
TackLittle John skrev:Så ser det ut just nu :DeepThought skrev: Det var ordentligt på gång för ett tag sedan, men jag vet inte om det rann ut i sanden igenSkall kolla upp det, för det är så pass intressant..
Jag jobba på flera fronter men kan inte lova någonting just nu.Language Support
By default this Mod only modifies the language files for
English. If you want to have this mod translated to your
language, please add the following strings to the specified
language files:
-- Languages/index.yourlanguage.php
$txt['Jabber'] = 'Jabber';
-- Languages/Profile.yourlanguage.php
$txt['smfjabber'] = 'This is your Jabber address';
(you may want to translate this one...)
************************************************************
Database Changes:
-Adds the field "Jabber" to the members table in your database
************************************************************
Files Modified:
- Sources Directory files
-- Load.php
-- ManageMembers.php
-- Memberlist.php
-- News.php
-- Profile.php
-- Register.php
-- Subs-Members.php
- Babylon Theme files (If Present)
-- Display.template.php
- Classic YaBB SE Theme files (If Present)
-- Display.template.php
- SMF Default Theme files
-- Display.template.php
-- Help.template.php
-- Memberlist.template.php
-- PersonalMessage.template.php
-- Profile.template.php
-- Who.template.php
-- Languages/index.english.php
-- Languages/Profile.english.php
Files Added:
- Babylon Theme files (If Present)
-- jabber.png
-- jabber-icon.png
- Classic YaBB SE Theme files (If Present)
-- jabber.png
-- jabber-icon.png
- SMF Default Theme files
-- jabber.png
-- jabber-icon.png
************************************************************
Theme specific installation:
Should you desire to install this mod to a
different theme, you shouldn't have too much
trouble. My site's custom themes pretty much
run on the same files as were the default
installed with SMF.
The only file I needed to modify across my
themes was Display.template.php and the mods
to that file across the themes are as follows:
Where the original code was -
', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['yim']['link'], '
', $message['member']['aim']['link'], '<br>';
I changed to the following -
', $message['member']['icq']['link'], '
', $message['member']['msn']['link'], '
', $message['member']['yim']['link'], '
', $message['member']['aim']['link'], '
', $message['member']['jabber']['link'], '<br>';
If you have applied customized copies of any
other file listed above, for any theme, you will
need to search you're code for the custom copy
and compare it directly to the modified defaults.
![]()
![]()
