vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   AJAXIM Intergration (https://vborg.vbsupport.ru/showthread.php?t=180621)

prowarfare 05-26-2008 10:18 PM

AJAXIM Intergration
 
I would like if someone could make a script where you can use AJAXIM with your forums user list. So you can login with your vbulletin username and password.

I would like this to be on a seperate page , exp:

My forums directory: http://www.forums.sample.com
My AJAXIM directory: http://www.im.sample.com

Please let me know if someone could work on a script for this.

MoT3rror 05-27-2008 12:05 AM

I am glad you found this because I was going to develop something like this for my website. I am planning to develop this so it is on every page.

I will see if I can develop this so it is on it's own page.

prowarfare 05-27-2008 12:57 PM

Ok, that would be great. Let me know if you would like any help.

schlottkej 06-07-2008 08:15 PM

Yeah, Id love it too.. not sure why it hasnt been done yet, but AJAXIM linked with the vBulletin Userbase could be huge... imagine having a chatbox built right into your CP/Profile page, or having it called on every page as part of a sidebar.

prowarfare 06-07-2008 09:11 PM

You could also have it open up in a movable javascript popup while you navigate thought the site.

I would really like to see this done.

logicuk 06-08-2008 07:57 AM

yea this is amazing if someone can make this for vb 3.7 be so sweeet :D

--------------- Added [DATE]1212996879[/DATE] at [TIME]1212996879[/TIME] ---------------

bump this could be a great feature to give paid members on the forum

ViciousCode 01-26-2009 08:25 AM

would be cool

dlcVB 03-23-2009 11:28 PM

Did anyone ever make any progress on integrating ajaxIM into vBulletin? We are in the final stages of doing it on one of our sites, but we haven't completed it. I was wondering if anyone has any words of wisdom from previous experience.

Currently we have:
- a layout like in Facebook, we modified the buddy list to spring up from the bottom of the screen and chats are anchored as well
- working on importing either contacts or friends from the users profile, not sure yet which will work
- auto-login is working using the person's vB credentials
- chat reloads as the person moves from page to page. We minimize both the chat window and the buddy list when they move to another page figuring their focus has changed from the chat to the page content.
- need to determine a way to notify the user a new message is posted to a minimized chat, right now it only uses an audio tone.

Any suggestions for things to look out for would be appreciated.

TNCclubman 03-23-2009 11:44 PM

WOW!
can you release what you guys have done for everyone? Ive been asking for this for months now!!!

Cant believe the amount of work you guys have accomplished!

fattony69 03-23-2009 11:58 PM

Quote:

Originally Posted by dlcVB (Post 1775421)
Did anyone ever make any progress on integrating ajaxIM into vBulletin? We are in the final stages of doing it on one of our sites, but we haven't completed it. I was wondering if anyone has any words of wisdom from previous experience.

Currently we have:
- a layout like in Facebook, we modified the buddy list to spring up from the bottom of the screen and chats are anchored as well
- working on importing either contacts or friends from the users profile, not sure yet which will work
- auto-login is working using the person's vB credentials
- chat reloads as the person moves from page to page. We minimize both the chat window and the buddy list when they move to another page figuring their focus has changed from the chat to the page content.
- need to determine a way to notify the user a new message is posted to a minimized chat, right now it only uses an audio tone.

Any suggestions for things to look out for would be appreciated.

Can you share the import system?

dlcVB 03-24-2009 12:12 PM

Our plan is to get most of the kinks worked out so we can launch and then we will be posting either a plugin or a product so others can use it as well. I'm sure there will be issues that come up that will need to be ironed out, so we'll be looking for help from the community to identify them.

TNCclubman 03-24-2009 12:44 PM

set up a paypal donate button as well, I will donate once its ready...

dlcVB 04-22-2009 02:46 AM

1 Attachment(s)
We have deployed the chat on the live site, but there were some changes we had to make from our original plan. We found that loading the JS on every page was just not going to work, it was taking too long for the browser to process the JS each time. We played with different ways of speeding this up, but even as we got the download to be as quick as we could, it was the processing of the JS that held us up.
We decided to go another route that would give the same functionality, but not require the repeated downloads on each page. What we came up with was to use an iframe to anchor the chat to the bottom of the page and then load the rest of the site above it. It worked like a charm, and the only downside is that it will be hard for people to bookmark pages when the chat is activated. We made the chat something a member had to start, and then also added a "quit chat" button that gets them out of the iframe.
The contacts match up with the buddy list, the login has been automated, and the chat windows alarm and keep the conversation even when the window is minimized.

Here is a screen shot of what we have. The gray bar at the bottom is the anchored bar, everything above that is running in an iframe. From this version we also got rid of the add/remove icons and just push the people to their buddy list within vbulletin to handle management of buddies. We also added the logout button at the bottom of the buddy list window.

Going to see what it will take to share this with the community to help work out more of the bugs that I'm sure are hidden in there somewhere.

pein87 04-23-2009 09:02 PM

this looks nice will you make it a CC app or a paid app?

prowarfare 04-24-2009 03:34 AM

This would be a huge hit, if you can get it fully integrated.

dlcVB 04-24-2009 04:50 AM

I've taken a quick screencast of what we have working now. I can't open the site up just yet, but we have a dev site where we'll be installing the Facebook style chat soon. so far we haven't had any complaints, but its hard to tell how much its being used. Hopefully we can find some time to put all the files together to post for download soon.

Screencast of FB-Chat in vB

Chicago_VLNU_4s 04-24-2009 03:04 PM

nice.. hope to see this up and running soon.

pein87 04-24-2009 04:34 PM

did you integrate the users group and combine the needed tables so that it works off of vbulletin? I tried the standalone and its less then what I thought it would be but if it pulls the info from vbulletins freinds group that would be cool and if you made it so you dont need to join a group just to chat that would be pretty cool.

Nordinho 04-26-2009 03:51 PM

Quote:

Originally Posted by dlcVB (Post 1797930)
I've taken a quick screencast of what we have working now. I can't open the site up just yet, but we have a dev site where we'll be installing the Facebook style chat soon. so far we haven't had any complaints, but its hard to tell how much its being used. Hopefully we can find some time to put all the files together to post for download soon.

Screencast of FB-Chat in vB

Looks very good. Anxiously waiting for it!

Uegnet 04-26-2009 08:28 PM

This is gonna rock so much.

Elenna 04-27-2009 02:55 PM

Looking very very nice, thank you for your work on this!

Are the chat messages logged in any way? Unsure if we would want the funtionality, but our users might ask.

ragtek 04-28-2009 11:42 AM

Is there now something available?

Ajaxim would be realy great

LCN2007 04-28-2009 12:22 PM

X2 waiting to see what developes

Jens* 05-03-2009 12:24 PM

Looks really good. :-)

