vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Add Skype/Xfire/Google Talk to IM List (https://vborg.vbsupport.ru/showthread.php?t=98707)

tasarimdunyasi 10-21-2005 11:20 AM

thx a lot...

GuaRRand 10-21-2005 12:21 PM

Quote:

Originally Posted by Hawkbizkit
you will need to do the template edits inthe install txt file in the zip...for the profile page it is the modifyprofile template

BWHAHA...completely forgot that :D

Thnx

Cheertobi 10-21-2005 07:08 PM

Hi,

sorry for asking that! Is it right, that for skype all user information are just displayed? Is there no interaction for adding users to the contactlist or sending msg via web to skype?! I do not use skype, but my users ;)

Regards,

Tobi

Trovador 10-23-2005 12:02 PM

I'm interested in add jabber a IM list, What should I change to get this??

davidw 10-24-2005 12:25 PM

Silly question but...
I've installed this (haven't checked the functionality of it yet) and the headinclude edits show up at the top of my forum. Anything that I'm doing wrong to make this happen?

Edit: To make it quit appearing, I had to edit the code from:
PHP Code:

function gtwindow(useridwidthheight)
{
    return 
openWindow(
        
'sendmessage.php?' SESSIONURL 'do=googletalk&u=' userid,
        
widthheight
    
);
}
function 
xfirewindow(useridwidthheight)
{
    return 
openWindow(
        
'sendmessage.php?' SESSIONURL 'do=xfire&u=' userid,
        
widthheight
    
);
}
function 
skypewindow(useridwidthheight)
{
    return 
openWindow(
        
'sendmessage.php?' SESSIONURL 'do=skype&u=' userid,
        
widthheight
    
);


to
PHP Code:

<script type="text/javascript">
<!--
function 
gtwindow(useridwidthheight)
{
    return 
openWindow(
        
'sendmessage.php?' SESSIONURL 'do=googletalk&u=' userid,
        
widthheight
    
);
}
function 
xfirewindow(useridwidthheight)
{
    return 
openWindow(
        
'sendmessage.php?' SESSIONURL 'do=xfire&u=' userid,
        
widthheight
    
);
}
function 
skypewindow(useridwidthheight)
{
    return 
openWindow(
        
'sendmessage.php?' SESSIONURL 'do=skype&u=' userid,
        
widthheight
    
);
}
// --> 

Edit - this is also hindering the popup

Snake 10-26-2005 09:33 AM

Hawkbizkit, could you make all those 3 IM images transparent so it will work fine on my dark skin please? Here's the link to my skin: http://forums.mgszone.com

davidw 10-26-2005 12:32 PM

At the bottom of the instructions for WOL, it should read:

HTML Code:

                        $userinfo[gticon]
                        $userinfo[xfireicon]
                        $userinfo[skypeicon]

rather than:

HTML Code:

                        $post[gticon]
                        $post[xfireicon]
                        $post[skypeicon]


davidw 10-26-2005 02:12 PM

I got the headinclude fixed...

The issue was that I was putting it after:

<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
// -->

rather than in between:

<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
// -->

and

</script>

I guess I missed the </script> closetag altogether.

Hawkbizkit 10-26-2005 03:04 PM

sorry i am in mexico and have been here since last friday and i come home this friday so until then i will not be around much for support but for the dark themed IM images i included the psd file so you can edit it for a dark theme since i also use a dark them.

evenmonkeys 10-26-2005 07:22 PM

How do we add our own fields based on your hack?


All times are GMT. The time now is 09:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01231 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete