Kontakt i profilinställningarna

Diskussion gällande forumet
Användarvisningsbild
Jarulf
Inlägg: 604
Blev medlem: 04 feb 2007, 22:46
OS: Ubuntu
Ort: Skellefteå
Kontakt:

Kontakt i profilinställningarna

Inlägg av Jarulf »

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?
Bild
Användarvisningsbild
DeepThought
Inlägg: 2769
Blev medlem: 19 dec 2006, 11:07
OS: Arch Linux
Ort: Göteborg

SV: Kontakt i profilinställningarna

Inlägg av DeepThought »

Jarulf skrev: Hur som haver, jag tycker helt klart att Jabber ska finnas med i listan. Någon som håller med?
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å det ;)
WE WILL ALWAYS BE SO MUCH MORE HUMAN THAN WE WISH TO BE...
Användarvisningsbild
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

Inlägg av Urban Anjar »

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... :D
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#
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Kontakt i profilinställningarna

Inlägg av Okänd »

Nåt framsteg i den här frågan?
Användarvisningsbild
DeepThought
Inlägg: 2769
Blev medlem: 19 dec 2006, 11:07
OS: Arch Linux
Ort: Göteborg

SV: Kontakt i profilinställningarna

Inlägg av DeepThought »

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...
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Kontakt i profilinställningarna

Inlägg av Okänd »

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/
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Kontakt i profilinställningarna

Inlägg av Okänd »

DeepThought skrev: 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..
Så ser det ut 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.
Jag jobba på flera fronter men kan inte lova någonting just nu.

:'( :'( :'(
Okänd
Inlägg: 30172
Blev medlem: 03 mar 2008, 01:30
OS: Ubuntu

SV: Kontakt i profilinställningarna

Inlägg av Okänd »

Little John skrev:
DeepThought skrev: 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..
Så ser det ut 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.
Jag jobba på flera fronter men kan inte lova någonting just nu.

:'( :'( :'(
Tack :)
Skriv svar

Återgå till "Forum"