Alfa1 05-03-2009 10:20 PM

* subscribes

thcf 05-05-2009 05:56 AM

Looks amazing i will make a $100 donation when this is released like i did with vboptimise

Cryo 05-07-2009 03:08 PM

Quote:

Originally Posted by dlcVB (Post 1796453)
What we came up with was to use an iframe to anchor the chat to the bottom of the page and then load the rest of the site above it. It worked like a charm, and the only downside is that it will be hard for people to bookmark pages when the chat is activated.

There's a way around this, since it's the same method Facebook uses to keep their chat always on top. It involves the use of JavaScript and *should* be relatively easy to implement. Here's a document explaining the technique with examples in detail...

http://ajaxpatterns.org/Unique_URLs

This doesn't necessary have to be implemented in the chat product either, it could be a separate product entirely. When I get home later tonight I'm going to play with my test install and see if I can get something working.

I'm also very excited for what you've done with this. I'll also be willing to make a donation once a solid product is created. It's pretty much exactly what I'm looking for. If you need help with the styling of it let me know; I'd be more than happy to contribute there as well.

Edit: http://www.asual.com/swfaddress/

dlcVB 05-07-2009 03:38 PM

Quote:

Originally Posted by Elenna (Post 1799939)
Looking very very nice, thank you for your work on this!

Are the chat messages logged in any way? Unsure if we would want the funtionality, but our users might ask.

chat messages are only logged for 60 minutes. After that they are removed. This allows a person to recall a conversation that recently took place, but does not let the table get bloated after a day or heavy usage.

--------------- Added [DATE]1241714493[/DATE] at [TIME]1241714493[/TIME] ---------------

Quote:

Originally Posted by pein87 (Post 1798248)
did you integrate the users group and combine the needed tables so that it works off of vbulletin? I tried the standalone and its less then what I thought it would be but if it pulls the info from vbulletins freinds group that would be cool and if you made it so you dont need to join a group just to chat that would be pretty cool.

The way we have it working is that it keys off the user's vbulletin contact list. So the person has to be a contact to send a message. There is a button that has been hidden that allows the user to send an IM to anyone on the site, we just decided to hide this button.

LCN2007 05-07-2009 03:53 PM

Quote:

Originally Posted by dlcVB (Post 1806442)
chat messages are only logged for 60 minutes. After that they are removed. This allows a person to recall a conversation that recently took place, but does not let the table get bloated after a day or heavy usage.

--------------- Added [DATE]1241714493[/DATE] at [TIME]1241714493[/TIME] ---------------



The way we have it working is that it keys off the user's vbulletin contact list. So the person has to be a contact to send a message. There is a button that has been hidden that allows the user to send an IM to anyone on the site, we just decided to hide this button.

Will you guys be releasing this to us?

will there be a option to let with admin/mods use that hidden button?

mystikmedia 05-13-2009 11:10 PM

I will make a $100 donation also. Anxious to see it.

stradfred89 05-21-2009 05:36 AM

Any news please ?

Theater 05-23-2009 08:25 PM

Quote:

Originally Posted by stradfred89 (Post 1814466)
Any news please ?

Ditto, this would be amazing for any board to have.

Nordinho 05-30-2009 11:44 AM

Quote:

Originally Posted by Theater (Post 1815917)
Ditto, this would be amazing for any board to have.

Can't agree more! Any updates on the progress.

anantgarg 06-03-2009 05:51 AM

Please have a look at this post:
https://vborg.vbsupport.ru/showthrea...=facebook+chat

N-0p3rz 06-14-2009 06:25 AM

Any progress?

This modification looks a lot more polished than the other one posted.

N-0p3rz 07-10-2009 04:19 AM

what happened to this?

abbasbsp 07-19-2009 05:14 PM

Quote:

Originally Posted by dlcVB (Post 1797930)
I've taken a quick screencast of what we have working now. I can't open the site up just yet, but we have a dev site where we'll be installing the Facebook style chat soon. so far we haven't had any complaints, but its hard to tell how much its being used. Hopefully we can find some time to put all the files together to post for download soon.

Screencast of FB-Chat in vB

yes, I am waiting for you ... plz

Hicksatpd 07-21-2009 12:01 AM

I too would be very interested in this!

amjadz4 10-21-2009 06:49 PM

NO updates here? AJAXIM is awesome...we really need an integration!

BlackJacket 01-30-2010 03:14 AM

Out of all the great developers here at VB.org how come no one has done this request? So far only one person has made an attempt but never released it publicly.

I will greatly donate to get this going!

Someone please take a look at his and do it!


All times are GMT. The time now is 01:30 PM.

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.01893 seconds
  • Memory Usage 1,819KB
  • 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
  • (9)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
  • (40)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