Additional Instant Messengers ( Skype + GoogleTalk)

Started by hcfwesker, February 04, 2012, 04:11:06 PM

Previous topic - Next topic

Lalemy

yes, i have in the right directory.

in the memberlist and forum-posts is the icon, but not in the profil.

Draffi

You have a custom theme - did you edit the right template?

Lalemy

I do not have in that custom theme profil.template.php

haseyhh18

Lalemy and I still have the problem. :(


Quote from: Lalemy on June 28, 2013, 09:29:12 AM
Hello

sry for my english.

I have a problem with the announcement of Skype in the profile of the Members.

The changes are like that, as these should be, only the icon are not shown there.



Quote./Themes/default/Profile.template.php
Find: [Select]

            <th scope="col">', $txt['msn'], '</th>
            <th class="last_th" scope="col"></th>
         </tr>';

   // If they don't have any buddies don't list them!

Add Before: [Select]

            <th scope="col">', $txt['skype'], '</th>
            <th scope="col">', $txt['gtalk1'], '</th>
            


Find: [Select]

            <td align="center">', $buddy['msn']['link'], '</td>

Add Before: [Select]

         <td align="center">', $buddy['skype']['link'], '</td>
            <td align="center">', $buddy['gtalk']['link'], '</td>
            


Find: [Select]

            ', !isset($context['disabled_fields']['yim']) && !empty($context['member']['yim']['link']) ? '<li>' . $context['member']['yim']['link'] . '</li>' : '', '

Add After: [Select]


            ', !isset($context['disabled_fields']['skype']) && !empty($context['member']['skype']['link']) ? '<li>' . $context['member']['skype']['link'] . '</li>' : '', '
            ', !isset($context['disabled_fields']['gtalk']) && !empty($context['member']['gtalk']['link']) ? '<li>' . $context['member']['gtalk']['link'] . '</li>' : '', '

I hope, one can help me

SMF-Version 2.0.4

Greets
Lalemy

hcfwesker

Have you made the manual edits for your custom theme's Profile.template.php file?  also, have you added the images for skype and GoogleTalk to your custom theme's images folder?  did you activate them under the admin settings?

haseyhh18

#65
Quote from: hcfwesker on July 01, 2013, 10:19:07 PM
Have you made the manual edits for your custom theme's Profile.template.php file?  also, have you added the images for skype and GoogleTalk to your custom theme's images folder?  did you activate them under the admin settings?

You read Lalemy's posts ;)
Quote from: Lalemy on June 28, 2013, 11:25:16 AM
I do not have in that custom theme profil.template.php

And yes, we have addet the Images in the Custom Theme Folder..
Yes, is it activated.. We have the Icon in the Member List and in the "Who is Online"-List.. But don't in the Profile! :(

hcfwesker

If they do not appear when checking the SMF Default Curve theme, then please upload and attach the default theme's Profile.template.php file

haseyhh18

We have edit the Profile.template.php in the default Folder.. We don't have the Profile.template.php in other Theme-Folder.
The Facebook Icon is available in the Profile. But dont the Skype Icon.. :(

You see this post from Lalemy.. :)

Quote from: Lalemy on June 28, 2013, 09:29:12 AM
Hello

sry for my english.

I have a problem with the announcement of Skype in the profile of the Members.

The changes are like that, as these should be, only the icon are not shown there.



Quote./Themes/default/Profile.template.php
Find: [Select]

            <th scope="col">', $txt['msn'], '</th>
            <th class="last_th" scope="col"></th>
         </tr>';

   // If they don't have any buddies don't list them!

Add Before: [Select]

            <th scope="col">', $txt['skype'], '</th>
            <th scope="col">', $txt['gtalk1'], '</th>
            


Find: [Select]

            <td align="center">', $buddy['msn']['link'], '</td>

Add Before: [Select]

         <td align="center">', $buddy['skype']['link'], '</td>
            <td align="center">', $buddy['gtalk']['link'], '</td>
            


Find: [Select]

            ', !isset($context['disabled_fields']['yim']) && !empty($context['member']['yim']['link']) ? '<li>' . $context['member']['yim']['link'] . '</li>' : '', '

Add After: [Select]


            ', !isset($context['disabled_fields']['skype']) && !empty($context['member']['skype']['link']) ? '<li>' . $context['member']['skype']['link'] . '</li>' : '', '
            ', !isset($context['disabled_fields']['gtalk']) && !empty($context['member']['gtalk']['link']) ? '<li>' . $context['member']['gtalk']['link'] . '</li>' : '', '

I hope, one can help me

SMF-Version 2.0.4

Greets
Lalemy

hcfwesker

once again you failed to follow my instructions for what i asked for.

Quote from: hcfwesker on July 06, 2013, 04:21:23 PMIf they do not appear when checking the SMF Default Curve theme.... then please upload and attach the default theme's Profile.template.php file

You never said if they appear or not on the SMF DEFAULT CURVE theme.  i dont care about the custom theme right now.  I don't care about lalemy's post we've already covered that.  why do you keep quoting it.  Stop!   I cannot read minds and magically figure out your issue in a whim, so I HAVE TO take this one step at a time.

And what does this have to do with facebook icon?  that is a different mod so telling me about facebook does nothing to help me figure out what the issue is.  UNLESS you installed both my MODs which in that case, 1 will give you failed installs after the other is insyalled first.  So if you added this one second and didn't make manual edits to files then that is the problem ... failed installs on Sources/Load.php & Sources/ManageSettings.php among other files may be the issue.

Check these files and see if the correct edits were added.
Sources/Load.php
Sources/ManageSettings.php
Sources/ManageMembers.php
Themes/default/Profile.template.php

haseyhh18

Sorry, my English is not got
Same Probleme in the default Theme.

You See?!


Lalemy and I are Friends. This is at the same Forum.

Lalemy has installed both mods manually.


hcfwesker

again, my questios are getting skipped and we're going in circles.  check the Sources files I listed above.  and manually installing is most likely what caused the errors.  he/she is going to have to go through each file to check all edits from the Mod got added correctly, then check and make sure skype got added to the database for smf_members

haseyhh18


forumfjott


TheListener

Quote from: forumfjott on November 20, 2013, 03:18:11 PM
Anyone tried this for 2.0.6. version?

If what you are asking is does this work on 2.0.6 then the answer is yes.

forumfjott


NekoJonez

Inb4 somebody asks. Yes, 2.0.7 as well. Confirmed by me.
Retro video game blogger, writer, actor, podcaster and general amazing dude.

Twitter
My Blog

hcfwesker


NekoJonez

Hi man, if possible... Could you add Trillian to this mod?
Retro video game blogger, writer, actor, podcaster and general amazing dude.

Twitter
My Blog

hcfwesker

Just a heads up you can add your own; just like how you do custom social media icons, but for instant messengers.  Not with this mod, but just create a new custom profile field, and use the option "With Icons" (something like that) on where it's displayed.  that puts the new custom field in the same row with the messenger icons ;)

Here's skype as an example :: http://www.simplemachines.org/community/index.php?topic=460078.0

I've never heard of many using Trillian, actually the first time i've ever heard of it lol.  And, it's gotta be something popular to go through the trouble of adding a new icon to the MOD. 

forumfjott

Quote from: NekoJonez on February 05, 2014, 06:42:41 AM
Hi man, if possible... Could you add Trillian to this mod?
Havent' used it since mid 00's, but Trillian is just a "hub" for many messenger softwares as I understand it. You don't have a Trillian account, do you?

Advertisement: