vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Facebook/MySpace-Like IM Bar (https://vborg.vbsupport.ru/showthread.php?t=227907)

Conner85 11-13-2009 10:00 PM

Facebook/MySpace-Like IM Bar
 
1 Attachment(s)
I searched everywhere for a tutorial on how to create a Facebook/MySpace-like IM bar. I finally found a site that does all the work for you. It's as easy as creating an account at http://www.icemelon.com, customizing your bar and pasting code!

All credit goes to the author(s) at IceMelon.com

Live Demo: I have chosen to remove the live demo link because I have switched to CometChat. I no longer use this on my forums.

What this does:
  • Allows your users to interact with each other via instant message.

I do not own any rights to IceMelon.com. I just came across this awesome add on and I want to share it with everyone else.

INSTALLATION

1. Go to http://www.icemelon.com/services.php?details=IM and create an account.
2. Customize your bar's colors to fit your style. (customization options are limited to non-paying users)
3. Go to AdminCP>>Styles & Templates>>Style Manager and choose which style(s) you want to edit. In the drop down menu, click Edit Templates.
4. Find your header or footer (because every page uses header and footer templates and the IM bar will show on all pages) template and add at the very bottom
Code:

<script src="http://www.icemelon.com/IM/icemelon_IM.php?acct=YourACCTNumber&enc=YourENCCode&usr=$bbuserinfo[username]" type="text/javascript"></script>
If you only want your registered users to use this feature and not guests/unregistered users, use this code
Code:

<if condition="$show['member']">
<script src="http://www.icemelon.com/IM/icemelon_IM.php?acct=YourACCTNumber&enc=YourENCCode&usr=$bbuserinfo[username]" type="text/javascript"></script>
</if>

Make sure you use your ACCT number and ENC code in place of YourACCTNumber and YourENCCode.

On IceMelon, near the very end of your code, it will say
Code:

user=[USERNAME]
Be sure to keep
Code:

$bbuserinfo[username]
in place of that as it is above.

Keep in mind that paying users have more control over customizations. Paid features are listed at http://www.icemelon.com/IM.php?plans.

That should be it. If I left any steps out, please let me know. Enjoy!

DustyJoe 11-14-2009 04:30 AM

reserved

hymoo 11-14-2009 05:34 AM

This feature is nice but it's very slow I must say (after testing it in your forum)

Conner85 11-14-2009 05:42 AM

I've notice that too. Maybe the paid version is faster, but who knows. This is the only IM feature I can find for vBulletin, though. The author does state on his site that this feature is still in the works, so maybe he's still working out all the kinks.

RTMdotORG 11-14-2009 05:43 AM

Doesnt show up for me...
and i have the info added correctly

Conner85 11-14-2009 05:53 AM

Quote:

Originally Posted by RTMdotORG (Post 1913927)
Doesnt show up for me...
and i have the info added correctly

Double check to see if you have these settings correct

You've entered your correct URL at IceMelon.com (it won't show up on any other URL except for the one you provide at registration)
You've replaced YourACCTNumber with the ACCT number IceMelon.com provided you
You've replaced YourENCCode with the ENC code IceMelon.com provided you

Karm4 11-14-2009 07:35 AM

The idea is great but what is with all these people creating them and only hosting them on their servers? I want to host it all on my own server minus any sponsors. If anyone decides to create one let me know.

abdobasha2004 11-14-2009 09:26 AM

this is just template edit !
no mod

amjadz4 11-14-2009 09:31 AM

where can you find the paid no ad version?

GoTTi 11-14-2009 02:22 PM

i use http://www.cometchat.com/


All times are GMT. The time now is 02:45 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.01200 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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