Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Toksta Chat Integration Details »»
Toksta Chat Integration
Version: 1.00, by veenuisthebest veenuisthebest is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.x Rating:
Released: 04-21-2009 Last Update: 04-21-2009 Installs: 37
Uses Plugins Template Edits
 
No support by the author.

toksta provides highly scalable instant messenger and chat solutions for online communities such as social networks, dating sites and forums. All applications are hosted by toksta and offer a rich design customization.

Integrate the toksta IM in less than 5 minutes and increase user engagement and time on site. Excite your community.

Steps to Install:-

1. Register an account with toksta - Add Application (Add Site) - Select Free Plan - Note the App ID and App Password

2. Upload toksta_controller.html to the root of your domain. The file must be available through www.your-domain.com/toksta_controller.html afterwards.

3. Import the Product -> go to vBulletin Option Settings -> Instant Toksta Chat -> enter your App ID and App Password and Enable the product.

4. Edit your footer template and add this at the very end:-

Code:
<!-- Toksta Chat -->
<if condition="!is_member_of($vbulletin->userinfo, 1, 8)">
<script type="text/javascript">
var TOKSTA_CONFIG = {
    app_id : "$tk_app_id",
    user_id: "$tk_user_id",
    user_hash: "$tk_hash",
    user_data: "$tk_user_data",
    generated : "1240098757",
    im : {
        advanced_search : ["gender","age","city","country","single"]
    },
    chatbar : {
        showUserData : ["gender","age"]
    }
};
</script>
<script src="http://embed.toksta.com/embed/toksta.js" type="text/javascript"></script></if>
<!-- End Toksta Chat -->

Steps to Uninstall:-

1. Uninstall the Product.

2. Remove the Toksta Chat code from the footer template that you added in Step 4.


Pros:- Looks cool, can bring some fun | No bandwidth, server usage as everything is hosted on their server.

Cons:- Not for everybody as it may bring down forum activity | Currently only Mozilla Firefox is supported but they are constantly upgrading their code so all browsers should be supported very soon.


FAQ:-

a) Should work for all 3.X version of vBulletin.
b) To disable chat for certain usergroups, simply edit the conditional part in the Step 4 code. Also note that I have already disabled chat for Guests and Banned usergroup (1 and 8).
c) If the chatbar doesn't show up - Make sure you have enabled the product (its disabled by default), and confirm your App ID and App Password.
d) About load - just 1 small global plugin, 0 queries.
e) Don't ask for a Demo please as I don't have one. It would take a minute to install this and test yourself.
f) Also check out the paid plans at their site if you are interested in a lot of customizations and higher limits. Free plan is very basic but sufficient for most of us.

Toksta now support integration with vbulletin officially. SO BETTER USE THEIR VERSION INSTEAD OF THIS.

Hope you like it. Please Mark As Installed.

Referance: Toksta Chat for vBulletin

Download Now

File Type: zip product-toksta.zip (69.5 KB, 340 views)

Screenshots

File Type: png pic1.png (35.6 KB, 0 views)
File Type: png pic2.png (34.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-22-2009, 04:20 PM
JustinDG JustinDG is offline
 
Join Date: Sep 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK I have logged into my site with my laptop and it works on it. I log in with my cpu and it doesnt work.

I have the latest update for firefox on mt desktop and an older version of firefox on my laptop.
I am assuming that this is the reason why it works on my laptop and not my desktop.

Am I safe to assume this?
Reply With Quote
  #13  
Old 04-22-2009, 04:28 PM
wottech wottech is offline
 
Join Date: May 2006
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have it installed and running, but I agree that it seems like the connection gets dropped a lot. I have yet to get anyone to try chatting with me, but I have sent out a couple of requests, only to lose the server connection before anything comes back.
Reply With Quote
  #14  
Old 04-22-2009, 04:44 PM
Rickeo's Avatar
Rickeo Rickeo is offline
 
Join Date: Jan 2007
Location: Manchester
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have had to disable this on my forum due to the constant connection loss and the chat bar disappearing randomly this modification is unusable.

*WAITS FOR BETTER/FIXED RELEASE*
Reply With Quote
  #15  
Old 04-22-2009, 04:52 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nordinho View Post
Looks good!

Is it integrated with the vb buddylist/contacts/friends?
No, its not. It has its own Friends/Contacts feature. It you look at their Pricing Chart, they provide Simple API (e.g. sync friends) only for Lite plans and above. As said, Free plan is really basic.


Quote:
Originally Posted by Rickeo View Post
1) I keep losing connection to the server where the chat bar will disappear.
2) If you have a large forum with hundreds of people on at once it will probably crash or not display the chat there should be an option to allow it to show ONLY friends who are online a little like FaceBook.
Thats correct. I read somewhere that Free plan won't handle more than 50 users online at a time. I remember that when they launched this service, they had most of the Pro features available in the Free one too. But now with their new code (that has changed just 3-4 days back) , they have gone very limited in their Free plan. You can compare the features in the Pricing chart. Also give some time reading their FAQ, has lots of info.


Quote:
Originally Posted by JustinDG View Post
I turned myself to offline and lost the bar
do you know how to get it back without having to uninstall and the reinstall it?
If you turned yourself offline (in the chatbar), the Chatbar still remains there. You just need to set your status back to online.

Quote:
Originally Posted by JustinDG View Post
OK I have logged into my site with my laptop and it works on it. I log in with my cpu and it doesnt work.

I have the latest update for firefox on mt desktop and an older version of firefox on my laptop.
I am assuming that this is the reason why it works on my laptop and not my desktop.

Am I safe to assume this?
*Browser* is a big problem they are facing atm. btw I am using firefox 3.0.9 too, works well.
Reply With Quote
  #16  
Old 04-22-2009, 04:58 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rickeo
*WAITS FOR BETTER/FIXED RELEASE*
lol this integration plugin has nothing to do with it, just have a look at the code. Everything is hosted/processed and done off their server. If you're getting disconnected etc, then its their problem. You can ask via support ticket to them, they do reply.

Their service is really new and they are working constantly in improving and making it more stable. This is one reason the whole app is hosted on their server in order to upgrade easily for all.
Reply With Quote
  #17  
Old 04-25-2009, 12:24 AM
Mellymonster Mellymonster is offline
 
Join Date: Oct 2008
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm this is what I am wanting, BUT, it doesn't seem to be working for me
Reply With Quote
  #18  
Old 04-25-2009, 12:48 AM
Mellymonster Mellymonster is offline
 
Join Date: Oct 2008
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I got this to work, but its telling me that no one is online, when there is 15 members online.
Reply With Quote
  #19  
Old 04-25-2009, 01:28 AM
Mellymonster Mellymonster is offline
 
Join Date: Oct 2008
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it to work, thanks
Reply With Quote
  #20  
Old 04-25-2009, 11:43 AM
JustinDG JustinDG is offline
 
Join Date: Sep 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great mod bro thanks
the members at my site love it
thanks again
Reply With Quote
  #21  
Old 05-06-2009, 02:44 AM
Mum Mum is offline
 
Join Date: Jun 2006
Location: New Zealand
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea but uninstalled. Too slow, and no group chat. Will keep an eye on it though and try again in a few months.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:02 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.04879 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete